@@ -295,8 +295,8 @@ def aliases(
295
295
_NORMAL_DEPENDENCIES = {
296
296
"" : {
297
297
_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" ),
300
300
},
301
301
},
302
302
}
@@ -415,45 +415,45 @@ def crate_repositories():
415
415
416
416
maybe (
417
417
http_archive ,
418
- name = "crates_vendor__equivalent-1.0.1 " ,
419
- sha256 = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5 " ,
418
+ name = "crates_vendor__equivalent-1.0.2 " ,
419
+ sha256 = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f " ,
420
420
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" ),
424
424
)
425
425
426
426
maybe (
427
427
http_archive ,
428
- name = "crates_vendor__foldhash-0.1.4 " ,
429
- sha256 = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f " ,
428
+ name = "crates_vendor__foldhash-0.1.5 " ,
429
+ sha256 = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2 " ,
430
430
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" ),
434
434
)
435
435
436
436
maybe (
437
437
http_archive ,
438
- name = "crates_vendor__hashbrown-0.15.2 " ,
439
- sha256 = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289 " ,
438
+ name = "crates_vendor__hashbrown-0.15.3 " ,
439
+ sha256 = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3 " ,
440
440
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" ),
444
444
)
445
445
446
446
maybe (
447
447
http_archive ,
448
- name = "crates_vendor__log-0.4.22 " ,
449
- sha256 = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24 " ,
448
+ name = "crates_vendor__log-0.4.27 " ,
449
+ sha256 = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94 " ,
450
450
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" ),
454
454
)
455
455
456
456
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 ),
459
459
]
0 commit comments