html terminal
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock29
1 files changed, 16 insertions, 13 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 53f5511..b1bdf0c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -227,9 +227,6 @@ dependencies = [
"pin-project-lite",
"rustversion",
"serde",
- "serde_json",
- "serde_path_to_error",
- "serde_urlencoded",
"sha1",
"sync_wrapper",
"tokio",
@@ -494,6 +491,12 @@ dependencies = [
]
[[package]]
+name = "either"
+version = "1.8.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
+
+[[package]]
name = "encoding_rs"
version = "0.8.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -887,6 +890,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f"
[[package]]
+name = "itertools"
+version = "0.10.5"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
+dependencies = [
+ "either",
+]
+
+[[package]]
name = "itoa"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1079,6 +1091,7 @@ dependencies = [
"axum",
"futures",
"futures-util",
+ "itertools",
"minify-html",
"minify-js",
"paste",
@@ -1506,15 +1519,6 @@ dependencies = [
]
[[package]]
-name = "serde_path_to_error"
-version = "0.1.11"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f7f05c1d5476066defcdfacce1f52fc3cae3af1d3089727100c02ae92e5abbe0"
-dependencies = [
- "serde",
-]
-
-[[package]]
name = "serde_urlencoded"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1826,7 +1830,6 @@ dependencies = [
"tokio",
"tower-layer",
"tower-service",
- "tracing",
]
[[package]]