Skip to content

Commit f0ed960

Browse files
fix(deps): bump crossterm from 0.28.1 to 0.29.0
Bumps [crossterm](https://github.com/crossterm-rs/crossterm) from 0.28.1 to 0.29.0. - [Release notes](https://github.com/crossterm-rs/crossterm/releases) - [Changelog](https://github.com/crossterm-rs/crossterm/blob/master/CHANGELOG.md) - [Commits](https://github.com/crossterm-rs/crossterm/commits/0.29) --- updated-dependencies: - dependency-name: crossterm dependency-version: 0.29.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f7cf836 commit f0ed960

File tree

3 files changed

+38
-6
lines changed

3 files changed

+38
-6
lines changed

Cargo.lock

Lines changed: 36 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ convert_case = "0.8.0"
5555
core-foundation = "0.10.0"
5656
core-foundation-sys = "0.8.7"
5757
core-graphics = "0.24.0"
58-
crossterm = { version = "0.28.1", features = ["event-stream", "events"] }
58+
crossterm = { version = "0.29.0", features = ["event-stream", "events"] }
5959
dashmap = "6.0.1"
6060
dirs = "5.0.0"
6161
eyre = "0.6.8"

crates/chat-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ color-eyre = "0.6.2"
5858
color-print = "0.3.5"
5959
convert_case = "0.8.0"
6060
cookie = "0.18.1"
61-
crossterm = { version = "0.28.1", features = ["event-stream", "events"] }
61+
crossterm = { version = "0.29.0", features = ["event-stream", "events"] }
6262
ctrlc = "3.4.6"
6363
dialoguer = { version = "0.11.0", features = ["fuzzy-select"] }
6464
dirs = "5.0.0"

0 commit comments

Comments
 (0)