Skip to content

Commit

Permalink
mixnode: upgrade sysinfo dependency (#3022)
Browse files Browse the repository at this point in the history
Fixes build on windows with nightly rustc due to

    MSxDOS/ntapi#11
  • Loading branch information
octol committed Feb 14, 2023
1 parent fd1fb7c commit 7cca3c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mixnode/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ rand = "0.7.3"
rocket = { version = "0.5.0-rc.2", features = ["json"] }
serde = { version="1.0", features = ["derive"] }
serde_json = "1.0"
sysinfo = "0.24.1"
sysinfo = "0.27.7"
tokio = { version="1.21.2", features = ["rt-multi-thread", "net", "signal"] }
tokio-util = { version="0.7.3", features = ["codec"] }
toml = "0.5.8"
Expand Down

0 comments on commit 7cca3c7

Please sign in to comment.