diff --git a/Cargo.toml b/Cargo.toml index 970d6ad..bde31ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/YGGverse/rssto" [dependencies] anyhow = "1.0" -chrono = "0.4" +chrono = "^0.4.20" clap = { version = "4.5", features = ["derive"] } reqwest = { version = "0.12", features = ["blocking"] } rss = "2.0"