@@ -13,12 +13,12 @@ def raze_fetch_remote_crates():
1313 """This function defines a collection of repos and should be called in a WORKSPACE file"""
1414 maybe (
1515 http_archive ,
16- name = "raze__ahash__0_7_2 " ,
17- url = "https://crates.io/api/v1/crates/ahash/0.7.2 /download" ,
16+ name = "raze__ahash__0_7_4 " ,
17+ url = "https://crates.io/api/v1/crates/ahash/0.7.4 /download" ,
1818 type = "tar.gz" ,
19- sha256 = "7f200cbb1e856866d9eade941cf3aa0c5d7dd36f74311c4273b494f4ef036957 " ,
20- strip_prefix = "ahash-0.7.2 " ,
21- build_file = Label ("//bazel/cargo/remote:BUILD.ahash-0.7.2 .bazel" ),
19+ sha256 = "43bb833f0bf979d8475d38fbf09ed3b8a55e1885fe93ad3f93239fc6a4f17b98 " ,
20+ strip_prefix = "ahash-0.7.4 " ,
21+ build_file = Label ("//bazel/cargo/remote:BUILD.ahash-0.7.4 .bazel" ),
2222 )
2323
2424 maybe (
@@ -53,12 +53,12 @@ def raze_fetch_remote_crates():
5353
5454 maybe (
5555 http_archive ,
56- name = "raze__getrandom__0_2_2 " ,
57- url = "https://crates.io/api/v1/crates/getrandom/0.2.2 /download" ,
56+ name = "raze__getrandom__0_2_3 " ,
57+ url = "https://crates.io/api/v1/crates/getrandom/0.2.3 /download" ,
5858 type = "tar.gz" ,
59- sha256 = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8 " ,
60- strip_prefix = "getrandom-0.2.2 " ,
61- build_file = Label ("//bazel/cargo/remote:BUILD.getrandom-0.2.2 .bazel" ),
59+ sha256 = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753 " ,
60+ strip_prefix = "getrandom-0.2.3 " ,
61+ build_file = Label ("//bazel/cargo/remote:BUILD.getrandom-0.2.3 .bazel" ),
6262 )
6363
6464 maybe (
@@ -73,12 +73,12 @@ def raze_fetch_remote_crates():
7373
7474 maybe (
7575 http_archive ,
76- name = "raze__libc__0_2_91 " ,
77- url = "https://crates.io/api/v1/crates/libc/0.2.91 /download" ,
76+ name = "raze__libc__0_2_97 " ,
77+ url = "https://crates.io/api/v1/crates/libc/0.2.97 /download" ,
7878 type = "tar.gz" ,
79- sha256 = "8916b1f6ca17130ec6568feccee27c156ad12037880833a3b842a823236502e7 " ,
80- strip_prefix = "libc-0.2.91 " ,
81- build_file = Label ("//bazel/cargo/remote:BUILD.libc-0.2.91 .bazel" ),
79+ sha256 = "12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6 " ,
80+ strip_prefix = "libc-0.2.97 " ,
81+ build_file = Label ("//bazel/cargo/remote:BUILD.libc-0.2.97 .bazel" ),
8282 )
8383
8484 maybe (
@@ -113,12 +113,12 @@ def raze_fetch_remote_crates():
113113
114114 maybe (
115115 http_archive ,
116- name = "raze__once_cell__1_7_2 " ,
117- url = "https://crates.io/api/v1/crates/once_cell/1.7.2 /download" ,
116+ name = "raze__once_cell__1_8_0 " ,
117+ url = "https://crates.io/api/v1/crates/once_cell/1.8.0 /download" ,
118118 type = "tar.gz" ,
119- sha256 = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3 " ,
120- strip_prefix = "once_cell-1.7.2 " ,
121- build_file = Label ("//bazel/cargo/remote:BUILD.once_cell-1.7.2 .bazel" ),
119+ sha256 = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56 " ,
120+ strip_prefix = "once_cell-1.8.0 " ,
121+ build_file = Label ("//bazel/cargo/remote:BUILD.once_cell-1.8.0 .bazel" ),
122122 )
123123
124124 maybe (
0 commit comments