Skip to content

Commit 54ed7f9

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

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
@@ -153,7 +153,7 @@ async-trait = "0.1"
153153
socket2 = { version = "0.5", features = ["all"] }
154154
libc = "0.2.141"
155155

156-
hyper = { version = "1.2", optional = true, features = ["full"] }
156+
hyper = { version = "1.3", optional = true, features = ["full"] }
157157
http-body-util = { version = "0.1", optional = true }
158158

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

0 commit comments

Comments
 (0)