Skip to content

Commit

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

8 changes: 4 additions & 4 deletions srtp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "webrtc-srtp"
version = "0.11.0"
version = "0.11.1"
authors = ["Rain Liu <[email protected]>"]
edition = "2021"
description = "A pure Rust implementation of SRTP"
Expand All @@ -14,13 +14,13 @@ openssl = ["dep:openssl"]
vendored-openssl = ["openssl/vendored"]

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

byteorder = "1"
bytes = "1"
Expand Down

0 comments on commit 5d8eafa

Please sign in to comment.