diff --git a/remote_backend/Cargo.toml b/remote_backend/Cargo.toml index 347aae8..9d8aeaf 100644 --- a/remote_backend/Cargo.toml +++ b/remote_backend/Cargo.toml @@ -19,7 +19,7 @@ actix-identity = "0.9.0" actix-cors = "0.7.1" lazy_static = "1.5.0" anyhow = "1.0.100" -reqwest = { version = "0.12.28", features = ["json"] } +reqwest = { version = "0.13.1", features = ["json"] } thiserror = "2.0.17" uuid = { version = "1.19.0", features = ["v4", "serde"] } futures-util = "0.3.31"