Skip to content

Commit

Permalink
Bump the cargo-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the cargo-dependencies group with 2 updates: [crossterm](https://github.com/crossterm-rs/crossterm) and [sysinfo](https://github.com/GuillaumeGomez/sysinfo).


Updates `crossterm` from 0.27.0 to 0.28.1
- [Release notes](https://github.com/crossterm-rs/crossterm/releases)
- [Changelog](https://github.com/crossterm-rs/crossterm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crossterm-rs/crossterm/commits)

Updates `sysinfo` from 0.30.13 to 0.31.2
- [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md)
- [Commits](GuillaumeGomez/sysinfo@v0.30.13...v0.31.2)

---
updated-dependencies:
- dependency-name: crossterm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: sysinfo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 935c4e1 commit d4bf0df
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 24 deletions.
99 changes: 77 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ clap = { version = "4.5.11", features = ["derive", "env", "wrap_help"] }
clap_complete = "4.5.11"
clap-markdown = "0.1.4"
cli-table = "0.4"
crossterm = { version = "0.27.0", features = ["event-stream"] }
crossterm = { version = "0.28.1", features = ["event-stream"] }
directories = "5.0.1"
dialoguer = { version = "0.11.0", features = ["fuzzy-select"] }
fiberplane = { version = "1.0.0-beta.14", features = [
Expand Down Expand Up @@ -62,7 +62,7 @@ serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0"
sha2 = "0.10.2"
strum = "=0.24.1" # match what fiberplane-models uses
sysinfo = "0.30.12"
sysinfo = "0.31.2"
termwiz = "0.22.0"
time = { version = "0.3.11", features = ["macros"] }
tokio = { version = "1", features = ["full"] }
Expand Down

0 comments on commit d4bf0df

Please sign in to comment.