@@ -319,6 +319,7 @@ _NORMAL_DEPENDENCIES = {
319319 "scratch" : Label ("@crates_vendor//:scratch-1.0.9" ),
320320 "serde" : Label ("@crates_vendor//:serde-1.0.228" ),
321321 "serde_json" : Label ("@crates_vendor//:serde_json-1.0.149" ),
322+ "sha3" : Label ("@crates_vendor//:sha3-0.10.8" ),
322323 "static_assertions" : Label ("@crates_vendor//:static_assertions-1.1.0" ),
323324 "swc_common" : Label ("@crates_vendor//:swc_common-18.0.1" ),
324325 "swc_ts_fast_strip" : Label ("@crates_vendor//:swc_ts_fast_strip-43.0.0" ),
@@ -410,6 +411,7 @@ _CONDITIONS = {
410411 "cfg(any(unix, target_os = \" wasi\" ))" : ["@rules_rust//rust/platform:aarch64-apple-darwin" , "@rules_rust//rust/platform:aarch64-unknown-linux-gnu" , "@rules_rust//rust/platform:x86_64-apple-darwin" , "@rules_rust//rust/platform:x86_64-unknown-linux-gnu" ],
411412 "cfg(not(all(target_arch = \" arm\" , target_os = \" none\" )))" : ["@rules_rust//rust/platform:aarch64-apple-darwin" , "@rules_rust//rust/platform:aarch64-unknown-linux-gnu" , "@rules_rust//rust/platform:x86_64-apple-darwin" , "@rules_rust//rust/platform:x86_64-pc-windows-msvc" , "@rules_rust//rust/platform:x86_64-unknown-linux-gnu" ],
412413 "cfg(not(windows))" : ["@rules_rust//rust/platform:aarch64-apple-darwin" , "@rules_rust//rust/platform:aarch64-unknown-linux-gnu" , "@rules_rust//rust/platform:x86_64-apple-darwin" , "@rules_rust//rust/platform:x86_64-unknown-linux-gnu" ],
414+ "cfg(target_arch = \" aarch64\" )" : ["@rules_rust//rust/platform:aarch64-apple-darwin" , "@rules_rust//rust/platform:aarch64-unknown-linux-gnu" ],
413415 "cfg(target_os = \" hermit\" )" : [],
414416 "cfg(target_os = \" netbsd\" )" : [],
415417 "cfg(target_os = \" solaris\" )" : [],
@@ -1390,6 +1392,16 @@ def crate_repositories():
13901392 build_file = Label ("//deps/rust/crates:BUILD.js-sys-0.3.91.bazel" ),
13911393 )
13921394
1395+ maybe (
1396+ http_archive ,
1397+ name = "crates_vendor__keccak-0.1.6" ,
1398+ sha256 = "cb26cec98cce3a3d96cbb7bced3c4b16e3d13f27ec56dbd62cbc8f39cfb9d653" ,
1399+ type = "tar.gz" ,
1400+ urls = ["https://static.crates.io/crates/keccak/0.1.6/download" ],
1401+ strip_prefix = "keccak-0.1.6" ,
1402+ build_file = Label ("//deps/rust/crates:BUILD.keccak-0.1.6.bazel" ),
1403+ )
1404+
13931405 maybe (
13941406 http_archive ,
13951407 name = "crates_vendor__libc-0.2.183" ,
@@ -2039,6 +2051,16 @@ def crate_repositories():
20392051 build_file = Label ("//deps/rust/crates:BUILD.sha1-0.10.6.bazel" ),
20402052 )
20412053
2054+ maybe (
2055+ http_archive ,
2056+ name = "crates_vendor__sha3-0.10.8" ,
2057+ sha256 = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60" ,
2058+ type = "tar.gz" ,
2059+ urls = ["https://static.crates.io/crates/sha3/0.10.8/download" ],
2060+ strip_prefix = "sha3-0.10.8" ,
2061+ build_file = Label ("//deps/rust/crates:BUILD.sha3-0.10.8.bazel" ),
2062+ )
2063+
20422064 maybe (
20432065 http_archive ,
20442066 name = "crates_vendor__shlex-1.3.0" ,
@@ -2855,6 +2877,7 @@ def crate_repositories():
28552877 struct (repo = "crates_vendor__scratch-1.0.9" , is_dev_dep = False ),
28562878 struct (repo = "crates_vendor__serde-1.0.228" , is_dev_dep = False ),
28572879 struct (repo = "crates_vendor__serde_json-1.0.149" , is_dev_dep = False ),
2880+ struct (repo = "crates_vendor__sha3-0.10.8" , is_dev_dep = False ),
28582881 struct (repo = "crates_vendor__static_assertions-1.1.0" , is_dev_dep = False ),
28592882 struct (repo = "crates_vendor__swc_common-18.0.1" , is_dev_dep = False ),
28602883 struct (repo = "crates_vendor__swc_ts_fast_strip-43.0.0" , is_dev_dep = False ),
0 commit comments