Skip to content

Commit d6356c9

Browse files
Merge remote-tracking branch 'upstream/dependabot/cargo/patches-0b3609cb57'
# Conflicts: # Cargo.lock # engineio/Cargo.toml # socketio/Cargo.toml
2 parents 6b27dce + 6921ee4 commit d6356c9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

engineio/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ tokio-tungstenite = { version = "0.21.0", features = ["native-tls"] }
2525
tungstenite = "0.21.0"
2626
tokio = "1.42.0"
2727
futures-util = { version = "0.3", default-features = false, features = ["sink"] }
28-
async-trait = "0.1.83"
28+
async-trait = "0.1.86"
2929
async-stream = "0.3.6"
3030
thiserror = "2.0"
31-
native-tls = "0.2.12"
31+
native-tls = "0.2.13"
3232
url = "2.5.4"
3333

3434
[dev-dependencies]

socketio/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ rand = "0.8.5"
2222
adler32 = "1.2.0"
2323
serde_json = "1.0"
2424
thiserror = "2.0"
25-
native-tls = "0.2.12"
25+
native-tls = "0.2.13"
2626
url = "2.5.4"
2727
tokio = { version = "1.42.0", optional = true }
2828
futures-util = { version = "0.3", default-features = false, features = ["sink"], optional = true }
2929
async-stream = { version = "0.3.6", optional = true }
30-
log = "0.4.22"
31-
serde = "1.0.215"
30+
log = "0.4.25"
31+
serde = "1.0.217"
3232

3333
[dev-dependencies]
3434
cargo-tarpaulin = "0.18.5"

0 commit comments

Comments
 (0)