From ec3c4fb1aa20d41fca40aca1fdb63c7b8aa6c0bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 00:33:44 +0200 Subject: [PATCH] build(deps): bump sysinfo from 0.30.12 to 0.30.13 (#4880) Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.30.12 to 0.30.13. - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](https://github.com/GuillaumeGomez/sysinfo/commits/v0.30.13) --- updated-dependencies: - dependency-name: sysinfo dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7bd209626f..071b703867 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8651,9 +8651,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.30.12" +version = "0.30.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "732ffa00f53e6b2af46208fba5718d9662a421049204e156328b66791ffa15ae" +checksum = "0a5b4ddaee55fb2bea2bf0e5000747e5f5c0de765e5a5ff87f4cd106439f4bb3" dependencies = [ "cfg-if", "core-foundation-sys", diff --git a/Cargo.toml b/Cargo.toml index 3ad5f41f64..e453483dcd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -291,7 +291,7 @@ sqlx = "0.6.3" strum = "0.26" subtle-encoding = "0.5" syn = "1" -sysinfo = "0.30.12" +sysinfo = "0.30.13" tap = "1.0.1" tar = "0.4.41" tempfile = "3.5.0"