summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--Cargo.lock11
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 10 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 984c60da..c01df240 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -267,12 +267,6 @@ dependencies = [
]
[[package]]
-name = "doc-comment"
-version = "0.3.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
-
-[[package]]
name = "either"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1059,13 +1053,12 @@ dependencies = [
[[package]]
name = "sysinfo"
-version = "0.19.2"
+version = "0.20.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9e7de153d0438a648bb71e06e300e54fc641685e96af96d49b843f43172d341c"
+checksum = "e223c65cd36b485a34c2ce6e38efa40777d31c4166d9076030c74cdcf971679f"
dependencies = [
"cfg-if 1.0.0",
"core-foundation-sys",
- "doc-comment",
"libc",
"ntapi",
"once_cell",
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 = []