diff --git a/Cargo.toml b/Cargo.toml index 53ad09f..407fda9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"