Skip to content

Commit

Permalink
Update sysinfo requirement from 0.25.1 to 0.26.0 (#133)
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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jason Ozias <jason.g.ozias@gmail.com>
  • Loading branch information
dependabot[bot] and CraZySacX committed Aug 30, 2022
1 parent 6a2e754 commit 2bb2b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -32,7 +32,7 @@ enum-iterator = "~1.1.3"
getset = "0.1.2"
git2 = { version = "0.14.4", optional = true, default-features = false }
rustc_version = { version = "0.4.0", optional = true }
sysinfo = { version = "0.25.1", optional = true, default-features = false }
sysinfo = { version = "0.26.0", optional = true, default-features = false }
thiserror = "1.0.32"
time = { version = "0.3.12", features = ["formatting"], optional = true }

Expand Down

0 comments on commit 2bb2b49

Please sign in to comment.