@@ -26,12 +26,12 @@ def raze_fetch_remote_crates():
26
26
)
27
27
28
28
_new_http_archive (
29
- name = "raze__autocfg__1_0_0 " ,
30
- url = "https://crates-io.s3-us-west-1.amazonaws.com/crates/autocfg/autocfg-1.0.0 .crate" ,
29
+ name = "raze__autocfg__1_0_1 " ,
30
+ url = "https://crates-io.s3-us-west-1.amazonaws.com/crates/autocfg/autocfg-1.0.1 .crate" ,
31
31
type = "tar.gz" ,
32
- sha256 = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d " ,
33
- strip_prefix = "autocfg-1.0.0 " ,
34
- build_file = Label ("//bazel/cargo/remote:autocfg-1.0.0 .BUILD" ),
32
+ sha256 = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a " ,
33
+ strip_prefix = "autocfg-1.0.1 " ,
34
+ build_file = Label ("//bazel/cargo/remote:autocfg-1.0.1 .BUILD" ),
35
35
)
36
36
37
37
_new_http_archive (
@@ -62,12 +62,12 @@ def raze_fetch_remote_crates():
62
62
)
63
63
64
64
_new_http_archive (
65
- name = "raze__libc__0_2_74 " ,
66
- url = "https://crates-io.s3-us-west-1.amazonaws.com/crates/libc/libc-0.2.74 .crate" ,
65
+ name = "raze__libc__0_2_76 " ,
66
+ url = "https://crates-io.s3-us-west-1.amazonaws.com/crates/libc/libc-0.2.76 .crate" ,
67
67
type = "tar.gz" ,
68
- sha256 = "a2f02823cf78b754822df5f7f268fb59822e7296276d3e069d8e8cb26a14bd10 " ,
69
- strip_prefix = "libc-0.2.74 " ,
70
- build_file = Label ("//bazel/cargo/remote:libc-0.2.74 .BUILD" ),
68
+ sha256 = "755456fae044e6fa1ebbbd1b3e902ae19e73097ed4ed87bb79934a867c007bc3 " ,
69
+ strip_prefix = "libc-0.2.76 " ,
70
+ build_file = Label ("//bazel/cargo/remote:libc-0.2.76 .BUILD" ),
71
71
)
72
72
73
73
_new_http_archive (
0 commit comments