Skip to content

Commit 6f5d939

Browse files
committed
bump interceptor to v0.10.1
1 parent 5ea2412 commit 6f5d939

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

interceptor/Cargo.toml

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

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

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

0 commit comments

Comments
 (0)