summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-12-01 10:41:46 +0800
committerGitHub <noreply@github.com>2023-12-01 10:41:46 +0800
commitda5fc0b6f6d7c52ad546b32cf48cf9d03ab461c0 (patch)
treede03061b4bd3c832d9d439d04142a23c18ac1eaf
parentfdfbdb860b496d7688d54bb1f8d8cd985afa3653 (diff)
chore(deps): bump sysinfo from 0.29.10 to 0.29.11 (#336)
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.29.10 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-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b3c12eb..fa8f7c0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1808,9 +1808,9 @@ dependencies = [
[[package]]
name = "sysinfo"
-version = "0.29.10"
+version = "0.29.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0a18d114d420ada3a891e6bc8e96a2023402203296a47cdd65083377dad18ba5"
+checksum = "cd727fc423c2060f6c92d9534cef765c65a6ed3f428a03d7def74a8c4348e666"
dependencies = [
"cfg-if",
"core-foundation-sys",
diff --git a/Cargo.toml b/Cargo.toml
index 8e3f367..9103a72 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -51,7 +51,7 @@ regex = "1.10.2"
[target.'cfg(target_os = "windows")'.dependencies]
netstat2 = "0.9.1"
-sysinfo = "0.29.10"
+sysinfo = "0.29.11"
[dev-dependencies]
insta = "1.34.0"