From b5dbd33ac5006dbae34b6c56bfee83632c15282d Mon Sep 17 00:00:00 2001 From: "mae.kasza" <26093674+MaeIsBad@users.noreply.github.com> Date: Mon, 15 Apr 2024 11:11:55 +0200 Subject: [PATCH] Bump reqwest and http --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bd24f55..612d0fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ jsonwebtoken = {version = "9.0", optional = true} jwks_client_rs = {version = "0.5", optional = true} rand = {version = "0.8", optional = true} redis = {version = "0.23", features = ["tokio-comp"], optional = true} -reqwest = {version = "0.11", features = ["json", "multipart", "stream"]} +reqwest = {version = "0.12", features = ["json", "multipart", "stream"]} serde = {version = "1.0", features = ["derive"]} serde_json = "1.0" thiserror = "1.0" @@ -45,7 +45,7 @@ tracing = {version = "0.1", optional = true} uuid = {version = ">=0.7.0, <2.0.0", features = ["serde", "v4"]} reqwest-middleware = "0.3.0" -http = "0.2.9" +http = "1.0.0" opentelemetry_0_20_pkg = { package = "opentelemetry", version = "0.20", optional = true } opentelemetry_0_21_pkg = { package = "opentelemetry", version = "0.21", optional = true }