From eef2cd26e0fad27c2e59d6b38ab62ce8ad5de0ff Mon Sep 17 00:00:00 2001 From: Valerio Ageno <51341197+Valerioageno@users.noreply.github.com> Date: Sat, 10 May 2025 20:15:13 +0200 Subject: [PATCH] chore: bump ssr_rs (0.8.3) (#769) --- crates/tuono_lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/tuono_lib/Cargo.toml b/crates/tuono_lib/Cargo.toml index acb4b783..7486ef51 100644 --- a/crates/tuono_lib/Cargo.toml +++ b/crates/tuono_lib/Cargo.toml @@ -17,7 +17,7 @@ include = [ [dependencies] -ssr_rs = "0.8.2" +ssr_rs = "0.8.3" axum = {version = "0.8.1", features = ["json", "ws"]} axum-extra = {version = "0.10.0", features = ["cookie"]} tokio = { version = "1.37.0", features = ["full"] }