Skip to content

Commit 03dfa7e

Browse files
author
Rain Liu
committed
update dep sctp v0.3.7 to incorrect handling of SACK packets
1 parent b7195cb commit 03dfa7e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ dtls = { package = "webrtc-dtls", version = "0.4.12" }
2222
rtp = "0.3.5"
2323
rtcp = "0.3.4"
2424
srtp = { package = "webrtc-srtp", version = "0.4.1" }
25-
sctp = { package = "webrtc-sctp", version = "0.3.6" }
26-
data = { package = "webrtc-data", version = "0.2.6" }
25+
sctp = { package = "webrtc-sctp", version = "0.3.7" }
26+
data = { package = "webrtc-data", version = "0.2.7" }
2727
media = { package = "webrtc-media", version = "0.1.1" }
2828
interceptor = "0.1.3"
2929
tokio = { version = "1.12.0", features = ["full"] }

crates/data

Submodule data updated 1 file

0 commit comments

Comments
 (0)