File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " interceptor"
3
- version = " 0.8.2 "
3
+ version = " 0.9.0 "
4
4
authors = [" Rain Liu <yliu@webrtc.rs>" ]
5
5
edition = " 2021"
6
6
description = " A pure Rust implementation of Pluggable RTP/RTCP processors"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ rust-version = "1.63.0"
17
17
data = { version = " 0.7.0" , path = " ../data" , package = " webrtc-data" }
18
18
dtls = { version = " 0.7.1" , path = " ../dtls" , package = " webrtc-dtls" }
19
19
ice = { version = " 0.9.0" , path = " ../ice" , package = " webrtc-ice" }
20
- interceptor = { version = " 0.8.2 " , path = " ../interceptor" }
20
+ interceptor = { version = " 0.9.0 " , path = " ../interceptor" }
21
21
mdns = { version = " 0.5.0" , path = " ../mdns" , package = " webrtc-mdns" }
22
22
media = { version = " 0.6.0" , path = " ../media" , package = " webrtc-media" }
23
23
rtcp = { version = " 0.8.0" , path = " ../rtcp" }
You can’t perform that action at this time.
0 commit comments