Skip to content

Commit

Permalink
Update sysinfo requirement from 0.14.10 to 0.23.0
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.
- [Release notes](https://github.com/GuillaumeGomez/sysinfo/releases)
- [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] committed Jan 18, 2022
1 parent fc57b91 commit 87d0868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -19,7 +19,7 @@ chrono = { version = "0.4", features = ["serde"] }
humantime = "2.0"
custom_debug = "0.5"
thiserror = "1.0"
sysinfo = { version = "0.14.10" }
sysinfo = { version = "0.23.0" }
os_info = { version = "3.0.6", default-features = false }
zip = "0.5.12"
flate2 = "1.0.16"
Expand Down

0 comments on commit 87d0868

Please sign in to comment.