Skip to content

Commit

Permalink
bump interceptor to v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrtc committed Feb 23, 2024
1 parent 5ea2412 commit 6f5d939
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions interceptor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "interceptor"
version = "0.10.0"
version = "0.10.1"
authors = ["Rain Liu <[email protected]>"]
edition = "2021"
description = "A pure Rust implementation of Pluggable RTP/RTCP processors"
Expand All @@ -10,10 +10,10 @@ homepage = "https://webrtc.rs"
repository = "https://github.com/webrtc-rs/interceptor"

[dependencies]
util = { version = "0.8", path = "../util", package = "webrtc-util", default-features = false, features = ["marshal", "sync"] }
rtp = { version = "0.10", path = "../rtp" }
rtcp = { version = "0.10", path = "../rtcp" }
srtp = { version = "0.11", path = "../srtp", package = "webrtc-srtp" }
util = { version = "0.8.1", path = "../util", package = "webrtc-util", default-features = false, features = ["marshal", "sync"] }
rtp = { version = "0.10.0", path = "../rtp" }
rtcp = { version = "0.10.1", path = "../rtcp" }
srtp = { version = "0.11.1", path = "../srtp", package = "webrtc-srtp" }

tokio = { version = "1.32.0", features = ["sync", "time"] }
async-trait = "0.1"
Expand Down

0 comments on commit 6f5d939

Please sign in to comment.