From d8226f574563ba5d4fed79a2c1313fe808bcf4f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 19:15:35 +0000 Subject: [PATCH] chore(deps): update diqwest requirement from 1.1 to 2.0 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](https://github.com/maoertel/diqwest/compare/v1.1.0...v2.0.0) --- updated-dependencies: - dependency-name: diqwest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 42b467a..86d1338 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.1", optional = true } +diqwest = { version = "2.0", optional = true } fixed-hash = "0.8" hex = "0.4" http = "0.2"