diff --git a/Cargo.toml b/Cargo.toml index bde2c92..28bb0d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,8 +21,8 @@ futures = "=0.3.31" log = "=0.4.22" regex = "=1.11.1" reqwest = { version = "=0.12.9", features = ["json"] } -serde = "=1.0.214" -serde_json = "=1.0.132" +serde = "=1.0.215" +serde_json = "=1.0.133" tokio = { version = "=1.41.1", features = ["macros", "process"]} uuid = { version= "=1.11.0", features = ["v4", "serde"]} genawaiter = {version = "=0.99", features = ["futures03"] } @@ -35,7 +35,7 @@ mime = "=0.3.17" cached = { version = "=0.54.0", features = ["redis_tokio"] } iso8601-duration = "=0.2.0" chrono = "=0.4.38" -feed-rs = "=2.1.1" +feed-rs = "=2.2.0" [dev-dependencies] temp-env ={ version = "=0.3.6", features = ["async_closure"] }