Skip to content

Commit

Permalink
chore(deps): bump reqwest from 0.11.24 to 0.12.0
Browse files Browse the repository at this point in the history
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.24 to 0.12.0.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.24...v0.12.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 21, 2024
1 parent cb3fddf commit d9c34ac
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 24 deletions.
119 changes: 96 additions & 23 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 @@ -23,7 +23,7 @@ serde_json = "1.0"
serde_yaml = "0.9"
fs2 = "0.4"
prometheus = "0.13"
reqwest = {version = "0.11", features = ["native-tls-vendored", "blocking"] }
reqwest = {version = "0.12", features = ["native-tls-vendored", "blocking"] }
openssl-probe = "0.1"
junit-report = "0.8"
clap = { version = "4", features = [ "derive", "cargo", "env" ]}
Expand Down

0 comments on commit d9c34ac

Please sign in to comment.