From 6bdf5ce6d3e4ae1e8700e2093388bf11c085fc7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9odore=20Pr=C3=A9vot?= Date: Wed, 20 Mar 2024 21:53:43 +0000 Subject: [PATCH] chore(deps): bump to v11.1 --- Cargo.toml | 2 +- socketioxide/Cargo.toml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 56ddd459..896c09cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "0.11.0" +version = "0.11.1" edition = "2021" rust-version = "1.67.0" authors = ["Théodore Prévot <"] diff --git a/socketioxide/Cargo.toml b/socketioxide/Cargo.toml index 21560fa9..54e1a94e 100644 --- a/socketioxide/Cargo.toml +++ b/socketioxide/Cargo.toml @@ -14,7 +14,7 @@ readme = "../README.md" [dependencies] -engineioxide = { path = "../engineioxide", version = "0.11.0" } +engineioxide = { path = "../engineioxide", version = "0.11.1" } futures.workspace = true tokio = { workspace = true, features = ["rt", "time"] } serde.workspace = true @@ -45,18 +45,18 @@ state = ["dep:state"] [dev-dependencies] engineioxide = { path = "../engineioxide", features = [ - "v3", - "tracing", - "test-utils", + "v3", + "tracing", + "test-utils", ] } tokio-tungstenite.workspace = true rust_socketio.workspace = true axum.workspace = true salvo.workspace = true tokio = { workspace = true, features = [ - "macros", - "parking_lot", - "rt-multi-thread", + "macros", + "parking_lot", + "rt-multi-thread", ] } tracing-subscriber.workspace = true criterion.workspace = true