Skip to content

Commit

Permalink
upgrade openssl to 0.10.66
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrtc committed Aug 2, 2024
1 parent 62f2550 commit cc45df1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions 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 srtp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ tokio = { version = "1.32.0", features = [
log = "0.4"
aead = { version = "0.5", features = ["std"] }
aes-gcm = { version = "0.10", features = ["std"] }
openssl = { version = "0.10.57", optional = true }
openssl = { version = "0.10.66", optional = true }

[dev-dependencies]
criterion = { version = "0.5", features = ["async_futures"] }
Expand Down

0 comments on commit cc45df1

Please sign in to comment.