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

Commit

Permalink
update deps and upgrade self to v0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rainliu committed Dec 18, 2021
1 parent afe3fbd commit fd129ea
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "interceptor"
version = "0.7.4"
version = "0.7.5"
authors = ["Rain Liu <yliu@webrtc.rs>"]
edition = "2018"
description = "A pure Rust implementation of Pluggable RTP/RTCP processors"
Expand All @@ -10,12 +10,12 @@ homepage = "https://webrtc.rs"
repository = "https://github.com/webrtc-rs/interceptor"

[dependencies]
util = { package = "webrtc-util", version = "0.5.2", default-features = false, features = ["marshal"] }
rtp = "0.6.3"
rtcp = "0.6.3"
srtp = { package = "webrtc-srtp", version = "0.8.7" }
tokio = { version = "1.13.0", features = ["sync", "time"] }
async-trait = "0.1.51"
util = { package = "webrtc-util", version = "0.5.3", default-features = false, features = ["marshal"] }
rtp = "0.6.4"
rtcp = "0.6.4"
srtp = { package = "webrtc-srtp", version = "0.8.8" }
tokio = { version = "1.15.0", features = ["sync", "time"] }
async-trait = "0.1.52"
bytes = "1.1.0"
thiserror = "1.0.30"
rand = "0.8.4"
Expand Down

0 comments on commit fd129ea

Please sign in to comment.