From ba45e91bafa035452d87508fd8cc98250baf9a43 Mon Sep 17 00:00:00 2001 From: Jordan Doyle Date: Tue, 12 Nov 2024 23:18:30 +0000 Subject: [PATCH] Remove kanal --- Cargo.lock | 13 +------------ Cargo.toml | 1 - 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a9dd069..2b94aab 100644 --- a/Cargo.lock +++ a/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" @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 0bc333e..247ad48 100644 --- a/Cargo.toml +++ a/Cargo.toml @@ -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" -- rgit 0.1.3