Skip to content

Commit

Permalink
Merge pull request #2 from bouzuya/dependabot/cargo/hyper-1.1.0
Browse files Browse the repository at this point in the history
Bump hyper from 1.0.1 to 1.1.0
  • Loading branch information
bouzuya committed Dec 19, 2023
2 parents e136592 + d72e88c commit 5af15c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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 Cargo.toml
Expand Up @@ -8,7 +8,7 @@ anyhow = "1.0.72"
async-trait = "0.1.72"
axum = "0.7.2"
clap = { version = "4.4.11", features = ["derive"] }
hyper = { version = "1.0.1", features = ["full"] }
hyper = { version = "1.1.0", features = ["full"] }
rand = "0.8.5"
reqwest = { version = "0.11.18", default-features = false, features = [
"rustls-tls",
Expand Down

0 comments on commit 5af15c4

Please sign in to comment.