Skip to content

Commit

Permalink
Bump ratatui from 0.25.0 to 0.26.0
Browse files Browse the repository at this point in the history
Bumps [ratatui](https://github.com/ratatui-org/ratatui) from 0.25.0 to 0.26.0.
- [Release notes](https://github.com/ratatui-org/ratatui/releases)
- [Changelog](https://github.com/ratatui-org/ratatui/blob/main/CHANGELOG.md)
- [Commits](ratatui/ratatui@v0.25.0...v0.26.0)

---
updated-dependencies:
- dependency-name: ratatui
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 6, 2024
1 parent 9bf2c52 commit 9a4a2cb
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 5 deletions.
57 changes: 53 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ lazy_static = "1.4.0"
libc = "0.2.148"
log = "0.4.20"
nostr-sdk = "0.27"
ratatui = { version = "0.25.0", features = ["serde", "macros"] }
ratatui = { version = "0.26.0", features = ["serde", "macros"] }
regex = "1.10.2"
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
Expand Down

0 comments on commit 9a4a2cb

Please sign in to comment.