summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorSerguey Parkhomovsky <xindigo@gmail.com>2026-03-21 09:38:27 -0700
committerSerguey Parkhomovsky <xindigo@gmail.com>2026-03-21 09:38:27 -0700
commitd0b78cc12bae1614829b92a96dbe1dbccfb0bcfb (patch)
treeec854991e0855c1fbbe35315b410c10f0de8749d /Cargo.lock
parentcfaea8ec06f493cc3b8f8909d0acef65796da5bf (diff)
remove blocking from reqwest
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock11
1 files changed, 0 insertions, 11 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6760298..1c37fb4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -240,7 +240,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
dependencies = [
"futures-core",
- "futures-sink",
]
[[package]]
@@ -250,12 +249,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
[[package]]
-name = "futures-io"
-version = "0.3.32"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
-
-[[package]]
name = "futures-sink"
version = "0.3.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -274,10 +267,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
dependencies = [
"futures-core",
- "futures-io",
"futures-sink",
"futures-task",
- "memchr",
"pin-project-lite",
"slab",
]
@@ -897,9 +888,7 @@ dependencies = [
"base64",
"bytes",
"encoding_rs",
- "futures-channel",
"futures-core",
- "futures-util",
"h2",
"http",
"http-body",