@@ -17,21 +17,21 @@ def _new_git_repository(name, **kwargs):
17
17
def raze_fetch_remote_crates ():
18
18
19
19
_new_http_archive (
20
- name = "raze__ahash__0_3_8 " ,
21
- url = "https://crates-io.s3-us-west-1.amazonaws.com/crates/ahash/ahash-0.3.8 .crate" ,
20
+ name = "raze__ahash__0_4_6 " ,
21
+ url = "https://crates-io.s3-us-west-1.amazonaws.com/crates/ahash/ahash-0.4.6 .crate" ,
22
22
type = "tar.gz" ,
23
- sha256 = "e8fd72866655d1904d6b0997d0b07ba561047d070fbe29de039031c641b61217 " ,
24
- strip_prefix = "ahash-0.3.8 " ,
25
- build_file = Label ("//bazel/cargo/remote:ahash-0.3.8 .BUILD" ),
23
+ sha256 = "f6789e291be47ace86a60303502173d84af8327e3627ecf334356ee0f87a164c " ,
24
+ strip_prefix = "ahash-0.4.6 " ,
25
+ build_file = Label ("//bazel/cargo/remote:ahash-0.4.6 .BUILD" ),
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 (
@@ -44,30 +44,30 @@ def raze_fetch_remote_crates():
44
44
)
45
45
46
46
_new_http_archive (
47
- name = "raze__chrono__0_4_15 " ,
48
- url = "https://crates-io.s3-us-west-1.amazonaws.com/crates/chrono/chrono-0.4.15 .crate" ,
47
+ name = "raze__chrono__0_4_19 " ,
48
+ url = "https://crates-io.s3-us-west-1.amazonaws.com/crates/chrono/chrono-0.4.19 .crate" ,
49
49
type = "tar.gz" ,
50
- sha256 = "942f72db697d8767c22d46a598e01f2d3b475501ea43d0db4f16d90259182d0b " ,
51
- strip_prefix = "chrono-0.4.15 " ,
52
- build_file = Label ("//bazel/cargo/remote:chrono-0.4.15 .BUILD" ),
50
+ sha256 = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73 " ,
51
+ strip_prefix = "chrono-0.4.19 " ,
52
+ build_file = Label ("//bazel/cargo/remote:chrono-0.4.19 .BUILD" ),
53
53
)
54
54
55
55
_new_http_archive (
56
- name = "raze__hashbrown__0_8_2 " ,
57
- url = "https://crates-io.s3-us-west-1.amazonaws.com/crates/hashbrown/hashbrown-0.8.2 .crate" ,
56
+ name = "raze__hashbrown__0_9_1 " ,
57
+ url = "https://crates-io.s3-us-west-1.amazonaws.com/crates/hashbrown/hashbrown-0.9.1 .crate" ,
58
58
type = "tar.gz" ,
59
- sha256 = "e91b62f79061a0bc2e046024cb7ba44b08419ed238ecbd9adbd787434b9e8c25 " ,
60
- strip_prefix = "hashbrown-0.8.2 " ,
61
- build_file = Label ("//bazel/cargo/remote:hashbrown-0.8.2 .BUILD" ),
59
+ sha256 = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04 " ,
60
+ strip_prefix = "hashbrown-0.9.1 " ,
61
+ build_file = Label ("//bazel/cargo/remote:hashbrown-0.9.1 .BUILD" ),
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_80 " ,
66
+ url = "https://crates-io.s3-us-west-1.amazonaws.com/crates/libc/libc-0.2.80 .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 = "4d58d1b70b004888f764dfbf6a26a3b0342a1632d33968e4a179d8011c760614 " ,
69
+ strip_prefix = "libc-0.2.80 " ,
70
+ build_file = Label ("//bazel/cargo/remote:libc-0.2.80 .BUILD" ),
71
71
)
72
72
73
73
_new_http_archive (
@@ -89,30 +89,39 @@ def raze_fetch_remote_crates():
89
89
)
90
90
91
91
_new_http_archive (
92
- name = "raze__num_integer__0_1_43 " ,
93
- url = "https://crates-io.s3-us-west-1.amazonaws.com/crates/num-integer/num-integer-0.1.43 .crate" ,
92
+ name = "raze__num_integer__0_1_44 " ,
93
+ url = "https://crates-io.s3-us-west-1.amazonaws.com/crates/num-integer/num-integer-0.1.44 .crate" ,
94
94
type = "tar.gz" ,
95
- sha256 = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b " ,
96
- strip_prefix = "num-integer-0.1.43 " ,
97
- build_file = Label ("//bazel/cargo/remote:num-integer-0.1.43 .BUILD" ),
95
+ sha256 = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db " ,
96
+ strip_prefix = "num-integer-0.1.44 " ,
97
+ build_file = Label ("//bazel/cargo/remote:num-integer-0.1.44 .BUILD" ),
98
98
)
99
99
100
100
_new_http_archive (
101
- name = "raze__num_traits__0_2_12 " ,
102
- url = "https://crates-io.s3-us-west-1.amazonaws.com/crates/num-traits/num-traits-0.2.12 .crate" ,
101
+ name = "raze__num_traits__0_2_14 " ,
102
+ url = "https://crates-io.s3-us-west-1.amazonaws.com/crates/num-traits/num-traits-0.2.14 .crate" ,
103
103
type = "tar.gz" ,
104
- sha256 = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611 " ,
105
- strip_prefix = "num-traits-0.2.12 " ,
106
- build_file = Label ("//bazel/cargo/remote:num-traits-0.2.12 .BUILD" ),
104
+ sha256 = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290 " ,
105
+ strip_prefix = "num-traits-0.2.14 " ,
106
+ build_file = Label ("//bazel/cargo/remote:num-traits-0.2.14 .BUILD" ),
107
107
)
108
108
109
109
_new_http_archive (
110
- name = "raze__time__0_1_43 " ,
111
- url = "https://crates-io.s3-us-west-1.amazonaws.com/crates/time/time-0.1.43 .crate" ,
110
+ name = "raze__time__0_1_44 " ,
111
+ url = "https://crates-io.s3-us-west-1.amazonaws.com/crates/time/time-0.1.44 .crate" ,
112
112
type = "tar.gz" ,
113
- sha256 = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438" ,
114
- strip_prefix = "time-0.1.43" ,
115
- build_file = Label ("//bazel/cargo/remote:time-0.1.43.BUILD" ),
113
+ sha256 = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" ,
114
+ strip_prefix = "time-0.1.44" ,
115
+ build_file = Label ("//bazel/cargo/remote:time-0.1.44.BUILD" ),
116
+ )
117
+
118
+ _new_http_archive (
119
+ name = "raze__wasi__0_10_0_wasi_snapshot_preview1" ,
120
+ url = "https://crates-io.s3-us-west-1.amazonaws.com/crates/wasi/wasi-0.10.0+wasi-snapshot-preview1.crate" ,
121
+ type = "tar.gz" ,
122
+ sha256 = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" ,
123
+ strip_prefix = "wasi-0.10.0+wasi-snapshot-preview1" ,
124
+ build_file = Label ("//bazel/cargo/remote:wasi-0.10.0+wasi-snapshot-preview1.BUILD" ),
116
125
)
117
126
118
127
_new_http_archive (
0 commit comments