diff --git a/Cargo.toml b/Cargo.toml index e65cb73..51c779e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,8 +22,8 @@ log = "=0.4.21" regex = "=1.10.4" reqwest = { version = "=0.12.2", features = ["json"] } serde = "=1.0.197" -serde_json = "=1.0.114" -tokio = { version = "=1.36.0", features = ["macros", "process"]} +serde_json = "=1.0.115" +tokio = { version = "=1.37.0", features = ["macros", "process"]} uuid = { version= "=1.8.0", features = ["v4", "serde"]} genawaiter = {version = "=0.99", features = ["futures03"] } openssl = { version = "*", features = ["vendored"] } #this is here just to make cross-compiling work during github actions @@ -34,7 +34,7 @@ redis = { version = "=0.25", features = ["tokio-comp"] } mime = "=0.3.17" cached = { version = "=0.49.2", features = ["redis_tokio"] } iso8601-duration = "=0.2.0" -chrono = "=0.4.35" +chrono = "=0.4.37" feed-rs = "=1.4.0" [dev-dependencies]