🏡 index : ~doyle/rgit.git

author Jordan Doyle <jordan@doyle.la> 2024-11-12 23:18:30.0 +00:00:00
committer Jordan Doyle <jordan@doyle.la> 2024-11-12 23:18:30.0 +00:00:00
commit
ba45e91bafa035452d87508fd8cc98250baf9a43 [patch]
tree
0e0b2e499db5e78563aaaf10d1661c615856e570
parent
f7ae0bc3fd2e288fc1c51ccb29d2178fd119709c
download
ba45e91bafa035452d87508fd8cc98250baf9a43.tar.gz

Remove kanal



Diff

 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"