Skip to content

Commit

Permalink
build(deps): Update Rust crate glob to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and pando85 committed May 3, 2024
1 parent a1fc567 commit 662eee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timer_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ path = "src/bin/timer.rs"
[dependencies]
clap = { version = "4.5.4", features = ["std", "color", "derive", "cargo"]}
crossterm = "0.27.0"
glob = "0.3"
glob = "0.3.1"
regex = "1.10"
rodio = { version = "0.17", features = ["vorbis"]}
signal-hook = "0.3"
Expand Down

0 comments on commit 662eee2

Please sign in to comment.