remove nanoid
This commit is contained in:
parent
56a78a4731
commit
337fbba312
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue