summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
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.lock
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.lock')
-rw-r--r--Cargo.lock11
1 files changed, 2 insertions, 9 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",