Skip to content

Commit

Permalink
Merge pull request #196 from a-kenji/dependabot/cargo/development/rat…
Browse files Browse the repository at this point in the history
…atui-0.26.3

chore(deps): bump ratatui from 0.26.2 to 0.26.3
  • Loading branch information
a-kenji authored May 22, 2024
2 parents 3df15c3 + 7810340 commit 7aefa09
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
22 changes: 13 additions & 9 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 @@ -31,7 +31,7 @@ default = ["vt100"]
unstable = ["dep:portable-pty"]

[dependencies]
ratatui = { version = "0.26.2", default-features = false }
ratatui = { version = "0.26.3", default-features = false }
vt100 = { version = "0.15.2", optional = true }
portable-pty = { version = "0.8.1", optional = true }

Expand All @@ -48,7 +48,7 @@ once_cell = "1.19.0"

# for examples
# enable the features used in tests
ratatui = { version = "0.26.2", default-features = true }
ratatui = { version = "0.26.3", default-features = true }
crossterm = "0.27"
portable-pty = "0.8.1"
tokio = { version = "1", features = ["full"] }
Expand Down

0 comments on commit 7aefa09

Please sign in to comment.