Skip to content

Commit

Permalink
RSDK-7422 - Upgrade webrtc past 0.9.0 to avoid/fix dtls cbc padding (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
edaniels authored May 1, 2024
1 parent 6466300 commit 90c30e4
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ tracing = {version = "0.1.34"}
tracing-subscriber = {version = "0.3.11", features = ["env-filter"]}
viam-mdns = "3.0.1"
webpki-roots = "0.21.1"
webrtc = "0.7.3"
webrtc = { git = "https://github.com/webrtc-rs/webrtc.git", rev = "f452145" }
local-ip-address = "0.5.5"

[dev-dependencies]
Expand Down
62 changes: 31 additions & 31 deletions examples/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 90c30e4

Please sign in to comment.