From e0e85a7eedac69de6df67d1d5fd6a0457dbcc6d1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 25 Dec 2023 20:14:43 +0000 Subject: [PATCH] fix(deps): update rust crate sysinfo to 0.30.1 --- Cargo.lock | 41 ++++++--- cli/Cargo.toml | 2 +- ...UILD.android_system_properties-0.1.5.bazel | 2 +- .../crates/BUILD.backtrace-0.3.69.bazel | 8 +- thirdparty/crates/BUILD.bazel | 2 +- thirdparty/crates/BUILD.cc-1.0.83.bazel | 8 +- .../crates/BUILD.core-foundation-0.9.3.bazel | 2 +- .../crates/BUILD.cpufeatures-0.2.9.bazel | 4 +- thirdparty/crates/BUILD.curl-0.4.44.bazel | 2 +- .../BUILD.curl-sys-0.4.65+curl-8.2.1.bazel | 2 +- thirdparty/crates/BUILD.dirs-sys-0.4.1.bazel | 8 +- .../crates/BUILD.dirs-sys-next-0.1.2.bazel | 8 +- thirdparty/crates/BUILD.errno-0.3.3.bazel | 8 +- .../crates/BUILD.errno-dragonfly-0.1.2.bazel | 2 +- .../crates/BUILD.error-code-2.3.1.bazel | 2 +- thirdparty/crates/BUILD.filetime-0.2.22.bazel | 8 +- .../crates/BUILD.findshlibs-0.10.2.bazel | 2 +- .../crates/BUILD.getrandom-0.2.10.bazel | 8 +- thirdparty/crates/BUILD.hostname-0.3.1.bazel | 8 +- ...0.2.149.bazel => BUILD.libc-0.2.151.bazel} | 6 +- .../crates/BUILD.libmimalloc-sys-0.1.35.bazel | 2 +- .../BUILD.libnghttp2-sys-0.1.8+1.55.1.bazel | 2 +- thirdparty/crates/BUILD.libz-sys-1.1.12.bazel | 2 +- thirdparty/crates/BUILD.mach2-0.4.1.bazel | 4 +- thirdparty/crates/BUILD.mio-0.8.9.bazel | 8 +- .../crates/BUILD.native-tls-0.2.11.bazel | 4 +- thirdparty/crates/BUILD.nix-0.23.2.bazel | 2 +- thirdparty/crates/BUILD.nix-0.26.4.bazel | 2 +- thirdparty/crates/BUILD.num_cpus-1.16.0.bazel | 8 +- thirdparty/crates/BUILD.openssl-0.10.61.bazel | 2 +- .../crates/BUILD.openssl-sys-0.9.97.bazel | 2 +- .../crates/BUILD.parking_lot_core-0.9.8.bazel | 8 +- thirdparty/crates/BUILD.polling-2.8.0.bazel | 8 +- thirdparty/crates/BUILD.quanta-0.11.1.bazel | 4 +- thirdparty/crates/BUILD.rand-0.8.5.bazel | 8 +- ...on-1.7.0.bazel => BUILD.rayon-1.8.0.bazel} | 4 +- ....0.bazel => BUILD.rayon-core-1.12.0.bazel} | 8 +- thirdparty/crates/BUILD.ring-0.16.20.bazel | 4 +- thirdparty/crates/BUILD.ring-0.17.5.bazel | 4 +- thirdparty/crates/BUILD.rustix-0.38.21.bazel | 4 +- .../crates/BUILD.rustyline-11.0.0.bazel | 2 +- thirdparty/crates/BUILD.rustyline-9.1.2.bazel | 2 +- .../BUILD.security-framework-2.9.2.bazel | 2 +- .../BUILD.security-framework-sys-2.9.1.bazel | 2 +- .../crates/BUILD.sentry-contexts-0.31.8.bazel | 2 +- .../BUILD.signal-hook-registry-1.4.1.bazel | 2 +- thirdparty/crates/BUILD.socket2-0.4.9.bazel | 8 +- thirdparty/crates/BUILD.socket2-0.5.5.bazel | 8 +- ...29.11.bazel => BUILD.sysinfo-0.30.1.bazel} | 16 ++-- ...BUILD.system-configuration-sys-0.5.0.bazel | 2 +- thirdparty/crates/BUILD.tar-0.4.40.bazel | 8 +- thirdparty/crates/BUILD.tokio-1.35.1.bazel | 8 +- thirdparty/crates/BUILD.uname-0.1.1.bazel | 2 +- thirdparty/crates/BUILD.winapi-0.3.9.bazel | 36 -------- thirdparty/crates/BUILD.windows-0.51.1.bazel | 92 +++++++++++++++++++ .../crates/BUILD.windows-core-0.51.1.bazel | 48 ++++++++++ thirdparty/crates/BUILD.xattr-1.0.1.bazel | 2 +- thirdparty/crates/defs.bzl | 66 ++++++++----- tools/helm-plugin/Cargo.toml | 2 +- 59 files changed, 336 insertions(+), 197 deletions(-) rename thirdparty/crates/{BUILD.libc-0.2.149.bazel => BUILD.libc-0.2.151.bazel} (94%) rename thirdparty/crates/{BUILD.rayon-1.7.0.bazel => BUILD.rayon-1.8.0.bazel} (93%) rename thirdparty/crates/{BUILD.rayon-core-1.11.0.bazel => BUILD.rayon-core-1.12.0.bazel} (89%) rename thirdparty/crates/{BUILD.sysinfo-0.29.11.bazel => BUILD.sysinfo-0.30.1.bazel} (84%) create mode 100644 thirdparty/crates/BUILD.windows-0.51.1.bazel create mode 100644 thirdparty/crates/BUILD.windows-core-0.51.1.bazel diff --git a/Cargo.lock b/Cargo.lock index e5cad9e9e..ec05e5914 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2872,7 +2872,7 @@ dependencies = [ "iana-time-zone-haiku", "js-sys", "wasm-bindgen", - "windows", + "windows 0.48.0", ] [[package]] @@ -3162,9 +3162,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.149" +version = "0.2.151" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b" +checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4" [[package]] name = "libm" @@ -4209,9 +4209,9 @@ dependencies = [ [[package]] name = "rayon" -version = "1.7.0" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b" +checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1" dependencies = [ "either", "rayon-core", @@ -4219,14 +4219,12 @@ dependencies = [ [[package]] name = "rayon-core" -version = "1.11.0" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d" +checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed" dependencies = [ - "crossbeam-channel", "crossbeam-deque", "crossbeam-utils", - "num_cpus", ] [[package]] @@ -5673,9 +5671,9 @@ checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" [[package]] name = "sysinfo" -version = "0.29.11" +version = "0.30.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd727fc423c2060f6c92d9534cef765c65a6ed3f428a03d7def74a8c4348e666" +checksum = "01e979b637815805abbdeea72e4b6d9374dd0efce6524cc65c31e14911dbc671" dependencies = [ "cfg-if", "core-foundation-sys", @@ -5683,7 +5681,7 @@ dependencies = [ "ntapi", "once_cell", "rayon", - "winapi", + "windows 0.51.1", ] [[package]] @@ -6574,6 +6572,25 @@ dependencies = [ "windows-targets", ] +[[package]] +name = "windows" +version = "0.51.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ca229916c5ee38c2f2bc1e9d8f04df975b4bd93f9955dc69fabb5d91270045c9" +dependencies = [ + "windows-core", + "windows-targets", +] + +[[package]] +name = "windows-core" +version = "0.51.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64" +dependencies = [ + "windows-targets", +] + [[package]] name = "windows-sys" version = "0.48.0" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 062585232..553483f0f 100755 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -43,7 +43,7 @@ promptly = "0.3.1" serde_json = "1.0.108" serde_yaml = "0.9.29" sqlx = { version = "0.7.3", features = ["postgres", "runtime-tokio", "tls-native-tls"] } -sysinfo = "0.29.11" +sysinfo = "0.30.1" tokio = { version = "1.35.1", features = ["full"] } tracing = "0.1.40" tracing-subscriber = "0.3.18" diff --git a/thirdparty/crates/BUILD.android_system_properties-0.1.5.bazel b/thirdparty/crates/BUILD.android_system_properties-0.1.5.bazel index 4cf12b19c..d6ab20fb5 100644 --- a/thirdparty/crates/BUILD.android_system_properties-0.1.5.bazel +++ b/thirdparty/crates/BUILD.android_system_properties-0.1.5.bazel @@ -40,6 +40,6 @@ rust_library( ], version = "0.1.5", deps = [ - "@crate_index__libc-0.2.149//:libc", + "@crate_index__libc-0.2.151//:libc", ], ) diff --git a/thirdparty/crates/BUILD.backtrace-0.3.69.bazel b/thirdparty/crates/BUILD.backtrace-0.3.69.bazel index 549fe1eba..f28eef3ea 100644 --- a/thirdparty/crates/BUILD.backtrace-0.3.69.bazel +++ b/thirdparty/crates/BUILD.backtrace-0.3.69.bazel @@ -52,25 +52,25 @@ rust_library( ] + select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ "@crate_index__addr2line-0.21.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@crate_index__libc-0.2.149//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@crate_index__libc-0.2.151//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) "@crate_index__miniz_oxide-0.7.1//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) "@crate_index__object-0.32.1//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ "@crate_index__addr2line-0.21.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@crate_index__libc-0.2.149//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@crate_index__libc-0.2.151//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) "@crate_index__miniz_oxide-0.7.1//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) "@crate_index__object-0.32.1//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ "@crate_index__addr2line-0.21.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@crate_index__libc-0.2.149//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@crate_index__libc-0.2.151//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) "@crate_index__miniz_oxide-0.7.1//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) "@crate_index__object-0.32.1//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ "@crate_index__addr2line-0.21.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@crate_index__libc-0.2.149//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@crate_index__libc-0.2.151//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) "@crate_index__miniz_oxide-0.7.1//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) "@crate_index__object-0.32.1//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) ], diff --git a/thirdparty/crates/BUILD.bazel b/thirdparty/crates/BUILD.bazel index 26058b9a8..215db00d8 100644 --- a/thirdparty/crates/BUILD.bazel +++ b/thirdparty/crates/BUILD.bazel @@ -453,7 +453,7 @@ alias( alias( name = "sysinfo", - actual = "@crate_index__sysinfo-0.29.11//:sysinfo", + actual = "@crate_index__sysinfo-0.30.1//:sysinfo", tags = ["manual"], ) diff --git a/thirdparty/crates/BUILD.cc-1.0.83.bazel b/thirdparty/crates/BUILD.cc-1.0.83.bazel index 62bc76247..4a4471f8f 100644 --- a/thirdparty/crates/BUILD.cc-1.0.83.bazel +++ b/thirdparty/crates/BUILD.cc-1.0.83.bazel @@ -41,16 +41,16 @@ rust_library( version = "1.0.83", deps = select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@crate_index__libc-0.2.149//:libc", # cfg(unix) + "@crate_index__libc-0.2.151//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@crate_index__libc-0.2.149//:libc", # cfg(unix) + "@crate_index__libc-0.2.151//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@crate_index__libc-0.2.149//:libc", # cfg(unix) + "@crate_index__libc-0.2.151//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@crate_index__libc-0.2.149//:libc", # cfg(unix) + "@crate_index__libc-0.2.151//:libc", # cfg(unix) ], "//conditions:default": [], }), diff --git a/thirdparty/crates/BUILD.core-foundation-0.9.3.bazel b/thirdparty/crates/BUILD.core-foundation-0.9.3.bazel index c8ae13073..6117dba1e 100644 --- a/thirdparty/crates/BUILD.core-foundation-0.9.3.bazel +++ b/thirdparty/crates/BUILD.core-foundation-0.9.3.bazel @@ -41,6 +41,6 @@ rust_library( version = "0.9.3", deps = [ "@crate_index__core-foundation-sys-0.8.4//:core_foundation_sys", - "@crate_index__libc-0.2.149//:libc", + "@crate_index__libc-0.2.151//:libc", ], ) diff --git a/thirdparty/crates/BUILD.cpufeatures-0.2.9.bazel b/thirdparty/crates/BUILD.cpufeatures-0.2.9.bazel index e42e71a09..cb6fa2cef 100644 --- a/thirdparty/crates/BUILD.cpufeatures-0.2.9.bazel +++ b/thirdparty/crates/BUILD.cpufeatures-0.2.9.bazel @@ -41,10 +41,10 @@ rust_library( version = "0.2.9", deps = select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@crate_index__libc-0.2.149//:libc", # cfg(all(target_arch = "aarch64", target_vendor = "apple")) + "@crate_index__libc-0.2.151//:libc", # cfg(all(target_arch = "aarch64", target_vendor = "apple")) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@crate_index__libc-0.2.149//:libc", # cfg(all(target_arch = "aarch64", target_os = "linux")) + "@crate_index__libc-0.2.151//:libc", # cfg(all(target_arch = "aarch64", target_os = "linux")) ], "//conditions:default": [], }), diff --git a/thirdparty/crates/BUILD.curl-0.4.44.bazel b/thirdparty/crates/BUILD.curl-0.4.44.bazel index b9f6245ae..a90986048 100644 --- a/thirdparty/crates/BUILD.curl-0.4.44.bazel +++ b/thirdparty/crates/BUILD.curl-0.4.44.bazel @@ -51,7 +51,7 @@ rust_library( deps = [ "@crate_index__curl-0.4.44//:build_script_build", "@crate_index__curl-sys-0.4.65-curl-8.2.1//:curl_sys", - "@crate_index__libc-0.2.149//:libc", + "@crate_index__libc-0.2.151//:libc", "@crate_index__socket2-0.4.9//:socket2", ] + select({ "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ diff --git a/thirdparty/crates/BUILD.curl-sys-0.4.65+curl-8.2.1.bazel b/thirdparty/crates/BUILD.curl-sys-0.4.65+curl-8.2.1.bazel index 055b81664..9539170d4 100644 --- a/thirdparty/crates/BUILD.curl-sys-0.4.65+curl-8.2.1.bazel +++ b/thirdparty/crates/BUILD.curl-sys-0.4.65+curl-8.2.1.bazel @@ -50,7 +50,7 @@ rust_library( version = "0.4.65+curl-8.2.1", deps = [ "@crate_index__curl-sys-0.4.65-curl-8.2.1//:build_script_build", - "@crate_index__libc-0.2.149//:libc", + "@crate_index__libc-0.2.151//:libc", "@crate_index__libnghttp2-sys-0.1.8-1.55.1//:libnghttp2_sys", "@crate_index__libz-sys-1.1.12//:libz_sys", ] + select({ diff --git a/thirdparty/crates/BUILD.dirs-sys-0.4.1.bazel b/thirdparty/crates/BUILD.dirs-sys-0.4.1.bazel index 9a704d196..6da672761 100644 --- a/thirdparty/crates/BUILD.dirs-sys-0.4.1.bazel +++ b/thirdparty/crates/BUILD.dirs-sys-0.4.1.bazel @@ -43,19 +43,19 @@ rust_library( "@crate_index__option-ext-0.2.0//:option_ext", ] + select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@crate_index__libc-0.2.149//:libc", # cfg(unix) + "@crate_index__libc-0.2.151//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@crate_index__libc-0.2.149//:libc", # cfg(unix) + "@crate_index__libc-0.2.151//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@crate_index__libc-0.2.149//:libc", # cfg(unix) + "@crate_index__libc-0.2.151//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ "@crate_index__windows-sys-0.48.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@crate_index__libc-0.2.149//:libc", # cfg(unix) + "@crate_index__libc-0.2.151//:libc", # cfg(unix) ], "//conditions:default": [], }), diff --git a/thirdparty/crates/BUILD.dirs-sys-next-0.1.2.bazel b/thirdparty/crates/BUILD.dirs-sys-next-0.1.2.bazel index 084eabea7..0cc64ff26 100644 --- a/thirdparty/crates/BUILD.dirs-sys-next-0.1.2.bazel +++ b/thirdparty/crates/BUILD.dirs-sys-next-0.1.2.bazel @@ -41,19 +41,19 @@ rust_library( version = "0.1.2", deps = select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@crate_index__libc-0.2.149//:libc", # cfg(unix) + "@crate_index__libc-0.2.151//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@crate_index__libc-0.2.149//:libc", # cfg(unix) + "@crate_index__libc-0.2.151//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@crate_index__libc-0.2.149//:libc", # cfg(unix) + "@crate_index__libc-0.2.151//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ "@crate_index__winapi-0.3.9//:winapi", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@crate_index__libc-0.2.149//:libc", # cfg(unix) + "@crate_index__libc-0.2.151//:libc", # cfg(unix) ], "//conditions:default": [], }), diff --git a/thirdparty/crates/BUILD.errno-0.3.3.bazel b/thirdparty/crates/BUILD.errno-0.3.3.bazel index dfe4258a1..d563a3ae5 100644 --- a/thirdparty/crates/BUILD.errno-0.3.3.bazel +++ b/thirdparty/crates/BUILD.errno-0.3.3.bazel @@ -44,19 +44,19 @@ rust_library( version = "0.3.3", deps = select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@crate_index__libc-0.2.149//:libc", # cfg(unix) + "@crate_index__libc-0.2.151//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@crate_index__libc-0.2.149//:libc", # cfg(unix) + "@crate_index__libc-0.2.151//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@crate_index__libc-0.2.149//:libc", # cfg(unix) + "@crate_index__libc-0.2.151//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ "@crate_index__windows-sys-0.48.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@crate_index__libc-0.2.149//:libc", # cfg(unix) + "@crate_index__libc-0.2.151//:libc", # cfg(unix) ], "//conditions:default": [], }), diff --git a/thirdparty/crates/BUILD.errno-dragonfly-0.1.2.bazel b/thirdparty/crates/BUILD.errno-dragonfly-0.1.2.bazel index 7aad1ffc2..d05dd3b92 100644 --- a/thirdparty/crates/BUILD.errno-dragonfly-0.1.2.bazel +++ b/thirdparty/crates/BUILD.errno-dragonfly-0.1.2.bazel @@ -42,7 +42,7 @@ rust_library( version = "0.1.2", deps = [ "@crate_index__errno-dragonfly-0.1.2//:build_script_build", - "@crate_index__libc-0.2.149//:libc", + "@crate_index__libc-0.2.151//:libc", ], ) diff --git a/thirdparty/crates/BUILD.error-code-2.3.1.bazel b/thirdparty/crates/BUILD.error-code-2.3.1.bazel index 4f3da0426..c7d908806 100644 --- a/thirdparty/crates/BUILD.error-code-2.3.1.bazel +++ b/thirdparty/crates/BUILD.error-code-2.3.1.bazel @@ -40,7 +40,7 @@ rust_library( ], version = "2.3.1", deps = [ - "@crate_index__libc-0.2.149//:libc", + "@crate_index__libc-0.2.151//:libc", "@crate_index__str-buf-1.0.6//:str_buf", ], ) diff --git a/thirdparty/crates/BUILD.filetime-0.2.22.bazel b/thirdparty/crates/BUILD.filetime-0.2.22.bazel index 71ec13726..b0737ecd8 100644 --- a/thirdparty/crates/BUILD.filetime-0.2.22.bazel +++ b/thirdparty/crates/BUILD.filetime-0.2.22.bazel @@ -43,19 +43,19 @@ rust_library( "@crate_index__cfg-if-1.0.0//:cfg_if", ] + select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@crate_index__libc-0.2.149//:libc", # cfg(unix) + "@crate_index__libc-0.2.151//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@crate_index__libc-0.2.149//:libc", # cfg(unix) + "@crate_index__libc-0.2.151//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@crate_index__libc-0.2.149//:libc", # cfg(unix) + "@crate_index__libc-0.2.151//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ "@crate_index__windows-sys-0.48.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@crate_index__libc-0.2.149//:libc", # cfg(unix) + "@crate_index__libc-0.2.151//:libc", # cfg(unix) ], "//conditions:default": [], }), diff --git a/thirdparty/crates/BUILD.findshlibs-0.10.2.bazel b/thirdparty/crates/BUILD.findshlibs-0.10.2.bazel index 7c999acbc..ac14baeca 100644 --- a/thirdparty/crates/BUILD.findshlibs-0.10.2.bazel +++ b/thirdparty/crates/BUILD.findshlibs-0.10.2.bazel @@ -42,7 +42,7 @@ rust_library( version = "0.10.2", deps = [ "@crate_index__findshlibs-0.10.2//:build_script_build", - "@crate_index__libc-0.2.149//:libc", + "@crate_index__libc-0.2.151//:libc", ] + select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ "@crate_index__lazy_static-1.4.0//:lazy_static", # cfg(any(target_os = "macos", target_os = "ios")) diff --git a/thirdparty/crates/BUILD.getrandom-0.2.10.bazel b/thirdparty/crates/BUILD.getrandom-0.2.10.bazel index 6e5d80191..7f49b2696 100644 --- a/thirdparty/crates/BUILD.getrandom-0.2.10.bazel +++ b/thirdparty/crates/BUILD.getrandom-0.2.10.bazel @@ -46,16 +46,16 @@ rust_library( "@crate_index__cfg-if-1.0.0//:cfg_if", ] + select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@crate_index__libc-0.2.149//:libc", # cfg(unix) + "@crate_index__libc-0.2.151//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@crate_index__libc-0.2.149//:libc", # cfg(unix) + "@crate_index__libc-0.2.151//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@crate_index__libc-0.2.149//:libc", # cfg(unix) + "@crate_index__libc-0.2.151//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@crate_index__libc-0.2.149//:libc", # cfg(unix) + "@crate_index__libc-0.2.151//:libc", # cfg(unix) ], "//conditions:default": [], }), diff --git a/thirdparty/crates/BUILD.hostname-0.3.1.bazel b/thirdparty/crates/BUILD.hostname-0.3.1.bazel index 472da15c5..295bb0362 100644 --- a/thirdparty/crates/BUILD.hostname-0.3.1.bazel +++ b/thirdparty/crates/BUILD.hostname-0.3.1.bazel @@ -46,19 +46,19 @@ rust_library( "@crate_index__match_cfg-0.1.0//:match_cfg", ] + select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@crate_index__libc-0.2.149//:libc", # cfg(any(unix, target_os = "redox")) + "@crate_index__libc-0.2.151//:libc", # cfg(any(unix, target_os = "redox")) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@crate_index__libc-0.2.149//:libc", # cfg(any(unix, target_os = "redox")) + "@crate_index__libc-0.2.151//:libc", # cfg(any(unix, target_os = "redox")) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@crate_index__libc-0.2.149//:libc", # cfg(any(unix, target_os = "redox")) + "@crate_index__libc-0.2.151//:libc", # cfg(any(unix, target_os = "redox")) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ "@crate_index__winapi-0.3.9//:winapi", # cfg(target_os = "windows") ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@crate_index__libc-0.2.149//:libc", # cfg(any(unix, target_os = "redox")) + "@crate_index__libc-0.2.151//:libc", # cfg(any(unix, target_os = "redox")) ], "//conditions:default": [], }), diff --git a/thirdparty/crates/BUILD.libc-0.2.149.bazel b/thirdparty/crates/BUILD.libc-0.2.151.bazel similarity index 94% rename from thirdparty/crates/BUILD.libc-0.2.149.bazel rename to thirdparty/crates/BUILD.libc-0.2.151.bazel index 38e43bf8d..45c17f085 100644 --- a/thirdparty/crates/BUILD.libc-0.2.149.bazel +++ b/thirdparty/crates/BUILD.libc-0.2.151.bazel @@ -44,9 +44,9 @@ rust_library( "noclippy", "norustfmt", ], - version = "0.2.149", + version = "0.2.151", deps = [ - "@crate_index__libc-0.2.149//:build_script_build", + "@crate_index__libc-0.2.151//:build_script_build", ], ) @@ -82,7 +82,7 @@ cargo_build_script( "noclippy", "norustfmt", ], - version = "0.2.149", + version = "0.2.151", visibility = ["//visibility:private"], ) diff --git a/thirdparty/crates/BUILD.libmimalloc-sys-0.1.35.bazel b/thirdparty/crates/BUILD.libmimalloc-sys-0.1.35.bazel index 09f1b6830..32e0b7c47 100644 --- a/thirdparty/crates/BUILD.libmimalloc-sys-0.1.35.bazel +++ b/thirdparty/crates/BUILD.libmimalloc-sys-0.1.35.bazel @@ -41,7 +41,7 @@ rust_library( ], version = "0.1.35", deps = [ - "@crate_index__libc-0.2.149//:libc", + "@crate_index__libc-0.2.151//:libc", "@crate_index__libmimalloc-sys-0.1.35//:build_script_build", ], ) diff --git a/thirdparty/crates/BUILD.libnghttp2-sys-0.1.8+1.55.1.bazel b/thirdparty/crates/BUILD.libnghttp2-sys-0.1.8+1.55.1.bazel index de9d967e3..c50bcddc4 100644 --- a/thirdparty/crates/BUILD.libnghttp2-sys-0.1.8+1.55.1.bazel +++ b/thirdparty/crates/BUILD.libnghttp2-sys-0.1.8+1.55.1.bazel @@ -41,7 +41,7 @@ rust_library( ], version = "0.1.8+1.55.1", deps = [ - "@crate_index__libc-0.2.149//:libc", + "@crate_index__libc-0.2.151//:libc", "@crate_index__libnghttp2-sys-0.1.8-1.55.1//:build_script_build", ], ) diff --git a/thirdparty/crates/BUILD.libz-sys-1.1.12.bazel b/thirdparty/crates/BUILD.libz-sys-1.1.12.bazel index d0eb000ea..dc2b6b38b 100644 --- a/thirdparty/crates/BUILD.libz-sys-1.1.12.bazel +++ b/thirdparty/crates/BUILD.libz-sys-1.1.12.bazel @@ -44,7 +44,7 @@ rust_library( ], version = "1.1.12", deps = [ - "@crate_index__libc-0.2.149//:libc", + "@crate_index__libc-0.2.151//:libc", "@crate_index__libz-sys-1.1.12//:build_script_build", ], ) diff --git a/thirdparty/crates/BUILD.mach2-0.4.1.bazel b/thirdparty/crates/BUILD.mach2-0.4.1.bazel index 6201de823..e6b95be0f 100644 --- a/thirdparty/crates/BUILD.mach2-0.4.1.bazel +++ b/thirdparty/crates/BUILD.mach2-0.4.1.bazel @@ -44,10 +44,10 @@ rust_library( version = "0.4.1", deps = select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@crate_index__libc-0.2.149//:libc", # cfg(any(target_os = "macos", target_os = "ios")) + "@crate_index__libc-0.2.151//:libc", # cfg(any(target_os = "macos", target_os = "ios")) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@crate_index__libc-0.2.149//:libc", # cfg(any(target_os = "macos", target_os = "ios")) + "@crate_index__libc-0.2.151//:libc", # cfg(any(target_os = "macos", target_os = "ios")) ], "//conditions:default": [], }), diff --git a/thirdparty/crates/BUILD.mio-0.8.9.bazel b/thirdparty/crates/BUILD.mio-0.8.9.bazel index c9a3d59c0..7cf62b5d1 100644 --- a/thirdparty/crates/BUILD.mio-0.8.9.bazel +++ b/thirdparty/crates/BUILD.mio-0.8.9.bazel @@ -46,19 +46,19 @@ rust_library( version = "0.8.9", deps = select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@crate_index__libc-0.2.149//:libc", # cfg(unix) + "@crate_index__libc-0.2.151//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@crate_index__libc-0.2.149//:libc", # cfg(unix) + "@crate_index__libc-0.2.151//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@crate_index__libc-0.2.149//:libc", # cfg(unix) + "@crate_index__libc-0.2.151//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ "@crate_index__windows-sys-0.48.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@crate_index__libc-0.2.149//:libc", # cfg(unix) + "@crate_index__libc-0.2.151//:libc", # cfg(unix) ], "//conditions:default": [], }), diff --git a/thirdparty/crates/BUILD.native-tls-0.2.11.bazel b/thirdparty/crates/BUILD.native-tls-0.2.11.bazel index cf7818328..cffec3f7c 100644 --- a/thirdparty/crates/BUILD.native-tls-0.2.11.bazel +++ b/thirdparty/crates/BUILD.native-tls-0.2.11.bazel @@ -45,7 +45,7 @@ rust_library( ] + select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ "@crate_index__lazy_static-1.4.0//:lazy_static", # cfg(any(target_os = "macos", target_os = "ios")) - "@crate_index__libc-0.2.149//:libc", # cfg(any(target_os = "macos", target_os = "ios")) + "@crate_index__libc-0.2.151//:libc", # cfg(any(target_os = "macos", target_os = "ios")) "@crate_index__security-framework-2.9.2//:security_framework", # cfg(any(target_os = "macos", target_os = "ios")) "@crate_index__security-framework-sys-2.9.1//:security_framework_sys", # cfg(any(target_os = "macos", target_os = "ios")) "@crate_index__tempfile-3.8.1//:tempfile", # cfg(any(target_os = "macos", target_os = "ios")) @@ -58,7 +58,7 @@ rust_library( ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ "@crate_index__lazy_static-1.4.0//:lazy_static", # cfg(any(target_os = "macos", target_os = "ios")) - "@crate_index__libc-0.2.149//:libc", # cfg(any(target_os = "macos", target_os = "ios")) + "@crate_index__libc-0.2.151//:libc", # cfg(any(target_os = "macos", target_os = "ios")) "@crate_index__security-framework-2.9.2//:security_framework", # cfg(any(target_os = "macos", target_os = "ios")) "@crate_index__security-framework-sys-2.9.1//:security_framework_sys", # cfg(any(target_os = "macos", target_os = "ios")) "@crate_index__tempfile-3.8.1//:tempfile", # cfg(any(target_os = "macos", target_os = "ios")) diff --git a/thirdparty/crates/BUILD.nix-0.23.2.bazel b/thirdparty/crates/BUILD.nix-0.23.2.bazel index a12327d04..7c9660b95 100644 --- a/thirdparty/crates/BUILD.nix-0.23.2.bazel +++ b/thirdparty/crates/BUILD.nix-0.23.2.bazel @@ -42,7 +42,7 @@ rust_library( deps = [ "@crate_index__bitflags-1.3.2//:bitflags", "@crate_index__cfg-if-1.0.0//:cfg_if", - "@crate_index__libc-0.2.149//:libc", + "@crate_index__libc-0.2.151//:libc", ] + select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ "@crate_index__memoffset-0.6.5//:memoffset", # cfg(not(target_os = "redox")) diff --git a/thirdparty/crates/BUILD.nix-0.26.4.bazel b/thirdparty/crates/BUILD.nix-0.26.4.bazel index 6855d85c2..a88bed673 100644 --- a/thirdparty/crates/BUILD.nix-0.26.4.bazel +++ b/thirdparty/crates/BUILD.nix-0.26.4.bazel @@ -79,7 +79,7 @@ rust_library( deps = [ "@crate_index__bitflags-1.3.2//:bitflags", "@crate_index__cfg-if-1.0.0//:cfg_if", - "@crate_index__libc-0.2.149//:libc", + "@crate_index__libc-0.2.151//:libc", "@crate_index__pin-utils-0.1.0//:pin_utils", ] + select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ diff --git a/thirdparty/crates/BUILD.num_cpus-1.16.0.bazel b/thirdparty/crates/BUILD.num_cpus-1.16.0.bazel index 9dcbddf27..92f8ee9a4 100644 --- a/thirdparty/crates/BUILD.num_cpus-1.16.0.bazel +++ b/thirdparty/crates/BUILD.num_cpus-1.16.0.bazel @@ -41,16 +41,16 @@ rust_library( version = "1.16.0", deps = select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@crate_index__libc-0.2.149//:libc", # cfg(not(windows)) + "@crate_index__libc-0.2.151//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@crate_index__libc-0.2.149//:libc", # cfg(not(windows)) + "@crate_index__libc-0.2.151//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@crate_index__libc-0.2.149//:libc", # cfg(not(windows)) + "@crate_index__libc-0.2.151//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@crate_index__libc-0.2.149//:libc", # cfg(not(windows)) + "@crate_index__libc-0.2.151//:libc", # cfg(not(windows)) ], "//conditions:default": [], }), diff --git a/thirdparty/crates/BUILD.openssl-0.10.61.bazel b/thirdparty/crates/BUILD.openssl-0.10.61.bazel index 0cb0f9246..15ed2f48b 100644 --- a/thirdparty/crates/BUILD.openssl-0.10.61.bazel +++ b/thirdparty/crates/BUILD.openssl-0.10.61.bazel @@ -53,7 +53,7 @@ rust_library( "@crate_index__bitflags-2.4.0//:bitflags", "@crate_index__cfg-if-1.0.0//:cfg_if", "@crate_index__foreign-types-0.3.2//:foreign_types", - "@crate_index__libc-0.2.149//:libc", + "@crate_index__libc-0.2.151//:libc", "@crate_index__once_cell-1.19.0//:once_cell", "@crate_index__openssl-0.10.61//:build_script_build", "@crate_index__openssl-sys-0.9.97//:openssl_sys", diff --git a/thirdparty/crates/BUILD.openssl-sys-0.9.97.bazel b/thirdparty/crates/BUILD.openssl-sys-0.9.97.bazel index 5b0df5bae..f888a1b5b 100644 --- a/thirdparty/crates/BUILD.openssl-sys-0.9.97.bazel +++ b/thirdparty/crates/BUILD.openssl-sys-0.9.97.bazel @@ -53,7 +53,7 @@ rust_library( ], version = "0.9.97", deps = [ - "@crate_index__libc-0.2.149//:libc", + "@crate_index__libc-0.2.151//:libc", "@crate_index__openssl-sys-0.9.97//:build_script_main", ], ) diff --git a/thirdparty/crates/BUILD.parking_lot_core-0.9.8.bazel b/thirdparty/crates/BUILD.parking_lot_core-0.9.8.bazel index 0e6949976..cee0b8722 100644 --- a/thirdparty/crates/BUILD.parking_lot_core-0.9.8.bazel +++ b/thirdparty/crates/BUILD.parking_lot_core-0.9.8.bazel @@ -46,19 +46,19 @@ rust_library( "@crate_index__smallvec-1.11.0//:smallvec", ] + select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@crate_index__libc-0.2.149//:libc", # cfg(unix) + "@crate_index__libc-0.2.151//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@crate_index__libc-0.2.149//:libc", # cfg(unix) + "@crate_index__libc-0.2.151//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@crate_index__libc-0.2.149//:libc", # cfg(unix) + "@crate_index__libc-0.2.151//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ "@crate_index__windows-targets-0.48.5//:windows_targets", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@crate_index__libc-0.2.149//:libc", # cfg(unix) + "@crate_index__libc-0.2.151//:libc", # cfg(unix) ], "//conditions:default": [], }), diff --git a/thirdparty/crates/BUILD.polling-2.8.0.bazel b/thirdparty/crates/BUILD.polling-2.8.0.bazel index 03e9be844..2f23f45dc 100644 --- a/thirdparty/crates/BUILD.polling-2.8.0.bazel +++ b/thirdparty/crates/BUILD.polling-2.8.0.bazel @@ -50,13 +50,13 @@ rust_library( "@crate_index__polling-2.8.0//:build_script_build", ] + select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@crate_index__libc-0.2.149//:libc", # cfg(any(unix, target_os = "fuchsia", target_os = "vxworks")) + "@crate_index__libc-0.2.151//:libc", # cfg(any(unix, target_os = "fuchsia", target_os = "vxworks")) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@crate_index__libc-0.2.149//:libc", # cfg(any(unix, target_os = "fuchsia", target_os = "vxworks")) + "@crate_index__libc-0.2.151//:libc", # cfg(any(unix, target_os = "fuchsia", target_os = "vxworks")) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@crate_index__libc-0.2.149//:libc", # cfg(any(unix, target_os = "fuchsia", target_os = "vxworks")) + "@crate_index__libc-0.2.151//:libc", # cfg(any(unix, target_os = "fuchsia", target_os = "vxworks")) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ "@crate_index__bitflags-1.3.2//:bitflags", # cfg(windows) @@ -65,7 +65,7 @@ rust_library( "@crate_index__windows-sys-0.48.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@crate_index__libc-0.2.149//:libc", # cfg(any(unix, target_os = "fuchsia", target_os = "vxworks")) + "@crate_index__libc-0.2.151//:libc", # cfg(any(unix, target_os = "fuchsia", target_os = "vxworks")) ], "//conditions:default": [], }), diff --git a/thirdparty/crates/BUILD.quanta-0.11.1.bazel b/thirdparty/crates/BUILD.quanta-0.11.1.bazel index ec82500f5..1c186dc1e 100644 --- a/thirdparty/crates/BUILD.quanta-0.11.1.bazel +++ b/thirdparty/crates/BUILD.quanta-0.11.1.bazel @@ -51,7 +51,7 @@ rust_library( "@crate_index__mach2-0.4.1//:mach2", # cfg(target_os = "macos") ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@crate_index__libc-0.2.149//:libc", # cfg(not(any(target_os = "macos", target_os = "ios", target_os = "windows", target_arch = "wasm32"))) + "@crate_index__libc-0.2.151//:libc", # cfg(not(any(target_os = "macos", target_os = "ios", target_os = "windows", target_arch = "wasm32"))) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ "@crate_index__mach2-0.4.1//:mach2", # cfg(target_os = "macos") @@ -62,7 +62,7 @@ rust_library( "@crate_index__winapi-0.3.9//:winapi", # cfg(target_os = "windows") ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@crate_index__libc-0.2.149//:libc", # cfg(not(any(target_os = "macos", target_os = "ios", target_os = "windows", target_arch = "wasm32"))) + "@crate_index__libc-0.2.151//:libc", # cfg(not(any(target_os = "macos", target_os = "ios", target_os = "windows", target_arch = "wasm32"))) "@crate_index__raw-cpuid-10.7.0//:raw_cpuid", # cfg(target_arch = "x86_64") ], "//conditions:default": [], diff --git a/thirdparty/crates/BUILD.rand-0.8.5.bazel b/thirdparty/crates/BUILD.rand-0.8.5.bazel index 2f7db638a..d66a6061f 100644 --- a/thirdparty/crates/BUILD.rand-0.8.5.bazel +++ b/thirdparty/crates/BUILD.rand-0.8.5.bazel @@ -54,16 +54,16 @@ rust_library( "@crate_index__rand_core-0.6.4//:rand_core", ] + select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@crate_index__libc-0.2.149//:libc", # cfg(unix) + "@crate_index__libc-0.2.151//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@crate_index__libc-0.2.149//:libc", # cfg(unix) + "@crate_index__libc-0.2.151//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@crate_index__libc-0.2.149//:libc", # cfg(unix) + "@crate_index__libc-0.2.151//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@crate_index__libc-0.2.149//:libc", # cfg(unix) + "@crate_index__libc-0.2.151//:libc", # cfg(unix) ], "//conditions:default": [], }), diff --git a/thirdparty/crates/BUILD.rayon-1.7.0.bazel b/thirdparty/crates/BUILD.rayon-1.8.0.bazel similarity index 93% rename from thirdparty/crates/BUILD.rayon-1.7.0.bazel rename to thirdparty/crates/BUILD.rayon-1.8.0.bazel index 08dc27e72..77eaf4642 100644 --- a/thirdparty/crates/BUILD.rayon-1.7.0.bazel +++ b/thirdparty/crates/BUILD.rayon-1.8.0.bazel @@ -38,9 +38,9 @@ rust_library( "noclippy", "norustfmt", ], - version = "1.7.0", + version = "1.8.0", deps = [ "@crate_index__either-1.9.0//:either", - "@crate_index__rayon-core-1.11.0//:rayon_core", + "@crate_index__rayon-core-1.12.0//:rayon_core", ], ) diff --git a/thirdparty/crates/BUILD.rayon-core-1.11.0.bazel b/thirdparty/crates/BUILD.rayon-core-1.12.0.bazel similarity index 89% rename from thirdparty/crates/BUILD.rayon-core-1.11.0.bazel rename to thirdparty/crates/BUILD.rayon-core-1.12.0.bazel index 4670f88fa..b178bfb14 100644 --- a/thirdparty/crates/BUILD.rayon-core-1.11.0.bazel +++ b/thirdparty/crates/BUILD.rayon-core-1.12.0.bazel @@ -39,13 +39,11 @@ rust_library( "noclippy", "norustfmt", ], - version = "1.11.0", + version = "1.12.0", deps = [ - "@crate_index__crossbeam-channel-0.5.8//:crossbeam_channel", "@crate_index__crossbeam-deque-0.8.3//:crossbeam_deque", "@crate_index__crossbeam-utils-0.8.16//:crossbeam_utils", - "@crate_index__num_cpus-1.16.0//:num_cpus", - "@crate_index__rayon-core-1.11.0//:build_script_build", + "@crate_index__rayon-core-1.12.0//:build_script_build", ], ) @@ -77,7 +75,7 @@ cargo_build_script( "noclippy", "norustfmt", ], - version = "1.11.0", + version = "1.12.0", visibility = ["//visibility:private"], ) diff --git a/thirdparty/crates/BUILD.ring-0.16.20.bazel b/thirdparty/crates/BUILD.ring-0.16.20.bazel index 1c11d23cc..0f4c83106 100644 --- a/thirdparty/crates/BUILD.ring-0.16.20.bazel +++ b/thirdparty/crates/BUILD.ring-0.16.20.bazel @@ -48,7 +48,7 @@ rust_library( "@crate_index__untrusted-0.7.1//:untrusted", ] + select({ "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@crate_index__libc-0.2.149//:libc", # cfg(any(target_os = "android", target_os = "linux")) + "@crate_index__libc-0.2.151//:libc", # cfg(any(target_os = "android", target_os = "linux")) "@crate_index__once_cell-1.19.0//:once_cell", # cfg(any(target_os = "android", target_os = "linux")) "@crate_index__spin-0.5.2//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux")))) ], @@ -60,7 +60,7 @@ rust_library( "@crate_index__winapi-0.3.9//:winapi", # cfg(target_os = "windows") ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@crate_index__libc-0.2.149//:libc", # cfg(any(target_os = "android", target_os = "linux")) + "@crate_index__libc-0.2.151//:libc", # cfg(any(target_os = "android", target_os = "linux")) "@crate_index__once_cell-1.19.0//:once_cell", # cfg(any(target_os = "android", target_os = "linux")) "@crate_index__spin-0.5.2//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux")))) ], diff --git a/thirdparty/crates/BUILD.ring-0.17.5.bazel b/thirdparty/crates/BUILD.ring-0.17.5.bazel index cc47f8296..a1f7ce34f 100644 --- a/thirdparty/crates/BUILD.ring-0.17.5.bazel +++ b/thirdparty/crates/BUILD.ring-0.17.5.bazel @@ -48,7 +48,7 @@ rust_library( "@crate_index__untrusted-0.9.0//:untrusted", ] + select({ "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@crate_index__libc-0.2.149//:libc", # cfg(any(target_os = "android", target_os = "linux")) + "@crate_index__libc-0.2.151//:libc", # cfg(any(target_os = "android", target_os = "linux")) "@crate_index__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows")))) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ @@ -58,7 +58,7 @@ rust_library( "@crate_index__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows")))) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@crate_index__libc-0.2.149//:libc", # cfg(any(target_os = "android", target_os = "linux")) + "@crate_index__libc-0.2.151//:libc", # cfg(any(target_os = "android", target_os = "linux")) "@crate_index__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows")))) ], "//conditions:default": [], diff --git a/thirdparty/crates/BUILD.rustix-0.38.21.bazel b/thirdparty/crates/BUILD.rustix-0.38.21.bazel index a93e62f80..8ae63f931 100644 --- a/thirdparty/crates/BUILD.rustix-0.38.21.bazel +++ b/thirdparty/crates/BUILD.rustix-0.38.21.bazel @@ -66,14 +66,14 @@ rust_library( ] + select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ "@crate_index__errno-0.3.3//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "mips"), all(rustix_use_experimental_asm, target_arch = "mips32r6"), all(rustix_use_experimental_asm, target_arch = "mips64"), all(rustix_use_experimental_asm, target_arch = "mips64r6"), target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"))))))) - "@crate_index__libc-0.2.149//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "mips"), all(rustix_use_experimental_asm, target_arch = "mips32r6"), all(rustix_use_experimental_asm, target_arch = "mips64"), all(rustix_use_experimental_asm, target_arch = "mips64r6"), target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"))))))) + "@crate_index__libc-0.2.151//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "mips"), all(rustix_use_experimental_asm, target_arch = "mips32r6"), all(rustix_use_experimental_asm, target_arch = "mips64"), all(rustix_use_experimental_asm, target_arch = "mips64r6"), target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"))))))) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ "@crate_index__linux-raw-sys-0.4.10//:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "mips"), all(rustix_use_experimental_asm, target_arch = "mips32r6"), all(rustix_use_experimental_asm, target_arch = "mips64"), all(rustix_use_experimental_asm, target_arch = "mips64r6"), target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64")))) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ "@crate_index__errno-0.3.3//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "mips"), all(rustix_use_experimental_asm, target_arch = "mips32r6"), all(rustix_use_experimental_asm, target_arch = "mips64"), all(rustix_use_experimental_asm, target_arch = "mips64r6"), target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"))))))) - "@crate_index__libc-0.2.149//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "mips"), all(rustix_use_experimental_asm, target_arch = "mips32r6"), all(rustix_use_experimental_asm, target_arch = "mips64"), all(rustix_use_experimental_asm, target_arch = "mips64r6"), target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"))))))) + "@crate_index__libc-0.2.151//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "mips"), all(rustix_use_experimental_asm, target_arch = "mips32r6"), all(rustix_use_experimental_asm, target_arch = "mips64"), all(rustix_use_experimental_asm, target_arch = "mips64r6"), target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"))))))) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ "@crate_index__errno-0.3.3//:errno", # cfg(windows) diff --git a/thirdparty/crates/BUILD.rustyline-11.0.0.bazel b/thirdparty/crates/BUILD.rustyline-11.0.0.bazel index 74f37e10c..8aafc9aff 100644 --- a/thirdparty/crates/BUILD.rustyline-11.0.0.bazel +++ b/thirdparty/crates/BUILD.rustyline-11.0.0.bazel @@ -53,7 +53,7 @@ rust_library( "@crate_index__cfg-if-1.0.0//:cfg_if", "@crate_index__dirs-next-2.0.0//:dirs_next", "@crate_index__fd-lock-3.0.13//:fd_lock", - "@crate_index__libc-0.2.149//:libc", + "@crate_index__libc-0.2.151//:libc", "@crate_index__log-0.4.20//:log", "@crate_index__memchr-2.6.3//:memchr", "@crate_index__radix_trie-0.2.1//:radix_trie", diff --git a/thirdparty/crates/BUILD.rustyline-9.1.2.bazel b/thirdparty/crates/BUILD.rustyline-9.1.2.bazel index 7e052c532..97da991ac 100644 --- a/thirdparty/crates/BUILD.rustyline-9.1.2.bazel +++ b/thirdparty/crates/BUILD.rustyline-9.1.2.bazel @@ -49,7 +49,7 @@ rust_library( "@crate_index__cfg-if-1.0.0//:cfg_if", "@crate_index__dirs-next-2.0.0//:dirs_next", "@crate_index__fd-lock-3.0.13//:fd_lock", - "@crate_index__libc-0.2.149//:libc", + "@crate_index__libc-0.2.151//:libc", "@crate_index__log-0.4.20//:log", "@crate_index__memchr-2.6.3//:memchr", "@crate_index__radix_trie-0.2.1//:radix_trie", diff --git a/thirdparty/crates/BUILD.security-framework-2.9.2.bazel b/thirdparty/crates/BUILD.security-framework-2.9.2.bazel index e1e372db8..881b78b58 100644 --- a/thirdparty/crates/BUILD.security-framework-2.9.2.bazel +++ b/thirdparty/crates/BUILD.security-framework-2.9.2.bazel @@ -47,7 +47,7 @@ rust_library( "@crate_index__bitflags-1.3.2//:bitflags", "@crate_index__core-foundation-0.9.3//:core_foundation", "@crate_index__core-foundation-sys-0.8.4//:core_foundation_sys", - "@crate_index__libc-0.2.149//:libc", + "@crate_index__libc-0.2.151//:libc", "@crate_index__security-framework-sys-2.9.1//:security_framework_sys", ], ) diff --git a/thirdparty/crates/BUILD.security-framework-sys-2.9.1.bazel b/thirdparty/crates/BUILD.security-framework-sys-2.9.1.bazel index 58fd97b6d..dae9de4db 100644 --- a/thirdparty/crates/BUILD.security-framework-sys-2.9.1.bazel +++ b/thirdparty/crates/BUILD.security-framework-sys-2.9.1.bazel @@ -45,6 +45,6 @@ rust_library( version = "2.9.1", deps = [ "@crate_index__core-foundation-sys-0.8.4//:core_foundation_sys", - "@crate_index__libc-0.2.149//:libc", + "@crate_index__libc-0.2.151//:libc", ], ) diff --git a/thirdparty/crates/BUILD.sentry-contexts-0.31.8.bazel b/thirdparty/crates/BUILD.sentry-contexts-0.31.8.bazel index 27ef8d55a..4d7a7c269 100644 --- a/thirdparty/crates/BUILD.sentry-contexts-0.31.8.bazel +++ b/thirdparty/crates/BUILD.sentry-contexts-0.31.8.bazel @@ -42,7 +42,7 @@ rust_library( version = "0.31.8", deps = [ "@crate_index__hostname-0.3.1//:hostname", - "@crate_index__libc-0.2.149//:libc", + "@crate_index__libc-0.2.151//:libc", "@crate_index__sentry-contexts-0.31.8//:build_script_build", "@crate_index__sentry-core-0.31.8//:sentry_core", ] + select({ diff --git a/thirdparty/crates/BUILD.signal-hook-registry-1.4.1.bazel b/thirdparty/crates/BUILD.signal-hook-registry-1.4.1.bazel index c37fee7bc..18e9617eb 100644 --- a/thirdparty/crates/BUILD.signal-hook-registry-1.4.1.bazel +++ b/thirdparty/crates/BUILD.signal-hook-registry-1.4.1.bazel @@ -40,6 +40,6 @@ rust_library( ], version = "1.4.1", deps = [ - "@crate_index__libc-0.2.149//:libc", + "@crate_index__libc-0.2.151//:libc", ], ) diff --git a/thirdparty/crates/BUILD.socket2-0.4.9.bazel b/thirdparty/crates/BUILD.socket2-0.4.9.bazel index 42236de1c..8725a0fdf 100644 --- a/thirdparty/crates/BUILD.socket2-0.4.9.bazel +++ b/thirdparty/crates/BUILD.socket2-0.4.9.bazel @@ -41,19 +41,19 @@ rust_library( version = "0.4.9", deps = select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@crate_index__libc-0.2.149//:libc", # cfg(unix) + "@crate_index__libc-0.2.151//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@crate_index__libc-0.2.149//:libc", # cfg(unix) + "@crate_index__libc-0.2.151//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@crate_index__libc-0.2.149//:libc", # cfg(unix) + "@crate_index__libc-0.2.151//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ "@crate_index__winapi-0.3.9//:winapi", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@crate_index__libc-0.2.149//:libc", # cfg(unix) + "@crate_index__libc-0.2.151//:libc", # cfg(unix) ], "//conditions:default": [], }), diff --git a/thirdparty/crates/BUILD.socket2-0.5.5.bazel b/thirdparty/crates/BUILD.socket2-0.5.5.bazel index 8933e55ed..9f7e62dd4 100644 --- a/thirdparty/crates/BUILD.socket2-0.5.5.bazel +++ b/thirdparty/crates/BUILD.socket2-0.5.5.bazel @@ -44,19 +44,19 @@ rust_library( version = "0.5.5", deps = select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@crate_index__libc-0.2.149//:libc", # cfg(unix) + "@crate_index__libc-0.2.151//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@crate_index__libc-0.2.149//:libc", # cfg(unix) + "@crate_index__libc-0.2.151//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@crate_index__libc-0.2.149//:libc", # cfg(unix) + "@crate_index__libc-0.2.151//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ "@crate_index__windows-sys-0.48.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@crate_index__libc-0.2.149//:libc", # cfg(unix) + "@crate_index__libc-0.2.151//:libc", # cfg(unix) ], "//conditions:default": [], }), diff --git a/thirdparty/crates/BUILD.sysinfo-0.29.11.bazel b/thirdparty/crates/BUILD.sysinfo-0.30.1.bazel similarity index 84% rename from thirdparty/crates/BUILD.sysinfo-0.29.11.bazel rename to thirdparty/crates/BUILD.sysinfo-0.30.1.bazel index 15e45a059..e04aa01a5 100644 --- a/thirdparty/crates/BUILD.sysinfo-0.29.11.bazel +++ b/thirdparty/crates/BUILD.sysinfo-0.30.1.bazel @@ -43,31 +43,31 @@ rust_library( "noclippy", "norustfmt", ], - version = "0.29.11", + version = "0.30.1", deps = [ "@crate_index__cfg-if-1.0.0//:cfg_if", - "@crate_index__rayon-1.7.0//:rayon", + "@crate_index__rayon-1.8.0//:rayon", ] + select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ "@crate_index__core-foundation-sys-0.8.4//:core_foundation_sys", # cfg(any(target_os = "macos", target_os = "ios")) - "@crate_index__libc-0.2.149//:libc", # cfg(not(any(target_os = "unknown", target_arch = "wasm32"))) + "@crate_index__libc-0.2.151//:libc", # cfg(not(any(target_os = "unknown", target_arch = "wasm32"))) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@crate_index__libc-0.2.149//:libc", # cfg(not(any(target_os = "unknown", target_arch = "wasm32"))) + "@crate_index__libc-0.2.151//:libc", # cfg(not(any(target_os = "unknown", target_arch = "wasm32"))) "@crate_index__once_cell-1.19.0//:once_cell", # cfg(any(windows, target_os = "linux", target_os = "android")) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ "@crate_index__core-foundation-sys-0.8.4//:core_foundation_sys", # cfg(any(target_os = "macos", target_os = "ios")) - "@crate_index__libc-0.2.149//:libc", # cfg(not(any(target_os = "unknown", target_arch = "wasm32"))) + "@crate_index__libc-0.2.151//:libc", # cfg(not(any(target_os = "unknown", target_arch = "wasm32"))) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@crate_index__libc-0.2.149//:libc", # cfg(not(any(target_os = "unknown", target_arch = "wasm32"))) + "@crate_index__libc-0.2.151//:libc", # cfg(not(any(target_os = "unknown", target_arch = "wasm32"))) "@crate_index__ntapi-0.4.1//:ntapi", # cfg(windows) "@crate_index__once_cell-1.19.0//:once_cell", # cfg(any(windows, target_os = "linux", target_os = "android")) - "@crate_index__winapi-0.3.9//:winapi", # cfg(windows) + "@crate_index__windows-0.51.1//:windows", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@crate_index__libc-0.2.149//:libc", # cfg(not(any(target_os = "unknown", target_arch = "wasm32"))) + "@crate_index__libc-0.2.151//:libc", # cfg(not(any(target_os = "unknown", target_arch = "wasm32"))) "@crate_index__once_cell-1.19.0//:once_cell", # cfg(any(windows, target_os = "linux", target_os = "android")) ], "//conditions:default": [], diff --git a/thirdparty/crates/BUILD.system-configuration-sys-0.5.0.bazel b/thirdparty/crates/BUILD.system-configuration-sys-0.5.0.bazel index 443faebe3..f0e83ff7a 100644 --- a/thirdparty/crates/BUILD.system-configuration-sys-0.5.0.bazel +++ b/thirdparty/crates/BUILD.system-configuration-sys-0.5.0.bazel @@ -42,7 +42,7 @@ rust_library( version = "0.5.0", deps = [ "@crate_index__core-foundation-sys-0.8.4//:core_foundation_sys", - "@crate_index__libc-0.2.149//:libc", + "@crate_index__libc-0.2.151//:libc", "@crate_index__system-configuration-sys-0.5.0//:build_script_build", ], ) diff --git a/thirdparty/crates/BUILD.tar-0.4.40.bazel b/thirdparty/crates/BUILD.tar-0.4.40.bazel index ace7a9a44..35d944495 100644 --- a/thirdparty/crates/BUILD.tar-0.4.40.bazel +++ b/thirdparty/crates/BUILD.tar-0.4.40.bazel @@ -47,19 +47,19 @@ rust_library( "@crate_index__filetime-0.2.22//:filetime", ] + select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@crate_index__libc-0.2.149//:libc", # cfg(unix) + "@crate_index__libc-0.2.151//:libc", # cfg(unix) "@crate_index__xattr-1.0.1//:xattr", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@crate_index__libc-0.2.149//:libc", # cfg(unix) + "@crate_index__libc-0.2.151//:libc", # cfg(unix) "@crate_index__xattr-1.0.1//:xattr", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@crate_index__libc-0.2.149//:libc", # cfg(unix) + "@crate_index__libc-0.2.151//:libc", # cfg(unix) "@crate_index__xattr-1.0.1//:xattr", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@crate_index__libc-0.2.149//:libc", # cfg(unix) + "@crate_index__libc-0.2.151//:libc", # cfg(unix) "@crate_index__xattr-1.0.1//:xattr", # cfg(unix) ], "//conditions:default": [], diff --git a/thirdparty/crates/BUILD.tokio-1.35.1.bazel b/thirdparty/crates/BUILD.tokio-1.35.1.bazel index e9d91ba0a..ad3f82c93 100644 --- a/thirdparty/crates/BUILD.tokio-1.35.1.bazel +++ b/thirdparty/crates/BUILD.tokio-1.35.1.bazel @@ -79,17 +79,17 @@ rust_library( "@crate_index__pin-project-lite-0.2.13//:pin_project_lite", ] + select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@crate_index__libc-0.2.149//:libc", # cfg(unix) + "@crate_index__libc-0.2.151//:libc", # cfg(unix) "@crate_index__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) "@crate_index__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@crate_index__libc-0.2.149//:libc", # cfg(unix) + "@crate_index__libc-0.2.151//:libc", # cfg(unix) "@crate_index__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) "@crate_index__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@crate_index__libc-0.2.149//:libc", # cfg(unix) + "@crate_index__libc-0.2.151//:libc", # cfg(unix) "@crate_index__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) "@crate_index__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) ], @@ -98,7 +98,7 @@ rust_library( "@crate_index__windows-sys-0.48.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@crate_index__libc-0.2.149//:libc", # cfg(unix) + "@crate_index__libc-0.2.151//:libc", # cfg(unix) "@crate_index__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) "@crate_index__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) ], diff --git a/thirdparty/crates/BUILD.uname-0.1.1.bazel b/thirdparty/crates/BUILD.uname-0.1.1.bazel index 2692b7ddd..f7b793580 100644 --- a/thirdparty/crates/BUILD.uname-0.1.1.bazel +++ b/thirdparty/crates/BUILD.uname-0.1.1.bazel @@ -40,6 +40,6 @@ rust_library( ], version = "0.1.1", deps = [ - "@crate_index__libc-0.2.149//:libc", + "@crate_index__libc-0.2.151//:libc", ], ) diff --git a/thirdparty/crates/BUILD.winapi-0.3.9.bazel b/thirdparty/crates/BUILD.winapi-0.3.9.bazel index a3385642f..8182d9eb5 100644 --- a/thirdparty/crates/BUILD.winapi-0.3.9.bazel +++ b/thirdparty/crates/BUILD.winapi-0.3.9.bazel @@ -32,50 +32,32 @@ rust_library( crate_features = [ "basetsd", "cfg", - "combaseapi", "consoleapi", "errhandlingapi", "evntrace", "fileapi", "handleapi", - "heapapi", - "ifdef", "in6addr", "inaddr", - "ioapiset", - "iphlpapi", "knownfolders", "libloaderapi", - "lmaccess", - "lmapibuf", - "lmcons", "memoryapi", "minwinbase", "minwindef", - "netioapi", "ntdef", - "ntlsa", "ntsecapi", "ntstatus", "objbase", - "objidl", - "oleauto", - "pdh", - "powerbase", "processenv", "processthreadsapi", "profileapi", "psapi", - "rpcdce", - "sddl", - "securitybaseapi", "shellapi", "shlobj", "std", "stringapiset", "synchapi", "sysinfoapi", - "wbemcli", "winbase", "wincon", "wincrypt", @@ -113,50 +95,32 @@ cargo_build_script( crate_features = [ "basetsd", "cfg", - "combaseapi", "consoleapi", "errhandlingapi", "evntrace", "fileapi", "handleapi", - "heapapi", - "ifdef", "in6addr", "inaddr", - "ioapiset", - "iphlpapi", "knownfolders", "libloaderapi", - "lmaccess", - "lmapibuf", - "lmcons", "memoryapi", "minwinbase", "minwindef", - "netioapi", "ntdef", - "ntlsa", "ntsecapi", "ntstatus", "objbase", - "objidl", - "oleauto", - "pdh", - "powerbase", "processenv", "processthreadsapi", "profileapi", "psapi", - "rpcdce", - "sddl", - "securitybaseapi", "shellapi", "shlobj", "std", "stringapiset", "synchapi", "sysinfoapi", - "wbemcli", "winbase", "wincon", "wincrypt", diff --git a/thirdparty/crates/BUILD.windows-0.51.1.bazel b/thirdparty/crates/BUILD.windows-0.51.1.bazel new file mode 100644 index 000000000..d5d27dc3b --- /dev/null +++ b/thirdparty/crates/BUILD.windows-0.51.1.bazel @@ -0,0 +1,92 @@ +############################################################################### +# @generated +# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To +# regenerate this file, run the following: +# +# bazel run @//thirdparty:crate_index +############################################################################### + +load("@rules_rust//rust:defs.bzl", "rust_library") + +package(default_visibility = ["//visibility:public"]) + +# licenses([ +# "TODO", # MIT OR Apache-2.0 +# ]) + +rust_library( + name = "windows", + srcs = glob(["**/*.rs"]), + compile_data = glob( + include = ["**"], + exclude = [ + "**/* *", + ".tmp_git_root/**/*", + "BUILD", + "BUILD.bazel", + "WORKSPACE", + "WORKSPACE.bazel", + ], + ), + crate_features = [ + "Wdk", + "Wdk_System", + "Wdk_System_SystemInformation", + "Wdk_System_SystemServices", + "Wdk_System_Threading", + "Win32", + "Win32_Foundation", + "Win32_NetworkManagement", + "Win32_NetworkManagement_IpHelper", + "Win32_NetworkManagement_Ndis", + "Win32_NetworkManagement_NetManagement", + "Win32_Networking", + "Win32_Networking_WinSock", + "Win32_Security", + "Win32_Security_Authentication", + "Win32_Security_Authentication_Identity", + "Win32_Security_Authorization", + "Win32_Storage", + "Win32_Storage_FileSystem", + "Win32_System", + "Win32_System_Com", + "Win32_System_Diagnostics", + "Win32_System_Diagnostics_Debug", + "Win32_System_IO", + "Win32_System_Ioctl", + "Win32_System_Kernel", + "Win32_System_LibraryLoader", + "Win32_System_Memory", + "Win32_System_Ole", + "Win32_System_Performance", + "Win32_System_Power", + "Win32_System_ProcessStatus", + "Win32_System_Registry", + "Win32_System_RemoteDesktop", + "Win32_System_Rpc", + "Win32_System_SystemInformation", + "Win32_System_SystemServices", + "Win32_System_Threading", + "Win32_System_Variant", + "Win32_System_WindowsProgramming", + "Win32_System_Wmi", + "Win32_UI", + "Win32_UI_Shell", + "default", + ], + crate_root = "src/lib.rs", + edition = "2021", + rustc_flags = ["--cap-lints=allow"], + tags = [ + "cargo-bazel", + "crate-name=windows", + "manual", + "noclippy", + "norustfmt", + ], + version = "0.51.1", + deps = [ + "@crate_index__windows-core-0.51.1//:windows_core", + "@crate_index__windows-targets-0.48.5//:windows_targets", + ], +) diff --git a/thirdparty/crates/BUILD.windows-core-0.51.1.bazel b/thirdparty/crates/BUILD.windows-core-0.51.1.bazel new file mode 100644 index 000000000..7976df897 --- /dev/null +++ b/thirdparty/crates/BUILD.windows-core-0.51.1.bazel @@ -0,0 +1,48 @@ +############################################################################### +# @generated +# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To +# regenerate this file, run the following: +# +# bazel run @//thirdparty:crate_index +############################################################################### + +load("@rules_rust//rust:defs.bzl", "rust_library") + +package(default_visibility = ["//visibility:public"]) + +# licenses([ +# "TODO", # MIT OR Apache-2.0 +# ]) + +rust_library( + name = "windows_core", + srcs = glob(["**/*.rs"]), + compile_data = glob( + include = ["**"], + exclude = [ + "**/* *", + ".tmp_git_root/**/*", + "BUILD", + "BUILD.bazel", + "WORKSPACE", + "WORKSPACE.bazel", + ], + ), + crate_features = [ + "default", + ], + crate_root = "src/lib.rs", + edition = "2021", + rustc_flags = ["--cap-lints=allow"], + tags = [ + "cargo-bazel", + "crate-name=windows-core", + "manual", + "noclippy", + "norustfmt", + ], + version = "0.51.1", + deps = [ + "@crate_index__windows-targets-0.48.5//:windows_targets", + ], +) diff --git a/thirdparty/crates/BUILD.xattr-1.0.1.bazel b/thirdparty/crates/BUILD.xattr-1.0.1.bazel index 44703d3b5..28d193d79 100644 --- a/thirdparty/crates/BUILD.xattr-1.0.1.bazel +++ b/thirdparty/crates/BUILD.xattr-1.0.1.bazel @@ -44,6 +44,6 @@ rust_library( ], version = "1.0.1", deps = [ - "@crate_index__libc-0.2.149//:libc", + "@crate_index__libc-0.2.151//:libc", ], ) diff --git a/thirdparty/crates/defs.bzl b/thirdparty/crates/defs.bzl index 380a9116e..6402d8ae6 100644 --- a/thirdparty/crates/defs.bzl +++ b/thirdparty/crates/defs.bzl @@ -311,7 +311,7 @@ _NORMAL_DEPENDENCIES = { "serde_json": "@crate_index__serde_json-1.0.108//:serde_json", "serde_yaml": "@crate_index__serde_yaml-0.9.29//:serde_yaml", "sqlx": "@crate_index__sqlx-0.7.3//:sqlx", - "sysinfo": "@crate_index__sysinfo-0.29.11//:sysinfo", + "sysinfo": "@crate_index__sysinfo-0.30.1//:sysinfo", "tokio": "@crate_index__tokio-1.35.1//:tokio", "tracing": "@crate_index__tracing-0.1.40//:tracing", "tracing-subscriber": "@crate_index__tracing-subscriber-0.3.18//:tracing_subscriber", @@ -666,7 +666,7 @@ _NORMAL_DEPENDENCIES = { "serde": "@crate_index__serde-1.0.193//:serde", "serde_json": "@crate_index__serde_json-1.0.108//:serde_json", "serde_yaml": "@crate_index__serde_yaml-0.9.29//:serde_yaml", - "sysinfo": "@crate_index__sysinfo-0.29.11//:sysinfo", + "sysinfo": "@crate_index__sysinfo-0.30.1//:sysinfo", "tokio": "@crate_index__tokio-1.35.1//:tokio", "tracing": "@crate_index__tracing-0.1.40//:tracing", "tracing-subscriber": "@crate_index__tracing-subscriber-0.3.18//:tracing_subscriber", @@ -4083,12 +4083,12 @@ def crate_repositories(): maybe( http_archive, - name = "crate_index__libc-0.2.149", - sha256 = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b", + name = "crate_index__libc-0.2.151", + sha256 = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/libc/0.2.149/download"], - strip_prefix = "libc-0.2.149", - build_file = Label("@org_noelware_charted_server//thirdparty/crates:BUILD.libc-0.2.149.bazel"), + urls = ["https://crates.io/api/v1/crates/libc/0.2.151/download"], + strip_prefix = "libc-0.2.151", + build_file = Label("@org_noelware_charted_server//thirdparty/crates:BUILD.libc-0.2.151.bazel"), ) maybe( @@ -5113,22 +5113,22 @@ def crate_repositories(): maybe( http_archive, - name = "crate_index__rayon-1.7.0", - sha256 = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b", + name = "crate_index__rayon-1.8.0", + sha256 = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/rayon/1.7.0/download"], - strip_prefix = "rayon-1.7.0", - build_file = Label("@org_noelware_charted_server//thirdparty/crates:BUILD.rayon-1.7.0.bazel"), + urls = ["https://crates.io/api/v1/crates/rayon/1.8.0/download"], + strip_prefix = "rayon-1.8.0", + build_file = Label("@org_noelware_charted_server//thirdparty/crates:BUILD.rayon-1.8.0.bazel"), ) maybe( http_archive, - name = "crate_index__rayon-core-1.11.0", - sha256 = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d", + name = "crate_index__rayon-core-1.12.0", + sha256 = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/rayon-core/1.11.0/download"], - strip_prefix = "rayon-core-1.11.0", - build_file = Label("@org_noelware_charted_server//thirdparty/crates:BUILD.rayon-core-1.11.0.bazel"), + urls = ["https://crates.io/api/v1/crates/rayon-core/1.12.0/download"], + strip_prefix = "rayon-core-1.12.0", + build_file = Label("@org_noelware_charted_server//thirdparty/crates:BUILD.rayon-core-1.12.0.bazel"), ) maybe( @@ -6263,12 +6263,12 @@ def crate_repositories(): maybe( http_archive, - name = "crate_index__sysinfo-0.29.11", - sha256 = "cd727fc423c2060f6c92d9534cef765c65a6ed3f428a03d7def74a8c4348e666", + name = "crate_index__sysinfo-0.30.1", + sha256 = "01e979b637815805abbdeea72e4b6d9374dd0efce6524cc65c31e14911dbc671", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/sysinfo/0.29.11/download"], - strip_prefix = "sysinfo-0.29.11", - build_file = Label("@org_noelware_charted_server//thirdparty/crates:BUILD.sysinfo-0.29.11.bazel"), + urls = ["https://crates.io/api/v1/crates/sysinfo/0.30.1/download"], + strip_prefix = "sysinfo-0.30.1", + build_file = Label("@org_noelware_charted_server//thirdparty/crates:BUILD.sysinfo-0.30.1.bazel"), ) maybe( @@ -7171,6 +7171,26 @@ def crate_repositories(): build_file = Label("@org_noelware_charted_server//thirdparty/crates:BUILD.windows-0.48.0.bazel"), ) + maybe( + http_archive, + name = "crate_index__windows-0.51.1", + sha256 = "ca229916c5ee38c2f2bc1e9d8f04df975b4bd93f9955dc69fabb5d91270045c9", + type = "tar.gz", + urls = ["https://crates.io/api/v1/crates/windows/0.51.1/download"], + strip_prefix = "windows-0.51.1", + build_file = Label("@org_noelware_charted_server//thirdparty/crates:BUILD.windows-0.51.1.bazel"), + ) + + maybe( + http_archive, + name = "crate_index__windows-core-0.51.1", + sha256 = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64", + type = "tar.gz", + urls = ["https://crates.io/api/v1/crates/windows-core/0.51.1/download"], + strip_prefix = "windows-core-0.51.1", + build_file = Label("@org_noelware_charted_server//thirdparty/crates:BUILD.windows-core-0.51.1.bazel"), + ) + maybe( http_archive, name = "crate_index__windows-sys-0.48.0", @@ -7411,7 +7431,7 @@ def crate_repositories(): struct(repo = "crate_index__sqlx-0.7.3", is_dev_dep = False), struct(repo = "crate_index__starlark-0.10.0", is_dev_dep = False), struct(repo = "crate_index__syn-2.0.43", is_dev_dep = False), - struct(repo = "crate_index__sysinfo-0.29.11", is_dev_dep = False), + struct(repo = "crate_index__sysinfo-0.30.1", is_dev_dep = False), struct(repo = "crate_index__tar-0.4.40", is_dev_dep = False), struct(repo = "crate_index__thiserror-1.0.51", is_dev_dep = False), struct(repo = "crate_index__tokio-1.35.1", is_dev_dep = False), diff --git a/tools/helm-plugin/Cargo.toml b/tools/helm-plugin/Cargo.toml index 9e3b4f141..99703634b 100644 --- a/tools/helm-plugin/Cargo.toml +++ b/tools/helm-plugin/Cargo.toml @@ -37,7 +37,7 @@ reqwest = "0.11.23" serde = { version = "1.0.193", features = ["rc", "derive"] } serde_json = "1.0.108" serde_yaml = "0.9.29" -sysinfo = "0.29.11" +sysinfo = "0.30.1" tokio = { version = "1.35.1", features = ["full"] } tracing-subscriber = "0.3.18" tracing = "0.1.40"