summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
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 /Cargo.toml
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>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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 = []