Skip to content

Commit

Permalink
chore(deps): Bump reqwest from 0.12.1 to 0.12.2
Browse files Browse the repository at this point in the history
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.1 to 0.12.2.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.1...v0.12.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 26, 2024
1 parent 8b4cfcc commit 93731c0
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ chrono = { version = "0.4", features = ["clock", "serde"], default-features = fa
clap = { version = "4.5", features = ["derive", "env", "help", "std", "usage"], default-features = false }
hex = { version = "0.4.3", features = ["alloc", "std"], default-features = false }
lazy_static = { version = "1.4.0" }
reqwest = { version = "0.12.1", features = ["http2", "multipart", "rustls-tls"], default-features = false }
reqwest = { version = "0.12.2", features = ["http2", "multipart", "rustls-tls"], default-features = false }
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", features = ["alloc"], default-features = false }
sha2 = { version = "0.10.8", features = ["std"], default-features = false }
Expand Down

0 comments on commit 93731c0

Please sign in to comment.