mirror of https://github.com/zkat/cacache-rs.git
deps: added sha-1 and sha2
This commit is contained in:
parent
faa33e4ed0
commit
f9ab3ed9f8
|
|
@ -63,6 +63,8 @@ version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"atomicwrites 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"atomicwrites 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"sha-1 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"ssri 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"ssri 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"tempfile 3.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
"tempfile 3.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -9,3 +9,5 @@ ssri = "1.1.0"
|
||||||
hex = "0.3.2"
|
hex = "0.3.2"
|
||||||
atomicwrites = "0.2.2"
|
atomicwrites = "0.2.2"
|
||||||
tempfile = "3.0.8"
|
tempfile = "3.0.8"
|
||||||
|
sha-1 = "0.8.1"
|
||||||
|
sha2 = "0.8.0"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue