Skip to content

Commit

Permalink
chore(deps): bump the cargo-dependencies group across 1 directory wit…
Browse files Browse the repository at this point in the history
…h 5 updates

Bumps the cargo-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [ratatui](https://github.com/ratatui/ratatui) | `0.28.0` | `0.28.1` |
| [clap](https://github.com/clap-rs/clap) | `4.5.16` | `4.5.17` |
| [tui-input](https://github.com/sayanarijit/tui-input) | `0.10.0` | `0.10.1` |
| [ansi-to-tui](https://github.com/uttarayan21/ansi-to-tui) | `4.0.1` | `6.0.0` |
| [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | `0.31.2` | `0.31.4` |



Updates `ratatui` from 0.28.0 to 0.28.1
- [Release notes](https://github.com/ratatui/ratatui/releases)
- [Changelog](https://github.com/ratatui/ratatui/blob/main/CHANGELOG.md)
- [Commits](ratatui/ratatui@v0.28.0...v0.28.1)

Updates `clap` from 4.5.16 to 4.5.17
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.16...clap_complete-v4.5.17)

Updates `tui-input` from 0.10.0 to 0.10.1
- [Release notes](https://github.com/sayanarijit/tui-input/releases)
- [Commits](sayanarijit/tui-input@v0.10.0...v0.10.1)

Updates `ansi-to-tui` from 4.0.1 to 6.0.0
- [Changelog](https://github.com/ratatui/ansi-to-tui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uttarayan21/ansi-to-tui/commits)

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

---
updated-dependencies:
- dependency-name: ratatui
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: tui-input
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: ansi-to-tui
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cargo-dependencies
- dependency-name: sysinfo
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent cc76b0a commit 1334176
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,26 @@ edition = "2021"
rust-version = "1.74.1"

[dependencies]
ratatui = "0.28.0"
clap = { version = "4.4.2", features = ["derive", "env", "wrap_help", "cargo"] }
ratatui = "0.28.1"
clap = { version = "4.5.17", features = ["derive", "env", "wrap_help", "cargo"] }
thiserror = "1.0.63"
elf = "0.7.1"
rust-strings = "0.6.0"
heh = "0.6.1"
tui-input = "0.10.0"
tui-input = "0.10.1"
tui-popup = "0.5.0"
unicode-width = "0.1.11"
textwrap = "0.16.1"
lurk-cli = "0.3.6"
nix = { version = "0.29.0", features = ["ptrace", "signal"] }
ansi-to-tui = "=4.0.1"
ansi-to-tui = "=6.0.0"
console = "0.15.8"
which = "6.0.3"
better-panic = "0.3.0"
tui-big-text = "0.6.0"
chrono = "0.4.38"
bytesize = "1.3.0"
sysinfo = { version = "0.31.2", default-features = false, features = ["user"] }
sysinfo = { version = "0.31.4", default-features = false, features = ["user"] }
webbrowser = "1.0.1"
lddtree = "0.3.5"
itertools = "0.13.0"
Expand Down

0 comments on commit 1334176

Please sign in to comment.