Skip to content

Commit

Permalink
build(deps): Update Rust crate crossterm to 0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 31, 2024
1 parent 59bd710 commit 6daa06a
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 75 deletions.
118 changes: 44 additions & 74 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion timer_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ path = "src/bin/timer.rs"

[dependencies]
clap = { version = "4.5.4", features = ["std", "color", "derive", "cargo"]}
crossterm = "0.27.0"
crossterm = "0.28.0"
glob = "0.3.1"
regex = "1.10.4"
rodio = { version = "0.19.0", features = ["vorbis"]}
Expand Down

0 comments on commit 6daa06a

Please sign in to comment.