Skip to content

Commit

Permalink
Update sysinfo dependency to 0.32
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Oct 6, 2024
1 parent 97766cc commit 0f0cf05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ref-cast = "1.0"
regex = { version = "1.9.2", default-features = false, features = ["perf", "std"] }
semver = "1.0"
serde = "1.0.194"
sysinfo = { version = "0.31", default-features = false, features = ["system"] }
sysinfo = { version = "0.32", default-features = false, features = ["system"] }
termcolor = "1.1"
thiserror = "1.0.56"
timely-master = { version = "=0.13.0-dev.1", default-features = false }
Expand Down

0 comments on commit 0f0cf05

Please sign in to comment.