From 8989ed1e6ea55f53cd7f4d97904dc354747165bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 23:01:22 +0000 Subject: [PATCH] [chore(cargo)](deps): Bump sysinfo from 0.29.11 to 0.31.4 Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.29.11 to 0.31.4. - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](https://github.com/GuillaumeGomez/sysinfo/compare/v0.29.11...v0.31.4) --- updated-dependencies: - dependency-name: sysinfo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 17 ++--------------- examples/websocket-relay/Cargo.toml | 2 +- homestar-runtime/Cargo.toml | 4 ++-- 3 files changed, 5 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c77a0b18..297264ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4806,15 +4806,6 @@ dependencies = [ "minimal-lexical", ] -[[package]] -name = "ntapi" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4" -dependencies = [ - "winapi", -] - [[package]] name = "nu-ansi-term" version = "0.49.0" @@ -6771,16 +6762,12 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.29.11" +version = "0.31.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd727fc423c2060f6c92d9534cef765c65a6ed3f428a03d7def74a8c4348e666" +checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be" dependencies = [ - "cfg-if", "core-foundation-sys", "libc", - "ntapi", - "once_cell", - "winapi", ] [[package]] diff --git a/examples/websocket-relay/Cargo.toml b/examples/websocket-relay/Cargo.toml index e8698ea9..acc30557 100644 --- a/examples/websocket-relay/Cargo.toml +++ b/examples/websocket-relay/Cargo.toml @@ -15,7 +15,7 @@ homestar-runtime = { path = "../../homestar-runtime", default-features = false, homestar-workspace-hack = { workspace = true } miette = { version = "5.10", features = ["fancy"] } retry = "2.0" -sysinfo = { version = "0.29", default-features = false } +sysinfo = { version = "0.31", default-features = false } tracing = "0.1" [[bin]] diff --git a/homestar-runtime/Cargo.toml b/homestar-runtime/Cargo.toml index d8c45c0b..165972de 100644 --- a/homestar-runtime/Cargo.toml +++ b/homestar-runtime/Cargo.toml @@ -153,7 +153,7 @@ serde_with = { version = "3.5", default-features = false, features = [ "std", ] } stream-cancel = "0.8" -sysinfo = { version = "0.29", default-features = false, optional = true } +sysinfo = { version = "0.31", default-features = false, optional = true } tabled = { version = "0.15", default-features = false, features = [ "derive", "macros", @@ -226,7 +226,7 @@ retry = { version = "2.0", default-features = false } rm_rf = "0.6" serial_test = { version = "3.0", features = ["file_locks"] } strip-ansi-escapes = "0.2.0" -sysinfo = { version = "0.29", default-features = false } +sysinfo = { version = "0.31", default-features = false } tokio-test = "0.4" tokio-tungstenite = { version = "0.21", default-features = false, features = [ "connect",