@@ -48,19 +48,19 @@ rust_library(
4848 "@crates_vendor__zerocopy-0.8.42//:zerocopy",
4949 ] + select({
5050 "@rules_rust//rust/platform:aarch64-apple-darwin": [
51- "@crates_vendor__once_cell-1.21.3 //:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
51+ "@crates_vendor__once_cell-1.21.4 //:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
5252 ],
5353 "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [
54- "@crates_vendor__once_cell-1.21.3 //:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
54+ "@crates_vendor__once_cell-1.21.4 //:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
5555 ],
5656 "@rules_rust//rust/platform:x86_64-apple-darwin": [
57- "@crates_vendor__once_cell-1.21.3 //:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
57+ "@crates_vendor__once_cell-1.21.4 //:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
5858 ],
5959 "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [
60- "@crates_vendor__once_cell-1.21.3 //:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
60+ "@crates_vendor__once_cell-1.21.4 //:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
6161 ],
6262 "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [
63- "@crates_vendor__once_cell-1.21.3 //:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
63+ "@crates_vendor__once_cell-1.21.4 //:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
6464 ],
6565 "//conditions:default": [],
6666 }),
0 commit comments