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

This commit is contained in:
2025-06-23 00:23:26 +00:00
parent 40f938efe7
commit 7151b199f8
2 changed files with 11 additions and 11 deletions

View File

@ -16,7 +16,7 @@ openssl-sys = "0.9.109"
libc = "0.2.173"
foreign-types-shared = "0.1.1"
asn1 = "0.21.3"
actix-web = { version = "4.10.2", features = ["openssl"] }
actix-web = { version = "4.11.0", features = ["openssl"] }
futures = "0.3.31"
serde = { version = "1.0.219", features = ["derive"] }
reqwest = { version = "0.12.20", features = ["json"] }