Remove unnecessary dep in aes-t-tables
This commit is contained in:
parent
dcc84e8916
commit
30d9527ceb
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -29,7 +29,6 @@ dependencies = [
|
|||||||
"memmap2",
|
"memmap2",
|
||||||
"nix",
|
"nix",
|
||||||
"openssl",
|
"openssl",
|
||||||
"openssl-sys",
|
|
||||||
"rand",
|
"rand",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -7,7 +7,6 @@ edition = "2018"
|
|||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
openssl-sys = "0.9.61"
|
|
||||||
openssl = "0.10.33"
|
openssl = "0.10.33"
|
||||||
cache_utils = { path = "../cache_utils" }
|
cache_utils = { path = "../cache_utils" }
|
||||||
memmap2 = "0.2.1"
|
memmap2 = "0.2.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user