Skip to content

Commit

Permalink
Bump reqwest from 0.11.27 to 0.12.3
Browse files Browse the repository at this point in the history
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.27 to 0.12.3.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.27...v0.12.3)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 15, 2024
1 parent 55972e0 commit 1c65bfd
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.1", 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 1c65bfd

Please # to comment.