diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 12:18:25 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 12:18:25 +0000 |
commit | 5363f350887b1e5b5dd21a86f88c8af9d7fea6da (patch) | |
tree | 35ca005eb6e0e9a1ba3bb5dbc033209ad445dc17 /vendor/sysinfo/Cargo.toml | |
parent | Adding debian version 1.66.0+dfsg1-1. (diff) | |
download | rustc-5363f350887b1e5b5dd21a86f88c8af9d7fea6da.tar.xz rustc-5363f350887b1e5b5dd21a86f88c8af9d7fea6da.zip |
Merging upstream version 1.67.1+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/sysinfo/Cargo.toml')
-rw-r--r-- | vendor/sysinfo/Cargo.toml | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/vendor/sysinfo/Cargo.toml b/vendor/sysinfo/Cargo.toml index 2dac4e344..f8719a4dd 100644 --- a/vendor/sysinfo/Cargo.toml +++ b/vendor/sysinfo/Cargo.toml @@ -11,11 +11,10 @@ [package] edition = "2018" -rust-version = "1.54" +rust-version = "1.59" name = "sysinfo" -version = "0.24.2" +version = "0.26.7" authors = ["Guillaume Gomez <guillaume1.gomez@gmail.com>"] -build = "build.rs" exclude = ["/test-unknown"] description = "Library to get system information such as processes, CPUs, disks, components and networks" readme = "README.md" @@ -37,9 +36,6 @@ crate_type = [ [dependencies.cfg-if] version = "1.0" -[dependencies.once_cell] -version = "1.0" - [dependencies.rayon] version = "^1.5.1" optional = true @@ -59,11 +55,14 @@ version = "3.2" [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.core-foundation-sys] version = "0.8" +[target."cfg(any(windows, target_os = \"linux\", target_os = \"android\"))".dependencies.once_cell] +version = "1.0" + [target."cfg(not(any(target_os = \"unknown\", target_arch = \"wasm32\")))".dependencies.libc] version = "^0.2.112" [target."cfg(windows)".dependencies.ntapi] -version = "0.3" +version = "0.4" [target."cfg(windows)".dependencies.winapi] version = "0.3.9" |