Skip to content

Commit

Permalink
chore(deps): update diqwest requirement from 1.2.1 to 3.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [diqwest](https://github.com/maoertel/diqwest) to permit the latest version.
- [Release notes](https://github.com/maoertel/diqwest/releases)
- [Changelog](https://github.com/maoertel/diqwest/blob/main/CHANGELOG.md)
- [Commits](maoertel/diqwest@v1.2.1...v1.2.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 30, 2024
1 parent b1f2d8d commit 11b9292
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 @@ -13,7 +13,7 @@ description = "RPC client for Monero daemon and wallet"
[dependencies]
anyhow = "1"
chrono = { version = "0.4", default-features = false, features = ["serde"] }
diqwest = { version = "1.2.1", default-features = false, optional = true }
diqwest = { version = "3.0.0", default-features = false, optional = true }
fixed-hash = "0.8"
hex = "0.4"
http = "0.2"
Expand Down

0 comments on commit 11b9292

Please sign in to comment.