Merge pull request 'Update Rust crate actix-http to 3.11.1' (#409) from renovate/actix-http-3.x into master
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-09-05 00:27:13 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

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