summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-04 11:46:39 -0400
committerGitHub <noreply@github.com>2022-07-04 11:46:39 -0400
commit1472a87f4a8453b467fdf1181779c5b464234878 (patch)
treec0a9dc2a0751c102dacde0f649425c260f0b7359
parent1e008f835a75e366c8ae141a6a50155d3cfad84a (diff)
Bump sysinfo from 0.23.0 to 0.24.5 (#1108)
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.23.0 to 0.24.5. - [Release notes](https://github.com/GuillaumeGomez/sysinfo/releases) - [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] <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 cd465760..2942d055 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1421,9 +1421,9 @@ dependencies = [
[[package]]
name = "sysinfo"
-version = "0.23.0"
+version = "0.24.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9e757000a4bed2b1be9be65a3f418b9696adf30bb419214c73997422de73a591"
+checksum = "7d80929a3b477bce3a64360ca82bfb361eacce1dcb7b1fb31e8e5e181e37c212"
dependencies = [
"cfg-if 1.0.0",
"core-foundation-sys",
diff --git a/Cargo.toml b/Cargo.toml
index 0def5a3e..0e5c109b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -50,7 +50,7 @@ default-features = false
features = []
[dependencies.sysinfo]
-version = "0.23.0"
+version = "0.24.5"
# no default features to disable the use of threads
default-features = false
features = []