From 7397650520dacc2972e824ae4013831ad3cc398f Mon Sep 17 00:00:00 2001 From: Tumas Date: Wed, 3 Jul 2024 17:38:21 +0300 Subject: [PATCH] WIP: update Reqwest & Hyper --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b4fbd62..db47562 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ once_cell = { version = "1.8.0", optional = true } ## HTTP base64 = { version = "0.22", optional = true } bytes = { version = "1.0", optional = true } -reqwest = { version = "0.11", optional = true, default-features = false, features = ["json"] } +reqwest = { version = "0.12", optional = true, default-features = false, features = ["json"] } headers = { version = "0.4", optional = true } ## WS # async-native-tls = { git = "https://github.com/async-email/async-native-tls.git", rev = "b5b5562d6cea77f913d4cbe448058c031833bf17", optional = true, default-features = false } @@ -67,7 +67,7 @@ hex-literal = "0.4" wasm-bindgen-test = "0.3.19" [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies] -hyper = { version = "0.14", default-features = false, features = ["server"] } +hyper = { version = "1.4.0", default-features = false, features = ["server"] } tokio = { version = "1.0", features = ["full"] } tokio-stream = { version = "0.1", features = ["net"] }