File tree 1 file changed +31
-0
lines changed
1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,17 @@ dependencies = [
24
24
" rustc-std-workspace-core" ,
25
25
]
26
26
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
+
27
38
[[package ]]
28
39
name = " ahash"
29
40
version = " 0.8.3"
@@ -470,6 +481,16 @@ dependencies = [
470
481
" winapi" ,
471
482
]
472
483
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
+
473
494
[[package ]]
474
495
name = " clap"
475
496
version = " 4.4.4"
@@ -1984,6 +2005,15 @@ version = "1.0.9"
1984
2005
source = " registry+https://github.com/rust-lang/crates.io-index"
1985
2006
checksum = " bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
1986
2007
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
+
1987
2017
[[package ]]
1988
2018
name = " installer"
1989
2019
version = " 0.0.0"
@@ -2465,6 +2495,7 @@ dependencies = [
2465
2495
name = " miri"
2466
2496
version = " 0.1.0"
2467
2497
dependencies = [
2498
+ " aes" ,
2468
2499
" colored" ,
2469
2500
" ctrlc" ,
2470
2501
" env_logger 0.10.0" ,
You can’t perform that action at this time.
0 commit comments