diff --git a/Cargo.lock b/Cargo.lock index 6d68d0c..6780989 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1821,9 +1821,9 @@ checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394" [[package]] name = "sysinfo" -version = "0.31.3" +version = "0.31.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b92e0bdf838cbc1c4c9ba14f9c97a7ec6cdcd1ae66b10e1e42775a25553f45d" +checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be" dependencies = [ "core-foundation-sys", "libc", diff --git a/Cargo.toml b/Cargo.toml index aaea6ad..50a833e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -165,7 +165,7 @@ env_logger = "0.11.5" log.workspace = true mimalloc = { version = "0.1.43", optional = true } serde.workspace = true -sysinfo = { version = "0.31.3", features = ["serde"] } +sysinfo = { version = "0.31.4", features = ["serde"] } tokio = { workspace = true, features = ["fs", "rt-multi-thread", "macros", "process"] } toml = "0.8.19"