Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: ratatui
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 20, 2024
1 parent 3df15c3 commit 7810340
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 7810340

Please sign in to comment.