summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 255eb5e..cbfb8b3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -27,10 +27,10 @@ name = "angelsharkd"
version = "0.2.0"
dependencies = [
"anyhow",
- "cached",
"env_logger",
"libangelshark",
"log",
+ "once_cell",
"serde",
"tokio",
"warp",