@@ -78,106 +78,107 @@ rust_library(
78
78
"@rules_rust//rust/platform:x86_64-unknown-none": [],
79
79
"//conditions:default": ["@platforms//:incompatible"],
80
80
}),
81
- version = "0.8.3 ",
81
+ version = "0.8.11 ",
82
82
deps = [
83
- "@crates_vendor__ahash-0.8.3 //:build_script_build",
83
+ "@crates_vendor__ahash-0.8.11 //:build_script_build",
84
84
"@crates_vendor__cfg-if-1.0.0//:cfg_if",
85
+ "@crates_vendor__zerocopy-0.7.35//:zerocopy",
85
86
] + select({
86
87
"@rules_rust//rust/platform:aarch64-apple-darwin": [
87
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
88
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
88
89
],
89
90
"@rules_rust//rust/platform:aarch64-apple-ios": [
90
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
91
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
91
92
],
92
93
"@rules_rust//rust/platform:aarch64-apple-ios-sim": [
93
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
94
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
94
95
],
95
96
"@rules_rust//rust/platform:aarch64-fuchsia": [
96
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
97
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
97
98
],
98
99
"@rules_rust//rust/platform:aarch64-linux-android": [
99
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
100
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
100
101
],
101
102
"@rules_rust//rust/platform:aarch64-pc-windows-msvc": [
102
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
103
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
103
104
],
104
105
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [
105
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
106
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
106
107
],
107
108
"@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [
108
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
109
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
109
110
],
110
111
"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [
111
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
112
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
112
113
],
113
114
"@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [
114
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
115
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
115
116
],
116
117
"@rules_rust//rust/platform:armv7-linux-androideabi": [
117
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
118
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
118
119
],
119
120
"@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [
120
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
121
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
121
122
],
122
123
"@rules_rust//rust/platform:i686-apple-darwin": [
123
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
124
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
124
125
],
125
126
"@rules_rust//rust/platform:i686-linux-android": [
126
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
127
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
127
128
],
128
129
"@rules_rust//rust/platform:i686-pc-windows-msvc": [
129
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
130
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
130
131
],
131
132
"@rules_rust//rust/platform:i686-unknown-freebsd": [
132
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
133
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
133
134
],
134
135
"@rules_rust//rust/platform:i686-unknown-linux-gnu": [
135
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
136
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
136
137
],
137
138
"@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [
138
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
139
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
139
140
],
140
141
"@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [
141
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
142
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
142
143
],
143
144
"@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [
144
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
145
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
145
146
],
146
147
"@rules_rust//rust/platform:s390x-unknown-linux-gnu": [
147
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
148
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
148
149
],
149
150
"@rules_rust//rust/platform:wasm32-unknown-unknown": [
150
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
151
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
151
152
],
152
153
"@rules_rust//rust/platform:wasm32-wasi": [
153
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
154
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
154
155
],
155
156
"@rules_rust//rust/platform:x86_64-apple-darwin": [
156
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
157
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
157
158
],
158
159
"@rules_rust//rust/platform:x86_64-apple-ios": [
159
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
160
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
160
161
],
161
162
"@rules_rust//rust/platform:x86_64-fuchsia": [
162
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
163
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
163
164
],
164
165
"@rules_rust//rust/platform:x86_64-linux-android": [
165
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
166
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
166
167
],
167
168
"@rules_rust//rust/platform:x86_64-pc-windows-msvc": [
168
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
169
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
169
170
],
170
171
"@rules_rust//rust/platform:x86_64-unknown-freebsd": [
171
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
172
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
172
173
],
173
174
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [
174
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
175
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
175
176
],
176
177
"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [
177
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
178
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
178
179
],
179
180
"@rules_rust//rust/platform:x86_64-unknown-none": [
180
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
181
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
181
182
],
182
183
"//conditions:default": [],
183
184
}),
@@ -215,7 +216,7 @@ cargo_build_script(
215
216
"noclippy",
216
217
"norustfmt",
217
218
],
218
- version = "0.8.3 ",
219
+ version = "0.8.11 ",
219
220
visibility = ["//visibility:private"],
220
221
deps = [
221
222
"@crates_vendor__version_check-0.9.4//:version_check",
0 commit comments