diff --git a/Cargo.toml b/Cargo.toml index ae8f201..257fdfa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ log = "0.4" simple_logger = "2" # Minimal, blocking/sync HTTP client used to download album art -ureq = { version = "*", optional = true } +ureq = { version = "2.5", optional = true } # Image processing library, used to convert album art into the XDG # notification image-data format @@ -32,12 +32,12 @@ image = { version = "0.24", optional = true } # Config file loading serde = { version = "1.0", features = ["derive"] } -toml = "*" -home = "*" +toml = "0.5" +home = "0.5" # Notificaiton message formatting regex = "1" -lazy_static = "*" +lazy_static = "1" [dev-dependencies] # For testing configuration loading