@@ -295,7 +295,7 @@ def aliases(
295295_NORMAL_DEPENDENCIES = {
296296 "" : {
297297 _COMMON_CONDITION : {
298- "hashbrown" : Label ("@crates_vendor__hashbrown-0.15.0 //:hashbrown" ),
298+ "hashbrown" : Label ("@crates_vendor__hashbrown-0.15.2 //:hashbrown" ),
299299 "log" : Label ("@crates_vendor__log-0.4.22//:log" ),
300300 },
301301 },
@@ -405,12 +405,12 @@ def crate_repositories():
405405 """
406406 maybe (
407407 http_archive ,
408- name = "crates_vendor__allocator-api2-0.2.18 " ,
409- sha256 = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f " ,
408+ name = "crates_vendor__allocator-api2-0.2.21 " ,
409+ sha256 = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923 " ,
410410 type = "tar.gz" ,
411- urls = ["https://static.crates.io/crates/allocator-api2/0.2.18 /download" ],
412- strip_prefix = "allocator-api2-0.2.18 " ,
413- build_file = Label ("@proxy_wasm_rust_sdk//bazel/cargo/remote:BUILD.allocator-api2-0.2.18 .bazel" ),
411+ urls = ["https://static.crates.io/crates/allocator-api2/0.2.21 /download" ],
412+ strip_prefix = "allocator-api2-0.2.21 " ,
413+ build_file = Label ("@proxy_wasm_rust_sdk//bazel/cargo/remote:BUILD.allocator-api2-0.2.21 .bazel" ),
414414 )
415415
416416 maybe (
@@ -425,22 +425,22 @@ def crate_repositories():
425425
426426 maybe (
427427 http_archive ,
428- name = "crates_vendor__foldhash-0.1.3 " ,
429- sha256 = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2 " ,
428+ name = "crates_vendor__foldhash-0.1.4 " ,
429+ sha256 = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f " ,
430430 type = "tar.gz" ,
431- urls = ["https://static.crates.io/crates/foldhash/0.1.3 /download" ],
432- strip_prefix = "foldhash-0.1.3 " ,
433- build_file = Label ("@proxy_wasm_rust_sdk//bazel/cargo/remote:BUILD.foldhash-0.1.3 .bazel" ),
431+ urls = ["https://static.crates.io/crates/foldhash/0.1.4 /download" ],
432+ strip_prefix = "foldhash-0.1.4 " ,
433+ build_file = Label ("@proxy_wasm_rust_sdk//bazel/cargo/remote:BUILD.foldhash-0.1.4 .bazel" ),
434434 )
435435
436436 maybe (
437437 http_archive ,
438- name = "crates_vendor__hashbrown-0.15.0 " ,
439- sha256 = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb " ,
438+ name = "crates_vendor__hashbrown-0.15.2 " ,
439+ sha256 = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289 " ,
440440 type = "tar.gz" ,
441- urls = ["https://static.crates.io/crates/hashbrown/0.15.0 /download" ],
442- strip_prefix = "hashbrown-0.15.0 " ,
443- build_file = Label ("@proxy_wasm_rust_sdk//bazel/cargo/remote:BUILD.hashbrown-0.15.0 .bazel" ),
441+ urls = ["https://static.crates.io/crates/hashbrown/0.15.2 /download" ],
442+ strip_prefix = "hashbrown-0.15.2 " ,
443+ build_file = Label ("@proxy_wasm_rust_sdk//bazel/cargo/remote:BUILD.hashbrown-0.15.2 .bazel" ),
444444 )
445445
446446 maybe (
@@ -454,6 +454,6 @@ def crate_repositories():
454454 )
455455
456456 return [
457- struct (repo = "crates_vendor__hashbrown-0.15.0 " , is_dev_dep = False ),
457+ struct (repo = "crates_vendor__hashbrown-0.15.2 " , is_dev_dep = False ),
458458 struct (repo = "crates_vendor__log-0.4.22" , is_dev_dep = False ),
459459 ]
0 commit comments