Skip to content

Commit 49e8acb

Browse files
committed
update lockfile
1 parent 49056df commit 49e8acb

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

Cargo.lock

+31
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,17 @@ dependencies = [
2424
"rustc-std-workspace-core",
2525
]
2626

27+
[[package]]
28+
name = "aes"
29+
version = "0.8.3"
30+
source = "registry+https://github.com/rust-lang/crates.io-index"
31+
checksum = "ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2"
32+
dependencies = [
33+
"cfg-if",
34+
"cipher",
35+
"cpufeatures",
36+
]
37+
2738
[[package]]
2839
name = "ahash"
2940
version = "0.8.3"
@@ -470,6 +481,16 @@ dependencies = [
470481
"winapi",
471482
]
472483

484+
[[package]]
485+
name = "cipher"
486+
version = "0.4.4"
487+
source = "registry+https://github.com/rust-lang/crates.io-index"
488+
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
489+
dependencies = [
490+
"crypto-common",
491+
"inout",
492+
]
493+
473494
[[package]]
474495
name = "clap"
475496
version = "4.4.4"
@@ -1984,6 +2005,15 @@ version = "1.0.9"
19842005
source = "registry+https://github.com/rust-lang/crates.io-index"
19852006
checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
19862007

2008+
[[package]]
2009+
name = "inout"
2010+
version = "0.1.3"
2011+
source = "registry+https://github.com/rust-lang/crates.io-index"
2012+
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
2013+
dependencies = [
2014+
"generic-array",
2015+
]
2016+
19872017
[[package]]
19882018
name = "installer"
19892019
version = "0.0.0"
@@ -2465,6 +2495,7 @@ dependencies = [
24652495
name = "miri"
24662496
version = "0.1.0"
24672497
dependencies = [
2498+
"aes",
24682499
"colored",
24692500
"ctrlc",
24702501
"env_logger 0.10.0",

0 commit comments

Comments
 (0)