Skip to content

Commit 945f038

Browse files
committed
update deps and bump to v0.4.0
1 parent cfe3e39 commit 945f038

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "webrtc"
3-
version = "0.3.4"
3+
version = "0.4.0"
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.2"
1919
turn = "0.5.3"
2020
ice = { package = "webrtc-ice", version = "0.6.4" }
2121
dtls = { package = "webrtc-dtls", version = "0.5.2" }
22-
rtp = "0.6.4"
23-
rtcp = "0.6.4"
24-
srtp = { package = "webrtc-srtp", version = "0.8.8" }
22+
rtp = "0.6.5"
23+
rtcp = "0.6.5"
24+
srtp = { package = "webrtc-srtp", version = "0.8.9" }
2525
sctp = { package = "webrtc-sctp", version = "0.4.3" }
2626
data = { package = "webrtc-data", version = "0.3.3" }
27-
media = { package = "webrtc-media", version = "0.4.4" }
28-
interceptor = "0.7.5"
27+
media = { package = "webrtc-media", version = "0.4.5" }
28+
interceptor = "0.7.6"
2929
tokio = { version = "1.15.0", features = ["full"] }
3030
log = "0.4.14"
3131
async-trait = "0.1.52"

crates/interceptor

0 commit comments

Comments
 (0)