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 6 additions and 7 deletions

View File

@@ -243,9 +243,9 @@ dependencies = [
[[package]] [[package]]
name = "actix-ws" name = "actix-ws"
version = "0.3.0" version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3a1fb4f9f2794b0aadaf2ba5f14a6f034c7e86957b458c506a8cb75953f2d99" checksum = "12d4f2fbee3ef7a22fa6cb0e416b962237a167ed0419f22d4e451da2d7f082f8"
dependencies = [ dependencies = [
"actix-codec", "actix-codec",
"actix-http", "actix-http",
@@ -2557,16 +2557,15 @@ dependencies = [
[[package]] [[package]]
name = "light-openid" name = "light-openid"
version = "1.1.0" version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fb1050b0078d4feced56e91058c8182c8ee7b06861004973e5f7c1ca03f6f39" checksum = "a6a15777d080e807d5b6b3c0b5a293f7d4680d74a4c66b0cdf9db0441ea9f548"
dependencies = [ dependencies = [
"base64 0.22.1", "base64 0.22.1",
"log", "log",
"reqwest", "reqwest",
"serde", "serde",
"serde_json", "serde_json",
"thiserror 2.0.17",
"urlencoding", "urlencoding",
] ]

View File

@@ -15,7 +15,7 @@ actix-web = "4.12.1"
actix-session = { version = "0.11.0", features = ["redis-session"] } actix-session = { version = "0.11.0", features = ["redis-session"] }
actix-remote-ip = "0.1.0" actix-remote-ip = "0.1.0"
actix-cors = "0.7.1" actix-cors = "0.7.1"
light-openid = "1.1.0" light-openid = "1.0.4"
bytes = "1.11.0" bytes = "1.11.0"
sha2 = "0.10.9" sha2 = "0.10.9"
base16ct = { version = "0.3.0", features = ["alloc"] } base16ct = { version = "0.3.0", features = ["alloc"] }
@@ -33,7 +33,7 @@ url = "2.5.8"
ractor = "0.15.10" ractor = "0.15.10"
serde_json = "1.0.149" serde_json = "1.0.149"
lazy-regex = "3.4.2" lazy-regex = "3.4.2"
actix-ws = "0.3.0" actix-ws = "0.3.1"
infer = "0.19.0" infer = "0.19.0"
rust-embed = "8.9.0" rust-embed = "8.9.0"
mime_guess = "2.0.5" mime_guess = "2.0.5"