From 7813b354ff644240ffaed4971d7436a344144dab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 09:11:55 +0000 Subject: [PATCH] chore(deps): update http requirement from 0.2 to 1.1 Updates the requirements on [http](https://github.com/hyperium/http) to permit the latest version. - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/http/compare/v0.2.0...v1.1.0) --- updated-dependencies: - dependency-name: http 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 d05adf8..bdf4ed8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ chrono = { version = "0.4", default-features = false, features = ["serde"] } diqwest = { version = "1.2.1", default-features = false, optional = true } fixed-hash = "0.8" hex = "0.4" -http = "0.2" +http = "1.1" jsonrpc-core = "18" monero = { version = "0.21", features = ["serde"] } reqwest = { version = "0.11", default-features = false, features = ["json", "socks"] }