1 Commits

Author SHA1 Message Date
5dd4aa6c0e Update Rust crate actix-ws to 0.3.1
All checks were successful
continuous-integration/drone/push Build is passing
2026-01-15 00:32:56 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -243,9 +243,9 @@ dependencies = [
[[package]]
name = "actix-ws"
version = "0.3.0"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3a1fb4f9f2794b0aadaf2ba5f14a6f034c7e86957b458c506a8cb75953f2d99"
checksum = "12d4f2fbee3ef7a22fa6cb0e416b962237a167ed0419f22d4e451da2d7f082f8"
dependencies = [
"actix-codec",
"actix-http",

View File

@@ -33,7 +33,7 @@ url = "2.5.8"
ractor = "0.15.10"
serde_json = "1.0.149"
lazy-regex = "3.4.2"
actix-ws = "0.3.0"
actix-ws = "0.3.1"
infer = "0.19.0"
rust-embed = "8.9.0"
mime_guess = "2.0.5"