Skip to content

Commit

Permalink
Merge pull request #112 from github/dependabot/cargo/hyper-1.5.0
Browse files Browse the repository at this point in the history
Bump hyper from 1.4.1 to 1.5.0
  • Loading branch information
dcreager authored Oct 23, 2024
2 parents c40ff4f + a6cdd84 commit 624328c
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/twirp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ axum = "0.7"
futures = "0.3"
http = "1.0"
http-body-util = "0.1"
hyper = { version = "1.4", default-features = false }
hyper = { version = "1.5", default-features = false }
prost = "0.13"
reqwest = { version = "0.12", default-features = false }
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 624328c

Please sign in to comment.