Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 21, 2023
1 parent 2db40d8 commit 84101ea
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 20 deletions.
120 changes: 101 additions & 19 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 @@ -144,7 +144,7 @@ async-trait = "0.1"
socket2 = { version = "0.5", features = ["all"] }
libc = "0.2.141"

hyper = { version = "0.14.25", optional = true, features = ["full"] }
hyper = { version = "1.0.1", optional = true, features = ["full"] }
tower = { version = "0.4", optional = true }

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

0 comments on commit 84101ea

Please sign in to comment.