Skip to content

Commit

Permalink
chore(deps): update reqwest requirement from 0.11 to 0.12
Browse files Browse the repository at this point in the history
Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.0...v0.12.4)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 30, 2024
1 parent 11f9de9 commit d0bc1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ hex = "0.4"
http = "1.1"
jsonrpc-core = "18"
monero = { version = "0.21", features = ["serde"] }
reqwest = { version = "0.11", default-features = false, features = ["json", "socks"] }
reqwest = { version = "0.12", default-features = false, features = ["json", "socks"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tracing = "0.1"
Expand Down

0 comments on commit d0bc1ac

Please sign in to comment.