summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorTimo Kösters <timo@koesters.xyz>2023-06-25 23:43:19 +0200
committerTimo Kösters <timo@koesters.xyz>2023-06-25 23:43:54 +0200
commit15cc801840465ec5bfd309deecd09b484dd27734 (patch)
tree6d56e39df7403a482f4345720aad3d533dffb647 /Cargo.lock
parent5f9ca8e458982598d26e5d64442f46ac44662f27 (diff)
downloadconduit-15cc801840465ec5bfd309deecd09b484dd27734.zip
Disable compression, see https://en.wikipedia.org/wiki/BREACH
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock36
1 files changed, 0 insertions, 36 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ebb47d9..b33a7d9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -65,20 +65,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f093eed78becd229346bf859eec0aa4dd7ddde0757287b2b4107a1f09c80002"
[[package]]
-name = "async-compression"
-version = "0.3.15"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "942c7cd7ae39e91bde4820d74132e9862e62c2f386c3aa90ccf55949f5bad63a"
-dependencies = [
- "futures-core",
- "memchr",
- "pin-project-lite",
- "tokio",
- "zstd",
- "zstd-safe",
-]
-
-[[package]]
name = "async-trait"
version = "0.1.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2999,7 +2985,6 @@ version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8bd22a874a2d0b70452d5597b12c537331d49060824a95f49f108994f94aa4c"
dependencies = [
- "async-compression",
"bitflags 2.3.2",
"bytes",
"futures-core",
@@ -3008,8 +2993,6 @@ dependencies = [
"http-body",
"http-range-header",
"pin-project-lite",
- "tokio",
- "tokio-util",
"tower",
"tower-layer",
"tower-service",
@@ -3593,25 +3576,6 @@ dependencies = [
]
[[package]]
-name = "zstd"
-version = "0.11.2+zstd.1.5.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
-dependencies = [
- "zstd-safe",
-]
-
-[[package]]
-name = "zstd-safe"
-version = "5.0.2+zstd.1.5.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
-dependencies = [
- "libc",
- "zstd-sys",
-]
-
-[[package]]
name = "zstd-sys"
version = "2.0.8+zstd.1.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"