Skip to content

Commit

Permalink
build(deps): bump the all group across 1 directory with 3 updates (#53)
Browse files Browse the repository at this point in the history
Bumps the all group with 3 updates in the / directory: [anyhow](https://github.com/dtolnay/anyhow), [ratatui](https://github.com/ratatui/ratatui) and [tui-tree-widget](https://github.com/EdJoPaTo/tui-rs-tree-widget).


Updates `anyhow` from 1.0.91 to 1.0.93
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.91...1.0.93)

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

Updates `tui-tree-widget` from 0.22.0 to 0.23.0
- [Release notes](https://github.com/EdJoPaTo/tui-rs-tree-widget/releases)
- [Commits](EdJoPaTo/tui-rs-tree-widget@v0.22.0...v0.23.0)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: ratatui
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: tui-tree-widget
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 6, 2024
1 parent 4258546 commit f354fea
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 13 deletions.
32 changes: 22 additions & 10 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@ repository = "https://github.com/fioncat/otree"
description = "A command line tool to view objects (json/yaml/toml) in TUI tree widget"

[dependencies]
anyhow = "1.0.90"
anyhow = "1.0.93"
clap = { version = "4.5.20", features = ["derive"] }
crossterm = { version = "0.28.1", features = ["use-dev-tty"] }
dirs = "5.0.1"
humansize = "2.1.3"
once_cell = "1.20.2"
paste = "1.0.15"
ratatui = "0.28.1"
ratatui = "0.29.0"
regex = "1.11.0"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = { version = "1.0.132", features = ["preserve_order"] }
serde_yml = "0.0.12"
toml = { version = "0.8.19", features = ["preserve_order"] }
tui-tree-widget = "0.22.0"
tui-tree-widget = "0.23.0"

[build-dependencies]
simple-error = "0.3.0"
Expand Down

0 comments on commit f354fea

Please sign in to comment.