Skip to content

Commit

Permalink
bump srtp to v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrtc committed May 2, 2024
1 parent dfdb8d6 commit fa6819b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.

2 changes: 1 addition & 1 deletion interceptor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repository = "https://github.com/webrtc-rs/interceptor"
util = { version = "0.9.0", path = "../util", package = "webrtc-util", default-features = false, features = ["marshal", "sync"] }
rtp = { version = "0.11.0", path = "../rtp" }
rtcp = { version = "0.11.0", path = "../rtcp" }
srtp = { version = "0.12.0", path = "../srtp", package = "webrtc-srtp" }
srtp = { version = "0.13.0", path = "../srtp", package = "webrtc-srtp" }

tokio = { version = "1.32.0", features = ["sync", "time"] }
async-trait = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion srtp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "webrtc-srtp"
version = "0.12.0"
version = "0.13.0"
authors = ["Rain Liu <[email protected]>"]
edition = "2021"
description = "A pure Rust implementation of SRTP"
Expand Down
2 changes: 1 addition & 1 deletion webrtc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ rtcp = { version = "0.11.0", path = "../rtcp" }
rtp = { version = "0.11.0", path = "../rtp" }
sctp = { version = "0.9.1", path = "../sctp", package = "webrtc-sctp" }
sdp = { version = "0.6.2", path = "../sdp" }
srtp = { version = "0.12.0", path = "../srtp", package = "webrtc-srtp" }
srtp = { version = "0.13.0", path = "../srtp", package = "webrtc-srtp" }
stun = { version = "0.6.0", path = "../stun" }
turn = { version = "0.8.0", path = "../turn" }
util = { version = "0.9.0", path = "../util", package = "webrtc-util" }
Expand Down

0 comments on commit fa6819b

Please sign in to comment.