Skip to content

Commit

Permalink
chore(deps): update sysinfo requirement from 0.26.8 to 0.28.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.
- [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] authored and Forsworns committed Dec 12, 2023
1 parent df1433d commit d67532d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentinel-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ds_apollo = ["apollo-client", "futures-util"]

[dependencies]
sentinel-macros = { version = "0.1.0", path = "../sentinel-macros", optional = true }
sysinfo = "0.26.8"
sysinfo = "0.28.2"
cfg-if = "1.0.0"
# enum
enum-map = "2.4.1"
Expand Down

0 comments on commit d67532d

Please sign in to comment.