Skip to content

Commit

Permalink
update deps and bump to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rainliu committed Jan 17, 2022
1 parent cfe3e39 commit 945f038
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "webrtc"
version = "0.3.4"
version = "0.4.0"
authors = ["Rain Liu <yliu@webrtc.rs>"]
edition = "2018"
description = "A pure Rust implementation of WebRTC API"
Expand All @@ -19,13 +19,13 @@ stun = "0.4.2"
turn = "0.5.3"
ice = { package = "webrtc-ice", version = "0.6.4" }
dtls = { package = "webrtc-dtls", version = "0.5.2" }
rtp = "0.6.4"
rtcp = "0.6.4"
srtp = { package = "webrtc-srtp", version = "0.8.8" }
rtp = "0.6.5"
rtcp = "0.6.5"
srtp = { package = "webrtc-srtp", version = "0.8.9" }
sctp = { package = "webrtc-sctp", version = "0.4.3" }
data = { package = "webrtc-data", version = "0.3.3" }
media = { package = "webrtc-media", version = "0.4.4" }
interceptor = "0.7.5"
media = { package = "webrtc-media", version = "0.4.5" }
interceptor = "0.7.6"
tokio = { version = "1.15.0", features = ["full"] }
log = "0.4.14"
async-trait = "0.1.52"
Expand Down
2 changes: 1 addition & 1 deletion crates/interceptor
Submodule interceptor updated 1 files
+1 −1 Cargo.toml

0 comments on commit 945f038

Please sign in to comment.