mirror of
https://github.com/veeso/termscp.git
synced 2026-09-25 21:41:20 -07:00
chore(Cargo.lock): update Cargo.lock
This commit is contained in:
Generated
+4
-4
@@ -20,9 +20,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "aead"
|
name = "aead"
|
||||||
version = "0.6.0-rc.10"
|
version = "0.6.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "6b657e772794c6b04730ea897b66a058ccd866c16d1967da05eeeecec39043fe"
|
checksum = "ef60ac202874e574ce7a7158cc8bca7313dd344322482e4fadee288bf4a306b8"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"crypto-common 0.2.2",
|
"crypto-common 0.2.2",
|
||||||
"inout 0.2.2",
|
"inout 0.2.2",
|
||||||
@@ -71,7 +71,7 @@ version = "0.11.0-rc.4"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "da8c919c118108f144adecad74b425b804ad075580d605d9b33c2d6d1c62a2f8"
|
checksum = "da8c919c118108f144adecad74b425b804ad075580d605d9b33c2d6d1c62a2f8"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aead 0.6.0-rc.10",
|
"aead 0.6.0",
|
||||||
"aes 0.9.1",
|
"aes 0.9.1",
|
||||||
"cipher 0.5.2",
|
"cipher 0.5.2",
|
||||||
"ctr 0.10.1",
|
"ctr 0.10.1",
|
||||||
@@ -5864,7 +5864,7 @@ version = "0.3.0-rc.9"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "10db6f219196a8528f9ec904d9d45cdad692d65b0e57e72be4dedd1c5fddce36"
|
checksum = "10db6f219196a8528f9ec904d9d45cdad692d65b0e57e72be4dedd1c5fddce36"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aead 0.6.0-rc.10",
|
"aead 0.6.0",
|
||||||
"aes 0.9.1",
|
"aes 0.9.1",
|
||||||
"aes-gcm 0.11.0-rc.4",
|
"aes-gcm 0.11.0-rc.4",
|
||||||
"cbc 0.2.1",
|
"cbc 0.2.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user