Skip to content

Commit 87c0ef3

Browse files
author
yngrtc
committed
bump srtp to v0.14.0
1 parent 1e9da4c commit 87c0ef3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repository = "https://github.com/webrtc-rs/webrtc/tree/master/interceptor"
1313
util = { version = "0.10.0", path = "../util", package = "webrtc-util", default-features = false, features = ["marshal", "sync"] }
1414
rtp = { version = "0.12.0", path = "../rtp" }
1515
rtcp = { version = "0.12.0", path = "../rtcp" }
16-
srtp = { version = "0.13.0", path = "../srtp", package = "webrtc-srtp" }
16+
srtp = { version = "0.14.0", path = "../srtp", package = "webrtc-srtp" }
1717

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

srtp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "webrtc-srtp"
3-
version = "0.13.0"
3+
version = "0.14.0"
44
authors = ["Rain Liu <[email protected]>"]
55
edition = "2021"
66
description = "A pure Rust implementation of SRTP"

webrtc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ rtcp = { version = "0.12.0", path = "../rtcp" }
2121
rtp = { version = "0.12.0", path = "../rtp" }
2222
sctp = { version = "0.10.0", path = "../sctp", package = "webrtc-sctp" }
2323
sdp = { version = "0.7.0", path = "../sdp" }
24-
srtp = { version = "0.13.0", path = "../srtp", package = "webrtc-srtp" }
24+
srtp = { version = "0.14.0", path = "../srtp", package = "webrtc-srtp" }
2525
stun = { version = "0.7.0", path = "../stun" }
2626
turn = { version = "0.9.0", path = "../turn" }
2727
util = { version = "0.10.0", path = "../util", package = "webrtc-util" }

0 commit comments

Comments
 (0)