Skip to content

Commit c54fb35

Browse files
committed
update pointers and upgrade self to v0.3.2
1 parent f45bb4a commit c54fb35

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.1"
3+
version = "0.3.2"
44
authors = ["Rain Liu <[email protected]>"]
55
edition = "2018"
66
description = "A pure Rust implementation of WebRTC API"
@@ -19,13 +19,13 @@ stun = "0.4.1"
1919
turn = "0.5.2"
2020
ice = { package = "webrtc-ice", version = "0.6.2" }
2121
dtls = { package = "webrtc-dtls", version = "0.5.1" }
22-
rtp = "0.6.2"
22+
rtp = "0.6.3"
2323
rtcp = "0.6.2"
24-
srtp = { package = "webrtc-srtp", version = "0.8.5" }
24+
srtp = { package = "webrtc-srtp", version = "0.8.6" }
2525
sctp = { package = "webrtc-sctp", version = "0.4.2" }
2626
data = { package = "webrtc-data", version = "0.3.2" }
27-
media = { package = "webrtc-media", version = "0.4.2" }
28-
interceptor = "0.7.2"
27+
media = { package = "webrtc-media", version = "0.4.3" }
28+
interceptor = "0.7.3"
2929
tokio = { version = "1.13.0", features = ["full"] }
3030
log = "0.4.14"
3131
async-trait = "0.1.51"

crates/interceptor

crates/media

Submodule media updated 1 file

crates/srtp

Submodule srtp updated 1 file

0 commit comments

Comments
 (0)