summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2021-12-15 18:44:30 -0500
committerDan Davison <dandavison7@gmail.com>2021-12-15 18:44:30 -0500
commitb8c93f3f07d337649d55bb79a291e195446fc8f4 (patch)
treec308e2c6616ff8a97ee97ac5b36eff2b007148f3
parentb5d7c23e07aa1ce97edc9a017c6d6abda7e758ce (diff)
Update sysinfo to released version
Ref #839
-rw-r--r--Cargo.lock9
-rw-r--r--Cargo.toml3
2 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 85139a3a..2edf3fe5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -511,9 +511,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
[[package]]
name = "libc"
-version = "0.2.103"
+version = "0.2.112"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dd8f7255a17a627354f321ef0055d63b898c6fb27eff628af4d1b66b7331edf6"
+checksum = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125"
[[package]]
name = "libgit2-sys"
@@ -1053,8 +1053,9 @@ dependencies = [
[[package]]
name = "sysinfo"
-version = "0.21.2"
-source = "git+https://github.com/GuillaumeGomez/sysinfo?rev=d647acfbf216848a8237e1f9251b2c48860a547f#d647acfbf216848a8237e1f9251b2c48860a547f"
+version = "0.22.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "7c8591205e26661d45f9b31300599b133328c7e0f57e552a7be8d3b3c5748470"
dependencies = [
"cfg-if 1.0.0",
"core-foundation-sys",
diff --git a/Cargo.toml b/Cargo.toml
index de5e9e38..a3283576 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -53,8 +53,7 @@ default-features = false
features = ["parsing", "assets", "yaml-load", "dump-load", "regex-onig"]
[dependencies.sysinfo]
-git = "https://github.com/GuillaumeGomez/sysinfo"
-rev = "d647acfbf216848a8237e1f9251b2c48860a547f"
+version = "0.22.2"
# no default features to disable the use of threads
default-features = false
features = []