remove nanoid

This commit is contained in:
PeachyDelight 2022-06-11 05:11:16 +02:00
parent 56a78a4731
commit 337fbba312
2 changed files with 0 additions and 11 deletions

10
Cargo.lock generated
View File

@ -477,15 +477,6 @@ dependencies = [
"twoway", "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]] [[package]]
name = "ntapi" name = "ntapi"
version = "0.3.6" version = "0.3.6"
@ -1110,7 +1101,6 @@ dependencies = [
"futures", "futures",
"futures-util", "futures-util",
"lazy_static", "lazy_static",
"nanoid",
"once_cell", "once_cell",
"rand 0.8.5", "rand 0.8.5",
"serde", "serde",

View File

@ -12,6 +12,5 @@ serde_json = "1.0.68"
tokio = { version = "1.12.0", features = ["full"] } tokio = { version = "1.12.0", features = ["full"] }
tokio-stream = { version = "0.1.7", features = ["fs"] } tokio-stream = { version = "0.1.7", features = ["fs"] }
warp = "0.3.1" warp = "0.3.1"
nanoid = "0.4.0"
lazy_static = "1.4.0" lazy_static = "1.4.0"
rand = "0.8.5" rand = "0.8.5"