Skip to content
Snippets Groups Projects
Commit 5688f0b2 authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

Update sysinfo to fix compilation on Windows (#5338)

parent 017f2189
No related merge requests found
......@@ -7966,9 +7966,9 @@ dependencies = [
[[package]]
name = "sysinfo"
version = "0.11.7"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e15d793f059727ad34a9245503c13b38262bb32e9906d8122ca64d6ca54b0858"
checksum = "7ccb41798287e8e299a701b5560d886d6ca2c3e7115e9ea2cb68c123aec339b7"
dependencies = [
"cfg-if",
"doc-comment",
......
......@@ -31,7 +31,7 @@ wasm-timer = "0.2"
exit-future = "0.2.0"
serde = "1.0.101"
serde_json = "1.0.41"
sysinfo = "0.11.7"
sysinfo = "0.12.0"
target_info = "0.1.0"
sc-keystore = { version = "2.0.0-alpha.4", path = "../keystore" }
sp-io = { version = "2.0.0-alpha.4", path = "../../primitives/io" }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment