chore: update ssr_rs to v0.8.1 (#529)

This commit is contained in:
Valerio Ageno
2025-02-07 18:15:16 +01:00
committed by GitHub
parent a58a1a4da9
commit 4e266522b6
+1 -1
View File
@@ -17,7 +17,7 @@ include = [
[dependencies]
ssr_rs = "0.8.0"
ssr_rs = "0.8.1"
axum = {version = "0.7.5", features = ["json", "ws"]}
axum-extra = {version = "0.9.6", features = ["cookie"]}
tokio = { version = "1.37.0", features = ["full"] }