Skip to content

Commit 4a98fa3

Browse files
committed
chore: upgrade socketio-rs
1 parent 44e9715 commit 4a98fa3

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

Cargo.lock

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ reqwest = { optional = true, version = "0.11", default-features = false, feature
5757
tokio = { optional = true, version = "1", features = ["full"] }
5858
ureq = { optional = true, version = "2.4" }
5959

60-
socketio-rs = { optional = true, version = "0.1.3" }
60+
socketio-rs = { optional = true, version = "0.1.5", default-features = false, features = ["client"] }
6161
futures-util = { optional = true, version = "0.3", default-features = false, features = [
6262
"sink",
6363
] }

0 commit comments

Comments
 (0)