@@ -23,12 +23,12 @@ def raze_fetch_remote_crates():
23
23
24
24
maybe (
25
25
http_archive ,
26
- name = "raze__autocfg__1_0_1 " ,
27
- url = "https://crates.io/api/v1/crates/autocfg/1.0.1 /download" ,
26
+ name = "raze__autocfg__1_1_0 " ,
27
+ url = "https://crates.io/api/v1/crates/autocfg/1.1.0 /download" ,
28
28
type = "tar.gz" ,
29
- sha256 = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a " ,
30
- strip_prefix = "autocfg-1.0.1 " ,
31
- build_file = Label ("//bazel/cargo/remote:BUILD.autocfg-1.0.1 .bazel" ),
29
+ sha256 = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa " ,
30
+ strip_prefix = "autocfg-1.1.0 " ,
31
+ build_file = Label ("//bazel/cargo/remote:BUILD.autocfg-1.1.0 .bazel" ),
32
32
)
33
33
34
34
maybe (
@@ -53,12 +53,12 @@ def raze_fetch_remote_crates():
53
53
54
54
maybe (
55
55
http_archive ,
56
- name = "raze__getrandom__0_2_4 " ,
57
- url = "https://crates.io/api/v1/crates/getrandom/0.2.4 /download" ,
56
+ name = "raze__getrandom__0_2_6 " ,
57
+ url = "https://crates.io/api/v1/crates/getrandom/0.2.6 /download" ,
58
58
type = "tar.gz" ,
59
- sha256 = "418d37c8b1d42553c93648be529cb70f920d3baf8ef469b74b9638df426e0b4c " ,
60
- strip_prefix = "getrandom-0.2.4 " ,
61
- build_file = Label ("//bazel/cargo/remote:BUILD.getrandom-0.2.4 .bazel" ),
59
+ sha256 = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad " ,
60
+ strip_prefix = "getrandom-0.2.6 " ,
61
+ build_file = Label ("//bazel/cargo/remote:BUILD.getrandom-0.2.6 .bazel" ),
62
62
)
63
63
64
64
maybe (
@@ -73,22 +73,22 @@ def raze_fetch_remote_crates():
73
73
74
74
maybe (
75
75
http_archive ,
76
- name = "raze__libc__0_2_116 " ,
77
- url = "https://crates.io/api/v1/crates/libc/0.2.116 /download" ,
76
+ name = "raze__libc__0_2_122 " ,
77
+ url = "https://crates.io/api/v1/crates/libc/0.2.122 /download" ,
78
78
type = "tar.gz" ,
79
- sha256 = "565dbd88872dbe4cc8a46e527f26483c1d1f7afa6b884a3bd6cd893d4f98da74 " ,
80
- strip_prefix = "libc-0.2.116 " ,
81
- build_file = Label ("//bazel/cargo/remote:BUILD.libc-0.2.116 .bazel" ),
79
+ sha256 = "ec647867e2bf0772e28c8bcde4f0d19a9216916e890543b5a03ed8ef27b8f259 " ,
80
+ strip_prefix = "libc-0.2.122 " ,
81
+ build_file = Label ("//bazel/cargo/remote:BUILD.libc-0.2.122 .bazel" ),
82
82
)
83
83
84
84
maybe (
85
85
http_archive ,
86
- name = "raze__log__0_4_14 " ,
87
- url = "https://crates.io/api/v1/crates/log/0.4.14 /download" ,
86
+ name = "raze__log__0_4_16 " ,
87
+ url = "https://crates.io/api/v1/crates/log/0.4.16 /download" ,
88
88
type = "tar.gz" ,
89
- sha256 = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710 " ,
90
- strip_prefix = "log-0.4.14 " ,
91
- build_file = Label ("//bazel/cargo/remote:BUILD.log-0.4.14 .bazel" ),
89
+ sha256 = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8 " ,
90
+ strip_prefix = "log-0.4.16 " ,
91
+ build_file = Label ("//bazel/cargo/remote:BUILD.log-0.4.16 .bazel" ),
92
92
)
93
93
94
94
maybe (
@@ -113,12 +113,12 @@ def raze_fetch_remote_crates():
113
113
114
114
maybe (
115
115
http_archive ,
116
- name = "raze__once_cell__1_9_0 " ,
117
- url = "https://crates.io/api/v1/crates/once_cell/1.9 .0/download" ,
116
+ name = "raze__once_cell__1_10_0 " ,
117
+ url = "https://crates.io/api/v1/crates/once_cell/1.10 .0/download" ,
118
118
type = "tar.gz" ,
119
- sha256 = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5 " ,
120
- strip_prefix = "once_cell-1.9 .0" ,
121
- build_file = Label ("//bazel/cargo/remote:BUILD.once_cell-1.9 .0.bazel" ),
119
+ sha256 = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9 " ,
120
+ strip_prefix = "once_cell-1.10 .0" ,
121
+ build_file = Label ("//bazel/cargo/remote:BUILD.once_cell-1.10 .0.bazel" ),
122
122
)
123
123
124
124
maybe (
0 commit comments