@@ -63,22 +63,22 @@ def raze_fetch_remote_crates():
6363
6464 maybe (
6565 http_archive ,
66- name = "raze__hashbrown__0_11_1 " ,
67- url = "https://crates.io/api/v1/crates/hashbrown/0.11.1 /download" ,
66+ name = "raze__hashbrown__0_11_2 " ,
67+ url = "https://crates.io/api/v1/crates/hashbrown/0.11.2 /download" ,
6868 type = "tar.gz" ,
69- sha256 = "a3de7a9a685bb301f5cb29587f13833270c59e7d2c6f457a66372996afad4504 " ,
70- strip_prefix = "hashbrown-0.11.1 " ,
71- build_file = Label ("//bazel/cargo/remote:BUILD.hashbrown-0.11.1 .bazel" ),
69+ sha256 = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e " ,
70+ strip_prefix = "hashbrown-0.11.2 " ,
71+ build_file = Label ("//bazel/cargo/remote:BUILD.hashbrown-0.11.2 .bazel" ),
7272 )
7373
7474 maybe (
7575 http_archive ,
76- name = "raze__libc__0_2_90 " ,
77- url = "https://crates.io/api/v1/crates/libc/0.2.90 /download" ,
76+ name = "raze__libc__0_2_91 " ,
77+ url = "https://crates.io/api/v1/crates/libc/0.2.91 /download" ,
7878 type = "tar.gz" ,
79- sha256 = "ba4aede83fc3617411dc6993bc8c70919750c1c257c6ca6a502aed6e0e2394ae " ,
80- strip_prefix = "libc-0.2.90 " ,
81- build_file = Label ("//bazel/cargo/remote:BUILD.libc-0.2.90 .bazel" ),
79+ sha256 = "8916b1f6ca17130ec6568feccee27c156ad12037880833a3b842a823236502e7 " ,
80+ strip_prefix = "libc-0.2.91 " ,
81+ build_file = Label ("//bazel/cargo/remote:BUILD.libc-0.2.91 .bazel" ),
8282 )
8383
8484 maybe (
0 commit comments