Skip to content

Commit

Permalink
chore(deps): bump hyper from 1.1.0 to 1.2.0
Browse files Browse the repository at this point in the history
Bumps [hyper](https://github.com/hyperium/hyper) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper@v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: hyper
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent afb0e2a commit 9f9c433
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/shadowsocks-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ async-trait = "0.1"
socket2 = { version = "0.5", features = ["all"] }
libc = "0.2.141"

hyper = { version = "1.1", optional = true, features = ["full"] }
hyper = { version = "1.2", optional = true, features = ["full"] }
http-body-util = { version = "0.1", optional = true }

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

0 comments on commit 9f9c433

Please sign in to comment.