From a84f384ed5b0f915f337806eb77bedc1f61a0b0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 09:15:33 +0000 Subject: [PATCH] chore(deps): update diqwest requirement from 1.2.1 to 3.0.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.2.1...v1.2.1) --- 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 bdf4ed8..07a507f 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.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 = "1.1"