Skip to content

Commit

Permalink
Bump crossterm dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
atanunq committed Oct 7, 2023
1 parent c06e4c9 commit bc89953
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## Unreleased
- Bump `base64` and `crossterm` dependencies

## 0.7.0
- Update name of temporary files when using Kitty to contain `tty-graphics-protocol`

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exclude = [".github"]

[dependencies]
termcolor = "1.1"
crossterm = "0.25"
crossterm = "0.27"
ansi_colours = "1.0"
image = "0.24"
base64 = "0.21.4"
Expand Down

0 comments on commit bc89953

Please sign in to comment.