Skip to content

Commit

Permalink
chore(deps): bump hyper from 1.3.1 to 1.4.0 (#1578)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent 0ce7420 commit 97079ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -167,7 +167,7 @@ async-trait = "0.1"
socket2 = { version = "0.5", features = ["all"] }
libc = "0.2.141"

hyper = { version = "1.3", optional = true, features = ["full"] }
hyper = { version = "1.4", optional = true, features = ["full"] }
http-body-util = { version = "0.1", optional = true }
http = { version = "1.1", optional = true }
httparse = { version = "1.9", optional = true }
Expand Down

0 comments on commit 97079ae

Please sign in to comment.