From 5fca47248611d53087313675cf613f60a7e8b64d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 06:29:00 +0000 Subject: [PATCH] build(deps): bump sysinfo from 0.29.11 to 0.30.0 Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.29.11 to 0.30.0. - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](https://github.com/GuillaumeGomez/sysinfo/commits) --- updated-dependencies: - dependency-name: sysinfo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 32 ++++++++++++++++++++++++++++---- Cargo.toml | 2 +- 2 files changed, 29 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b066e469c..0da5a0c29 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1931,7 +1931,7 @@ dependencies = [ "libc", "log", "rustversion", - "windows", + "windows 0.48.0", ] [[package]] @@ -3767,7 +3767,7 @@ dependencies = [ "polars-error", "rayon", "smartstring", - "sysinfo", + "sysinfo 0.29.11", "version_check", ] @@ -4085,7 +4085,7 @@ dependencies = [ "strsim", "strum", "strum_macros", - "sysinfo", + "sysinfo 0.30.0", "tabwriter", "tempfile", "test-data-generation", @@ -5166,10 +5166,24 @@ dependencies = [ "libc", "ntapi", "once_cell", - "rayon", "winapi", ] +[[package]] +name = "sysinfo" +version = "0.30.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c68492e7268037de59ae153d7efb79546cf94a18a9548235420d3d8d2436b4b1" +dependencies = [ + "cfg-if", + "core-foundation-sys", + "libc", + "ntapi", + "once_cell", + "rayon", + "windows 0.51.1", +] + [[package]] name = "system-configuration" version = "0.5.1" @@ -5927,6 +5941,16 @@ dependencies = [ "windows-targets 0.48.5", ] +[[package]] +name = "windows" +version = "0.51.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ca229916c5ee38c2f2bc1e9d8f04df975b4bd93f9955dc69fabb5d91270045c9" +dependencies = [ + "windows-core", + "windows-targets 0.48.5", +] + [[package]] name = "windows-core" version = "0.51.1" diff --git a/Cargo.toml b/Cargo.toml index 01332898f..afb62ae61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -197,7 +197,7 @@ snap = "1" strsim = { version = "0.10", optional = true } strum = { version = "0.25", features = ["phf"] } strum_macros = "0.25" -sysinfo = "0.29" +sysinfo = "0.30" tabwriter = "1.3" tempfile = "3" test-data-generation = { version = "0.3", optional = true }