Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and QuantumDancer committed Mar 25, 2024
1 parent a53ccf6 commit 70e89b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Dependencies: Update pyo3 from 0.19.2 to 0.20.3 ([@dirksammel](https://github.com/dirksammel), [@QuantumDancer](https://github.com/QuantumDancer))
- Dependencies: Update pyo3-asyncio from 0.19 to 0.20 ([@dirksammel](https://github.com/dirksammel))
- Dependencies: Update pytest from 8.0.0 to 8.1.1 ([@dirksammel](https://github.com/dirksammel))
- Dependencies: Update reqwest from 0.11.24 to 0.12.0 ([@QuantumDancer](https://github.com/QuantumDancer))
- Dependencies: Update reqwest from 0.11.24 to 0.12.1 ([@QuantumDancer](https://github.com/QuantumDancer))
- Dependencies: Update serde from 1.0.196 to 1.0.197 ([@QuantumDancer](https://github.com/QuantumDancer))
- Dependencies: Update serde-aux from 4.4.0 to 4.5.0 ([@QuantumDancer](https://github.com/QuantumDancer))
- Dependencies: Update serde_json from 1.0.113 to 1.0.114 ([@QuantumDancer](https://github.com/QuantumDancer))
Expand Down
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 auditor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ secrecy = { version = "0.8", features = ["serde"] }
unicode-segmentation = "1"
fake = { version = "2.9", features = ["chrono"] }
rand = "0.8"
reqwest = { version = "0.12.0", default-features = false, features = ["json", "rustls-tls", "blocking"] }
reqwest = { version = "0.12.1", default-features = false, features = ["json", "rustls-tls", "blocking"] }
anyhow = "1"
regex = "1"
num-traits = "^0.2"
Expand Down

0 comments on commit 70e89b0

Please sign in to comment.