Skip to content

Commit a5b8ff9

Browse files
chore(deps): bump hyper from 1.0.1 to 1.1.0
Bumps [hyper](https://github.com/hyperium/hyper) from 1.0.1 to 1.1.0. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper@v1.0.1...v1.1.0) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dec904f commit a5b8ff9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 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
@@ -148,7 +148,7 @@ async-trait = "0.1"
148148
socket2 = { version = "0.5", features = ["all"] }
149149
libc = "0.2.141"
150150

151-
hyper = { version = "1.0", optional = true, features = ["full"] }
151+
hyper = { version = "1.1", optional = true, features = ["full"] }
152152
http-body-util = { version = "0.1", optional = true }
153153

154154
hickory-resolver = { version = "0.24", optional = true, features = [

0 commit comments

Comments
 (0)