Skip to content

Commit 15842da

Browse files
chore(deps): Bump crossterm from 0.28.1 to 0.29.0 (#1128)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4450b7e commit 15842da

File tree

2 files changed

+68
-5
lines changed

2 files changed

+68
-5
lines changed

Cargo.lock

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

openstack_tui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ chrono = { workspace= true }
2323
clap = { workspace = true, features = ["cargo", "derive", "env", "wrap_help", "unicode", "string", "unstable-styles"] }
2424
color-eyre = { workspace = true }
2525
config = { workspace = true, features = ["json", "json5", "yaml"] }
26-
crossterm = { version = "^0.28", features = ["serde", "event-stream"] }
26+
crossterm = { version = "^0.29", features = ["serde", "event-stream"] }
2727
derive_builder = { workspace = true }
2828
derive_deref = "^1.1"
2929
dirs = { workspace = true }

0 commit comments

Comments
 (0)