From 0d40af069aeeae7d6592564a852e9f8c53dd3552 Mon Sep 17 00:00:00 2001 From: bitfl0wer Date: Thu, 11 Jul 2024 14:13:02 +0200 Subject: [PATCH] Revert reqwest --- Cargo.lock | 13 +++---------- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f1a7320..29bd576 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1533,7 +1533,7 @@ dependencies = [ "serde_json", "serde_urlencoded", "smallvec", - "sync_wrapper 1.0.1", + "sync_wrapper", "thiserror", "tokio", "tokio-util", @@ -1682,9 +1682,9 @@ checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" [[package]] name = "reqwest" -version = "0.11.27" +version = "0.11.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62" +checksum = "37b1ae8d9ac08420c66222fb9096fc5de435c3c48542bc5336c51892cffafb41" dependencies = [ "base64 0.21.7", "bytes", @@ -1709,7 +1709,6 @@ dependencies = [ "serde", "serde_json", "serde_urlencoded", - "sync_wrapper 0.1.2", "system-configuration", "tokio", "tokio-rustls", @@ -2352,12 +2351,6 @@ dependencies = [ "unicode-ident", ] -[[package]] -name = "sync_wrapper" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" - [[package]] name = "sync_wrapper" version = "1.0.1" diff --git a/Cargo.toml b/Cargo.toml index 7c8fe74..e8d5a14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ reqwest = { features = [ "multipart", "json", "rustls-tls-webpki-roots", -], version = "0.11.27", default-features = false } +], version = "0.11.23", default-features = false } url = "2.5.0" chrono = { version = "0.4.31", features = ["serde"] } regex = "1.10.2"