@@ -83,12 +83,12 @@ def raze_fetch_remote_crates():
8383
8484 maybe (
8585 http_archive ,
86- name = "raze__http__0_2_3 " ,
87- url = "https://crates.io/api/v1/crates/http/0.2.3 /download" ,
86+ name = "raze__http__0_2_4 " ,
87+ url = "https://crates.io/api/v1/crates/http/0.2.4 /download" ,
8888 type = "tar.gz" ,
89- sha256 = "7245cd7449cc792608c3c8a9eaf69bd4eabbabf802713748fd739c98b82f0747 " ,
90- strip_prefix = "http-0.2.3 " ,
91- build_file = Label ("//bazel/cargo/remote:BUILD.http-0.2.3 .bazel" ),
89+ sha256 = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11 " ,
90+ strip_prefix = "http-0.2.4 " ,
91+ build_file = Label ("//bazel/cargo/remote:BUILD.http-0.2.4 .bazel" ),
9292 )
9393
9494 maybe (
@@ -103,12 +103,12 @@ def raze_fetch_remote_crates():
103103
104104 maybe (
105105 http_archive ,
106- name = "raze__libc__0_2_92 " ,
107- url = "https://crates.io/api/v1/crates/libc/0.2.92 /download" ,
106+ name = "raze__libc__0_2_93 " ,
107+ url = "https://crates.io/api/v1/crates/libc/0.2.93 /download" ,
108108 type = "tar.gz" ,
109- sha256 = "56d855069fafbb9b344c0f962150cd2c1187975cb1c22c1522c240d8c4986714 " ,
110- strip_prefix = "libc-0.2.92 " ,
111- build_file = Label ("//bazel/cargo/remote:BUILD.libc-0.2.92 .bazel" ),
109+ sha256 = "9385f66bf6105b241aa65a61cb923ef20efc665cb9f9bb50ac2f0c4b7f378d41 " ,
110+ strip_prefix = "libc-0.2.93 " ,
111+ build_file = Label ("//bazel/cargo/remote:BUILD.libc-0.2.93 .bazel" ),
112112 )
113113
114114 maybe (
@@ -223,12 +223,12 @@ def raze_fetch_remote_crates():
223223
224224 maybe (
225225 http_archive ,
226- name = "raze__syn__1_0_68 " ,
227- url = "https://crates.io/api/v1/crates/syn/1.0.68 /download" ,
226+ name = "raze__syn__1_0_69 " ,
227+ url = "https://crates.io/api/v1/crates/syn/1.0.69 /download" ,
228228 type = "tar.gz" ,
229- sha256 = "3ce15dd3ed8aa2f8eeac4716d6ef5ab58b6b9256db41d7e1a0224c2788e8fd87 " ,
230- strip_prefix = "syn-1.0.68 " ,
231- build_file = Label ("//bazel/cargo/remote:BUILD.syn-1.0.68 .bazel" ),
229+ sha256 = "48fe99c6bd8b1cc636890bcc071842de909d902c81ac7dab53ba33c421ab8ffb " ,
230+ strip_prefix = "syn-1.0.69 " ,
231+ build_file = Label ("//bazel/cargo/remote:BUILD.syn-1.0.69 .bazel" ),
232232 )
233233
234234 maybe (
0 commit comments