@@ -1066,6 +1066,16 @@ dependencies = [
1066
1066
" walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)" ,
1067
1067
]
1068
1068
1069
+ [[package ]]
1070
+ name = " hashbrown"
1071
+ version = " 0.2.0"
1072
+ source = " registry+https://github.com/rust-lang/crates.io-index"
1073
+ dependencies = [
1074
+ " compiler_builtins 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" ,
1075
+ " rustc-std-workspace-alloc 1.0.0" ,
1076
+ " rustc-std-workspace-core 1.0.0" ,
1077
+ ]
1078
+
1069
1079
[[package ]]
1070
1080
name = " heck"
1071
1081
version = " 0.3.0"
@@ -2529,6 +2539,13 @@ name = "rustc-serialize"
2529
2539
version = " 0.3.24"
2530
2540
source = " registry+https://github.com/rust-lang/crates.io-index"
2531
2541
2542
+ [[package ]]
2543
+ name = " rustc-std-workspace-alloc"
2544
+ version = " 1.0.0"
2545
+ dependencies = [
2546
+ " alloc 0.0.0" ,
2547
+ ]
2548
+
2532
2549
[[package ]]
2533
2550
name = " rustc-std-workspace-core"
2534
2551
version = " 1.0.0"
@@ -3260,6 +3277,7 @@ dependencies = [
3260
3277
" core 0.0.0" ,
3261
3278
" dlmalloc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
3262
3279
" fortanix-sgx-abi 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
3280
+ " hashbrown 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
3263
3281
" libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)" ,
3264
3282
" panic_abort 0.0.0" ,
3265
3283
" panic_unwind 0.0.0" ,
@@ -4103,6 +4121,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4103
4121
"checksum globset 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = " 4743617a7464bbda3c8aec8558ff2f9429047e025771037df561d383337ff865"
4104
4122
"checksum handlebars 0.32.4 (registry+https://github.com/rust-lang/crates.io-index)" = " d89ec99d1594f285d4590fc32bac5f75cdab383f1123d504d27862c644a807dd"
4105
4123
"checksum handlebars 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = " d82e5750d8027a97b9640e3fefa66bbaf852a35228e1c90790efd13c4b09c166"
4124
+ "checksum hashbrown 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 58623735fa622916205f9e0a52a031b25b0e251ddaef47f7cb288444c4410beb"
4106
4125
"checksum heck 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = " ea04fa3ead4e05e51a7c806fc07271fdbde4e246a6c6d1efd52e72230b771b82"
4107
4126
"checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = " 805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
4108
4127
"checksum home 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 80dff82fb58cfbbc617fb9a9184b010be0529201553cda50ad04372bc2333aff"
0 commit comments