Skip to content

Commit fa8f3b6

Browse files
committed
update deps and upgrade self to v0.3.3
1 parent 3e3810f commit fa8f3b6

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "webrtc"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
authors = ["Rain Liu <[email protected]>"]
55
edition = "2018"
66
description = "A pure Rust implementation of WebRTC API"
@@ -17,15 +17,15 @@ sdp = "0.4.0"
1717
mdns = { package = "webrtc-mdns", version = "0.4.1" }
1818
stun = "0.4.1"
1919
turn = "0.5.2"
20-
ice = { package = "webrtc-ice", version = "0.6.2" }
20+
ice = { package = "webrtc-ice", version = "0.6.3" }
2121
dtls = { package = "webrtc-dtls", version = "0.5.1" }
2222
rtp = "0.6.3"
23-
rtcp = "0.6.2"
24-
srtp = { package = "webrtc-srtp", version = "0.8.6" }
23+
rtcp = "0.6.3"
24+
srtp = { package = "webrtc-srtp", version = "0.8.7" }
2525
sctp = { package = "webrtc-sctp", version = "0.4.2" }
2626
data = { package = "webrtc-data", version = "0.3.2" }
2727
media = { package = "webrtc-media", version = "0.4.3" }
28-
interceptor = "0.7.3"
28+
interceptor = "0.7.4"
2929
tokio = { version = "1.13.0", features = ["full"] }
3030
log = "0.4.14"
3131
async-trait = "0.1.51"

crates/ice

crates/interceptor

crates/srtp

Submodule srtp updated 1 file

0 commit comments

Comments
 (0)