diff --git a/Cargo.lock b/Cargo.lock index a9dd069..2b94aab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -1871,16 +1871,6 @@ dependencies = [ "wasm-bindgen", ] -[[package]] -name = "kanal" -version = "0.1.0-pre8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b05d55519627edaf7fd0f29981f6dc03fb52df3f5b257130eb8d0bf2801ea1d7" -dependencies = [ - "futures-core", - "lock_api", -] - [[package]] name = "kstring" version = "2.0.2" @@ -2513,7 +2503,6 @@ dependencies = [ "httparse", "humantime", "itertools", - "kanal", "md5", "moka", "path-clean", diff --git a/Cargo.toml b/Cargo.toml index 0bc333e..247ad48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,6 @@ gix = { version = "0.67", default-features = false, features = [ httparse = "1.9" humantime = "2.1" itertools = "0.12.1" -kanal = "0.1.0-pre8" md5 = "0.7" moka = { version = "0.12.0", features = ["future"] } path-clean = "1.0.1"