From e890acd3bc575b9a05c4b8640b9bb4fb49317506 Mon Sep 17 00:00:00 2001 From: theodore Date: Sat, 2 Nov 2024 20:12:29 +0100 Subject: [PATCH] chore(deps): bump socketioxide to v0.15.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ea8c63ca..9b3d65b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -112,7 +112,7 @@ cfg-if = "1" uuid = { version = "1.10.0", features = ["v4", "fast-rng"] } # A socket.io server implementation -socketioxide = { version = "0.14.0", features = ["state"], optional = true } +socketioxide = { version = "0.15.1", features = ["state"], optional = true } # File Upload