Skip to content

Commit

Permalink
Update sysinfo requirement from 0.29.7 to 0.30.2
Browse files Browse the repository at this point in the history
Updates the requirements on [sysinfo](https://github.com/GuillaumeGomez/sysinfo) to permit the latest version.
- [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/GuillaumeGomez/sysinfo/commits)

---
updated-dependencies:
- dependency-name: sysinfo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 29, 2023
1 parent bad4e21 commit d16afbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vergen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ anyhow = "1.0.72"
git2-rs = { version = "0.18.0", package = "git2", optional = true, default-features = false }
gix = { version = "0.55.2", optional = true, default-features = false, features = ["revision", "interrupt"] }
rustc_version = { version = "0.4.0", optional = true }
sysinfo = { version = "0.29.7", optional = true, default-features = false }
sysinfo = { version = "0.30.2", optional = true, default-features = false }
time = { version = "0.3.23", features = [
"formatting",
"local-offset",
Expand Down

0 comments on commit d16afbb

Please sign in to comment.