Skip to content

Commit 9f887e1

Browse files
Bump hyper from 0.14.24 to 0.14.25
Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.24 to 0.14.25. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/v0.14.25/CHANGELOG.md) - [Commits](hyperium/hyper@v0.14.24...v0.14.25) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 88f0330 commit 9f887e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/shadowsocks-service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ async-trait = "0.1"
104104
socket2 = { version = "0.4", features = ["all"] }
105105
libc = "0.2"
106106

107-
hyper = { version = "0.14.19", optional = true, features = ["full"] }
107+
hyper = { version = "0.14.25", optional = true, features = ["full"] }
108108
tower = { version = "0.4", optional = true }
109109

110110
trust-dns-resolver = { version = "0.22", optional = true, features = ["serde-config"] }

0 commit comments

Comments
 (0)