File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
[workspace .package ]
2
- version = " 0.11.0 "
2
+ version = " 0.11.1 "
3
3
edition = " 2021"
4
4
rust-version = " 1.67.0"
5
5
authors = [" Théodore Prévot <" ]
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ readme = "../README.md"
14
14
15
15
16
16
[dependencies ]
17
- engineioxide = { path = " ../engineioxide" , version = " 0.11.0 " }
17
+ engineioxide = { path = " ../engineioxide" , version = " 0.11.1 " }
18
18
futures.workspace = true
19
19
tokio = { workspace = true , features = [" rt" , " time" ] }
20
20
serde.workspace = true
@@ -45,18 +45,18 @@ state = ["dep:state"]
45
45
46
46
[dev-dependencies ]
47
47
engineioxide = { path = " ../engineioxide" , features = [
48
- " v3" ,
49
- " tracing" ,
50
- " test-utils" ,
48
+ " v3" ,
49
+ " tracing" ,
50
+ " test-utils" ,
51
51
] }
52
52
tokio-tungstenite.workspace = true
53
53
rust_socketio.workspace = true
54
54
axum.workspace = true
55
55
salvo.workspace = true
56
56
tokio = { workspace = true , features = [
57
- " macros" ,
58
- " parking_lot" ,
59
- " rt-multi-thread" ,
57
+ " macros" ,
58
+ " parking_lot" ,
59
+ " rt-multi-thread" ,
60
60
] }
61
61
tracing-subscriber.workspace = true
62
62
criterion.workspace = true
You can’t perform that action at this time.
0 commit comments