@@ -295,7 +295,7 @@ def aliases(
295
295
_NORMAL_DEPENDENCIES = {
296
296
"" : {
297
297
_COMMON_CONDITION : {
298
- "hashbrown" : Label ("@crates_vendor__hashbrown-0.15.0 //:hashbrown" ),
298
+ "hashbrown" : Label ("@crates_vendor__hashbrown-0.15.2 //:hashbrown" ),
299
299
"log" : Label ("@crates_vendor__log-0.4.22//:log" ),
300
300
},
301
301
},
@@ -405,12 +405,12 @@ def crate_repositories():
405
405
"""
406
406
maybe (
407
407
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 " ,
410
410
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" ),
414
414
)
415
415
416
416
maybe (
@@ -425,22 +425,22 @@ def crate_repositories():
425
425
426
426
maybe (
427
427
http_archive ,
428
- name = "crates_vendor__foldhash-0.1.3 " ,
429
- sha256 = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2 " ,
428
+ name = "crates_vendor__foldhash-0.1.4 " ,
429
+ sha256 = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f " ,
430
430
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" ),
434
434
)
435
435
436
436
maybe (
437
437
http_archive ,
438
- name = "crates_vendor__hashbrown-0.15.0 " ,
439
- sha256 = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb " ,
438
+ name = "crates_vendor__hashbrown-0.15.2 " ,
439
+ sha256 = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289 " ,
440
440
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" ),
444
444
)
445
445
446
446
maybe (
@@ -454,6 +454,6 @@ def crate_repositories():
454
454
)
455
455
456
456
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 ),
458
458
struct (repo = "crates_vendor__log-0.4.22" , is_dev_dep = False ),
459
459
]
0 commit comments