summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock21
1 files changed, 10 insertions, 11 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ae2520624..2aaa817d4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1211,12 +1211,12 @@ dependencies = [
"netif",
"nix",
"notify",
+ "ntapi",
"once_cell",
"regex",
"ring",
"serde",
"signal-hook-registry",
- "sys-info",
"termcolor",
"test_util",
"tokio",
@@ -2910,6 +2910,15 @@ dependencies = [
]
[[package]]
+name = "ntapi"
+version = "0.4.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "bc51db7b362b205941f71232e56c625156eb9a929f8cf74a428fd5bc094a4afc"
+dependencies = [
+ "winapi 0.3.9",
+]
+
+[[package]]
name = "num-bigint"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -4658,16 +4667,6 @@ dependencies = [
]
[[package]]
-name = "sys-info"
-version = "0.9.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0b3a0d0aba8bf96a0e1ddfdc352fc53b3df7f39318c71854910c3c4b024ae52c"
-dependencies = [
- "cc",
- "libc",
-]
-
-[[package]]
name = "tar"
version = "0.4.38"
source = "registry+https://github.com/rust-lang/crates.io-index"