Update Rust crate actix-web to 4.12.1
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-11-30 00:18:42 +00:00
parent 2d13fa5aab
commit 19f3c53aef
2 changed files with 9 additions and 9 deletions

View File

@@ -16,7 +16,7 @@ openssl-sys = "0.9.111"
libc = "0.2.177"
foreign-types-shared = "0.1.1"
asn1 = "0.23.0"
actix-web = { version = "4.11.0", features = ["openssl"] }
actix-web = { version = "4.12.1", features = ["openssl"] }
futures = "0.3.31"
serde = { version = "1.0.228", features = ["derive"] }
reqwest = { version = "0.12.24", features = ["json"] }