From 337fbba3120f8b091d62b40b7952938356ac75c5 Mon Sep 17 00:00:00 2001 From: PeachyDelight Date: Sat, 11 Jun 2022 05:11:16 +0200 Subject: [PATCH] remove nanoid --- Cargo.lock | 10 ---------- Cargo.toml | 1 - 2 files changed, 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8015c63..7f15654 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -477,15 +477,6 @@ dependencies = [ "twoway", ] -[[package]] -name = "nanoid" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8" -dependencies = [ - "rand 0.8.5", -] - [[package]] name = "ntapi" version = "0.3.6" @@ -1110,7 +1101,6 @@ dependencies = [ "futures", "futures-util", "lazy_static", - "nanoid", "once_cell", "rand 0.8.5", "serde", diff --git a/Cargo.toml b/Cargo.toml index 3564412..c47dd84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,5 @@ serde_json = "1.0.68" tokio = { version = "1.12.0", features = ["full"] } tokio-stream = { version = "0.1.7", features = ["fs"] } warp = "0.3.1" -nanoid = "0.4.0" lazy_static = "1.4.0" rand = "0.8.5"