Skip to content

Commit 5ab44b8

Browse files
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 7f88934 commit 5ab44b8

File tree

2 files changed

+91
-9
lines changed

2 files changed

+91
-9
lines changed

Cargo.lock

+90-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ bytesize = { version = "2.0", default-features = false }
2626
chrono = { version = "0.4", default-features = false, features = ["clock"] }
2727
clap = { version = "4.5", features = ["env", "cargo"] }
2828
crossbeam-channel = "0.5"
29-
crossterm = { version = "0.28", features = ["serde"] }
29+
crossterm = { version = "0.29", features = ["serde"] }
3030
dirs = "6.0"
3131
easy-cast = "0.5"
3232
filetreelist = { path = "./filetreelist", version = "0.5" }

0 commit comments

Comments
 (0)