Skip to content

Commit

Permalink
build(deps): Keep versions to minor in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
pando85 committed Dec 3, 2024
1 parent 45cb817 commit 797042a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@ path = "src/main.rs"

[dependencies]
clap = { version = "4.5", features = ["std", "color", "derive", "cargo"] }
crossterm = "0.28.0"
glob = "0.3.1"
crossterm = "0.28"
glob = "0.3"
regex = "1.10"
rodio = { version = "0.20.0", features = ["vorbis"] }
signal-hook = "0.3.17"
tailcall = "1.0.1"
time = { version = "0.3.36", features = ["formatting", "local-offset", "parsing"] }
rodio = { version = "0.20", features = ["vorbis"] }
signal-hook = "0.3"
tailcall = "1.0"
time = { version = "0.3", features = ["formatting", "local-offset", "parsing"] }
# beep
libc = "0.2"
nix = { version = "0.29", features = ["ioctl"] }

[dev-dependencies]
time = { version = "0.3.36", features = ["macros"] }
time = { version = "*", features = ["macros"] }

[dev-dependencies.cargo-husky]
version = "1.5"
Expand Down

0 comments on commit 797042a

Please sign in to comment.