summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-12-14 19:43:33 +0100
committerGitHub <noreply@github.com>2023-12-14 18:43:33 +0000
commitc481ff7d816a709d19a82a5818e9da7ab7af0db0 (patch)
treec3040cd7f91581bd3798e02e28e84838d6136bf4 /Cargo.lock
parent8d269efbc2826955d853421a6d52cdcdcaf8e577 (diff)
refactor(ext/http): fork fly_accept_encodings crate (#21586)
Blocks update to Hyper 1.0. It's a really small library, no need to pull it as a dependency. Blocker for #21583
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock13
1 files changed, 1 insertions, 12 deletions
diff --git a/Cargo.lock b/Cargo.lock
index aa5e84d50..7f86e52ec 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1336,12 +1336,12 @@ dependencies = [
"deno_net",
"deno_websocket",
"flate2",
- "fly-accept-encoding",
"http",
"http-body-util",
"httparse",
"hyper 0.14.27",
"hyper 1.0.0-rc.4",
+ "itertools",
"memmem",
"mime",
"once_cell",
@@ -2426,17 +2426,6 @@ dependencies = [
]
[[package]]
-name = "fly-accept-encoding"
-version = "0.2.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a3afa7516fdcfd8e5e93a938f8fec857785ced190a1f62d842d1fe1ffbe22ba8"
-dependencies = [
- "http",
- "itertools",
- "thiserror",
-]
-
-[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"