@@ -295,8 +295,8 @@ def aliases(
295295_NORMAL_DEPENDENCIES = {
296296 "" : {
297297 _COMMON_CONDITION : {
298- "hashbrown" : Label ("@crates_vendor__hashbrown-0.15.2 //:hashbrown" ),
299- "log" : Label ("@crates_vendor__log-0.4.22 //:log" ),
298+ "hashbrown" : Label ("@crates_vendor__hashbrown-0.15.3 //:hashbrown" ),
299+ "log" : Label ("@crates_vendor__log-0.4.27 //:log" ),
300300 },
301301 },
302302}
@@ -415,45 +415,45 @@ def crate_repositories():
415415
416416 maybe (
417417 http_archive ,
418- name = "crates_vendor__equivalent-1.0.1 " ,
419- sha256 = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5 " ,
418+ name = "crates_vendor__equivalent-1.0.2 " ,
419+ sha256 = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f " ,
420420 type = "tar.gz" ,
421- urls = ["https://static.crates.io/crates/equivalent/1.0.1 /download" ],
422- strip_prefix = "equivalent-1.0.1 " ,
423- build_file = Label ("@proxy_wasm_rust_sdk//bazel/cargo/remote:BUILD.equivalent-1.0.1 .bazel" ),
421+ urls = ["https://static.crates.io/crates/equivalent/1.0.2 /download" ],
422+ strip_prefix = "equivalent-1.0.2 " ,
423+ build_file = Label ("@proxy_wasm_rust_sdk//bazel/cargo/remote:BUILD.equivalent-1.0.2 .bazel" ),
424424 )
425425
426426 maybe (
427427 http_archive ,
428- name = "crates_vendor__foldhash-0.1.4 " ,
429- sha256 = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f " ,
428+ name = "crates_vendor__foldhash-0.1.5 " ,
429+ sha256 = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2 " ,
430430 type = "tar.gz" ,
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" ),
431+ urls = ["https://static.crates.io/crates/foldhash/0.1.5 /download" ],
432+ strip_prefix = "foldhash-0.1.5 " ,
433+ build_file = Label ("@proxy_wasm_rust_sdk//bazel/cargo/remote:BUILD.foldhash-0.1.5 .bazel" ),
434434 )
435435
436436 maybe (
437437 http_archive ,
438- name = "crates_vendor__hashbrown-0.15.2 " ,
439- sha256 = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289 " ,
438+ name = "crates_vendor__hashbrown-0.15.3 " ,
439+ sha256 = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3 " ,
440440 type = "tar.gz" ,
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" ),
441+ urls = ["https://static.crates.io/crates/hashbrown/0.15.3 /download" ],
442+ strip_prefix = "hashbrown-0.15.3 " ,
443+ build_file = Label ("@proxy_wasm_rust_sdk//bazel/cargo/remote:BUILD.hashbrown-0.15.3 .bazel" ),
444444 )
445445
446446 maybe (
447447 http_archive ,
448- name = "crates_vendor__log-0.4.22 " ,
449- sha256 = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24 " ,
448+ name = "crates_vendor__log-0.4.27 " ,
449+ sha256 = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94 " ,
450450 type = "tar.gz" ,
451- urls = ["https://static.crates.io/crates/log/0.4.22 /download" ],
452- strip_prefix = "log-0.4.22 " ,
453- build_file = Label ("@proxy_wasm_rust_sdk//bazel/cargo/remote:BUILD.log-0.4.22 .bazel" ),
451+ urls = ["https://static.crates.io/crates/log/0.4.27 /download" ],
452+ strip_prefix = "log-0.4.27 " ,
453+ build_file = Label ("@proxy_wasm_rust_sdk//bazel/cargo/remote:BUILD.log-0.4.27 .bazel" ),
454454 )
455455
456456 return [
457- struct (repo = "crates_vendor__hashbrown-0.15.2 " , is_dev_dep = False ),
458- struct (repo = "crates_vendor__log-0.4.22 " , is_dev_dep = False ),
457+ struct (repo = "crates_vendor__hashbrown-0.15.3 " , is_dev_dep = False ),
458+ struct (repo = "crates_vendor__log-0.4.27 " , is_dev_dep = False ),
459459 ]
0 commit comments