From 9022608523ff94342bb66e14b4cac3602a1b04db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 08:33:37 +0000 Subject: [PATCH] build(deps): bump sysinfo from 0.32.0 to 0.33.1 Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.32.0 to 0.33.1. - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](https://github.com/GuillaumeGomez/sysinfo/compare/v0.32.0...v0.33.1) --- updated-dependencies: - dependency-name: sysinfo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crypto/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5f1f96176e..175fcb0d02 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4665,9 +4665,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.32.0" +version = "0.33.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3b5ae3f4f7d64646c46c4cae4e3f01d1c5d255c7406fdd7c7f999a94e488791" +checksum = "4fc858248ea01b66f19d8e8a6d55f41deaf91e9d495246fd01368d99935c6c01" dependencies = [ "core-foundation-sys", "libc", diff --git a/crypto/Cargo.toml b/crypto/Cargo.toml index 261d39b351..3e1670f2ac 100644 --- a/crypto/Cargo.toml +++ b/crypto/Cargo.toml @@ -73,7 +73,7 @@ proteus-traits = { workspace = true, optional = true } sha2 = "0.10.8" [target.'cfg(not(target_family = "wasm"))'.dependencies] -sysinfo = { version = "0.32", default-features = false, features = [ +sysinfo = { version = "0.33", default-features = false, features = [ "apple-app-store", "system", ] }