diff --git a/Cargo.toml b/Cargo.toml index e72cab9..f4798c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,5 +15,5 @@ actix-web = "4.5.1" askama = "0.15.0" serde = { version = "1.0.198", features = ["derive"] } serde_json = "1.0.140" -reqwest = { version = "0.12.15", features = ["json"] } +reqwest = { version = "0.13.0", features = ["json"] } actix-remote-ip = "0.1.0"