Skip to content

Commit

Permalink
build(deps): bump the cargo-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the cargo-dependencies group with 3 updates: [ratatui-core](https://github.com/ratatui/ratatui), [ratatui-widgets](https://github.com/ratatui/ratatui) and [trybuild](https://github.com/dtolnay/trybuild).


Updates `ratatui-core` from 0.1.0-alpha.0 to 0.1.0-alpha.2
- [Release notes](https://github.com/ratatui/ratatui/releases)
- [Changelog](https://github.com/ratatui/ratatui/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ratatui/ratatui/commits)

Updates `ratatui-widgets` from 0.3.0-alpha.0 to 0.3.0-alpha.1
- [Release notes](https://github.com/ratatui/ratatui/releases)
- [Changelog](https://github.com/ratatui/ratatui/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ratatui/ratatui/commits)

Updates `trybuild` from 1.0.101 to 1.0.102
- [Release notes](https://github.com/dtolnay/trybuild/releases)
- [Commits](dtolnay/trybuild@1.0.101...1.0.102)

---
updated-dependencies:
- dependency-name: ratatui-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: ratatui-widgets
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: trybuild
  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 Jan 20, 2025
1 parent 16ba867 commit 3a48a03
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 40 deletions.
72 changes: 35 additions & 37 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 @@ -13,9 +13,9 @@ categories = ["command-line-interface"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ratatui-core = "0.1.0-alpha.0"
ratatui-widgets = "0.3.0-alpha.0"
ratatui-core = "0.1.0-alpha.2"
ratatui-widgets = "0.3.0-alpha.1"

[dev-dependencies]
trybuild = { version = "1.0.101", features = ["diff"] }
trybuild = { version = "1.0.102", features = ["diff"] }
cargo-husky = { version = "1.5.0", features = ["user-hooks"] }

0 comments on commit 3a48a03

Please sign in to comment.