Remove unused dependency (#30881)
This commit is contained in:
parent
b54c2cc1e3
commit
193a6d90fc
|
@ -7201,7 +7201,6 @@ dependencies = [
|
|||
"bincode",
|
||||
"bytemuck",
|
||||
"byteorder",
|
||||
"cipher 0.4.3",
|
||||
"curve25519-dalek",
|
||||
"getrandom 0.1.16",
|
||||
"itertools",
|
||||
|
|
|
@ -156,7 +156,6 @@ cargo_metadata = "0.15.0"
|
|||
cc = "1.0.79"
|
||||
chrono = { version = "0.4.23", default-features = false }
|
||||
chrono-humanize = "0.2.1"
|
||||
cipher = "0.4"
|
||||
clap = "2.33.1"
|
||||
console = "0.15.0"
|
||||
console_error_panic_hook = "0.1.7"
|
||||
|
|
|
@ -6355,7 +6355,6 @@ dependencies = [
|
|||
"bincode",
|
||||
"bytemuck",
|
||||
"byteorder 1.4.3",
|
||||
"cipher 0.4.3",
|
||||
"curve25519-dalek",
|
||||
"getrandom 0.1.14",
|
||||
"itertools",
|
||||
|
|
|
@ -19,7 +19,6 @@ aes-gcm-siv = { workspace = true }
|
|||
arrayref = { workspace = true }
|
||||
bincode = { workspace = true }
|
||||
byteorder = { workspace = true }
|
||||
cipher = { workspace = true }
|
||||
curve25519-dalek = { workspace = true, features = ["serde"] }
|
||||
getrandom = { workspace = true, features = ["dummy"] }
|
||||
itertools = { workspace = true }
|
||||
|
|
Loading…
Reference in New Issue