Remove kanal
Diff
Cargo.lock | 13 +------------
Cargo.toml | 1 -
2 files changed, 1 insertion(+), 13 deletions(-)
@@ -1,6 +1,6 @@
version = 3
version = 4
[[package]]
name = "addr2line"
@@ -1872,16 +1872,6 @@
]
[[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"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2513,7 +2503,6 @@
"httparse",
"humantime",
"itertools",
"kanal",
"md5",
"moka",
"path-clean",
@@ -43,7 +43,6 @@
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"