From 38ae681ceb2eeff2139a5bdcee6e25e26d63042d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9odore=20Pr=C3=A9vot?= Date: Wed, 29 May 2024 12:51:39 +0000 Subject: [PATCH] Bump socketioxide to v0.13.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c13a6d331..927fb919c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -115,7 +115,7 @@ uuid = { version = "1.6", features = ["v4"] } requestty = "0.5.0" # A socket.io server implementation -socketioxide = { version = "0.10.0", features = ["state"], optional = true } +socketioxide = { version = "0.13.1", features = ["state"], optional = true } # File Upload