Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit fd129ea

Browse files
committed
update deps and upgrade self to v0.7.5
1 parent afe3fbd commit fd129ea

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "interceptor"
3-
version = "0.7.4"
3+
version = "0.7.5"
44
authors = ["Rain Liu <[email protected]>"]
55
edition = "2018"
66
description = "A pure Rust implementation of Pluggable RTP/RTCP processors"
@@ -10,12 +10,12 @@ homepage = "https://webrtc.rs"
1010
repository = "https://github.com/webrtc-rs/interceptor"
1111

1212
[dependencies]
13-
util = { package = "webrtc-util", version = "0.5.2", default-features = false, features = ["marshal"] }
14-
rtp = "0.6.3"
15-
rtcp = "0.6.3"
16-
srtp = { package = "webrtc-srtp", version = "0.8.7" }
17-
tokio = { version = "1.13.0", features = ["sync", "time"] }
18-
async-trait = "0.1.51"
13+
util = { package = "webrtc-util", version = "0.5.3", default-features = false, features = ["marshal"] }
14+
rtp = "0.6.4"
15+
rtcp = "0.6.4"
16+
srtp = { package = "webrtc-srtp", version = "0.8.8" }
17+
tokio = { version = "1.15.0", features = ["sync", "time"] }
18+
async-trait = "0.1.52"
1919
bytes = "1.1.0"
2020
thiserror = "1.0.30"
2121
rand = "0.8.4"

0 commit comments

Comments
 (0)