Skip to content

Commit

Permalink
Merge pull request #34 from github/dependabot/cargo/reqwest-0.12.4
Browse files Browse the repository at this point in the history
Bump reqwest from 0.11.27 to 0.12.4
  • Loading branch information
jorendorff committed May 1, 2024
2 parents 93d4e4b + 40de6eb commit c85f31f
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 161 deletions.
192 changes: 32 additions & 160 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 @@ -21,7 +21,7 @@ http = "1.0"
http-body-util = "0.1"
hyper = { version = "1.3", default-features = false }
prost = "0.12"
reqwest = { version = "0.11", default-features = false }
reqwest = { version = "0.12", default-features = false }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0"
Expand Down

0 comments on commit c85f31f

Please sign in to comment.