diff --git a/Cargo.toml b/Cargo.toml index b9a77be..b71df23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" protocol = "sparse" [dependencies] -actix-web = "4.5" +actix-web = "4.5.1" reqwest = { version = "0.12.4", features = ["json"] } serde = { version = "1.0", features = ["derive"]} log = "0.4"