diff --git a/Cargo.toml b/Cargo.toml index 37c21da..b5ab7b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,5 +15,5 @@ actix-web = "4.5.1" askama = "0.12.1" serde = { version = "1.0.197", features = ["derive"] } serde_json = "1.0.115" -reqwest = { version = "0.11.27", features = ["json"] } +reqwest = { version = "0.12.3", features = ["json"] } actix-remote-ip = "0.1.0" \ No newline at end of file