Update Rust crate actix-http to 3.11.1 #409

Merged
renovate merged 1 commits from renovate/actix-http-3.x into master 2025-09-05 00:27:14 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit d0c9c01d63 - Show all commits

View File

@@ -84,9 +84,9 @@ dependencies = [
[[package]] [[package]]
name = "actix-http" name = "actix-http"
version = "3.11.0" version = "3.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44dfe5c9e0004c623edc65391dfd51daa201e7e30ebd9c9bedf873048ec32bc2" checksum = "44cceded2fb55f3c4b67068fa64962e2ca59614edc5b03167de9ff82ae803da0"
dependencies = [ dependencies = [
"actix-codec", "actix-codec",
"actix-rt", "actix-rt",

View File

@@ -19,7 +19,7 @@ actix-identity = "0.8.0"
actix-cors = "0.7.1" actix-cors = "0.7.1"
actix-files = "0.6.7" actix-files = "0.6.7"
actix-ws = "0.3.0" actix-ws = "0.3.0"
actix-http = "3.11.0" actix-http = "3.11.1"
serde = { version = "1.0.219", features = ["derive"] } serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.143" serde_json = "1.0.143"
serde_yml = "0.0.12" serde_yml = "0.0.12"