From 0a73cc6d8f2a6046774a3d066f7b49c5320ea6e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 12:33:40 +0000 Subject: [PATCH] build(deps): bump sysinfo from 0.28.4 to 0.29.11 Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.28.4 to 0.29.11. - [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 | 4 ++-- keechain-core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index be3884a..f690310 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3002,9 +3002,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.28.4" +version = "0.29.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4c2f3ca6693feb29a89724516f016488e9aafc7f37264f898593ee4b942f31b" +checksum = "cd727fc423c2060f6c92d9534cef765c65a6ed3f428a03d7def74a8c4348e666" dependencies = [ "cfg-if", "core-foundation-sys", diff --git a/keechain-core/Cargo.toml b/keechain-core/Cargo.toml index 1ee03b7..500da41 100644 --- a/keechain-core/Cargo.toml +++ b/keechain-core/Cargo.toml @@ -25,7 +25,7 @@ serde_json = "1.0" zeroize = { version = "1.5", features = ["derive"] } # bip39 uses version 1.5 [target.'cfg(not(target_vendor = "apple"))'.dependencies] -sysinfo = { version = "0.28", optional = true } +sysinfo = { version = "0.29", optional = true } [target.'cfg(target_arch = "wasm32")'.dependencies] getrandom = { version = "0.2", features = ["js"] }