Skip to content

Commit

Permalink
fix(deps): update rust crate sysinfo to 0.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 28, 2023
1 parent 49c808a commit f44e13b
Show file tree
Hide file tree
Showing 11 changed files with 216 additions and 77 deletions.
37 changes: 27 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion thirdparty/crates/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
)
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
)

Expand Down Expand Up @@ -77,7 +75,7 @@ cargo_build_script(
"noclippy",
"norustfmt",
],
version = "1.11.0",
version = "1.12.0",
visibility = ["//visibility:private"],
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ 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"))
Expand All @@ -64,7 +64,7 @@ rust_library(
"@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.151//:libc", # cfg(not(any(target_os = "unknown", target_arch = "wasm32")))
Expand Down
36 changes: 0 additions & 36 deletions thirdparty/crates/BUILD.winapi-0.3.9.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
92 changes: 92 additions & 0 deletions thirdparty/crates/BUILD.windows-0.51.1.bazel
Original file line number Diff line number Diff line change
@@ -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",
],
)
Loading

0 comments on commit f44e13b

Please sign in to comment.