summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-11-29 06:11:48 +0000
committerDan Davison <dandavison7@gmail.com>2021-12-08 15:57:53 -0500
commit2d6c6d4b295b6c58b450aa1f04814b7e2ae31bc7 (patch)
treee8d98c21887d88712fa49bf36ccfa74b849330d4 /Cargo.toml
parenta55f0211ef7f99c0823a147370115e787a6d19b3 (diff)
Bump sysinfo from 0.19.2 to 0.20.5
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.19.2 to 0.20.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>
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 cc6c0734..9acc21b1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -54,7 +54,7 @@ features = ["parsing", "assets", "yaml-load", "dump-load", "regex-onig"]
[dependencies.sysinfo]
# 0.20.* requires rustc 1.54
-version = "0.19.2"
+version = "0.20.5"
# no default features to disable the use of threads
default-features = false
features = []