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

This commit is contained in:
Renovate Bot 2025-04-02 00:33:48 +00:00
parent dede9729db
commit 5015f670ad
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -667,7 +667,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
dependencies = [
"libc",
"windows-sys 0.52.0",
"windows-sys 0.59.0",
]
[[package]]
@ -1367,7 +1367,7 @@ dependencies = [
"errno",
"libc",
"linux-raw-sys",
"windows-sys 0.52.0",
"windows-sys 0.59.0",
]
[[package]]

View File

@ -9,7 +9,7 @@ edition = "2024"
clap = { version = "4.5.34", features = ["derive", "env"] }
tar = "0.4.38"
actix-web = "4.10.2"
actix = "0.13.0"
actix = "0.13.5"
lazy_static = "1.4.0"
log = "0.4.17"
env_logger = "0.11.7"