Skip to content

Commit

Permalink
deps: bump webrtc from 0.6.0 to 0.7.2
Browse files Browse the repository at this point in the history
Bumps [webrtc](https://github.com/webrtc-rs/webrtc) from 0.6.0 to 0.7.2.
- [Release notes](https://github.com/webrtc-rs/webrtc/releases)
- [Commits](webrtc-rs/webrtc@v0.6.0...rtcp-v0.7.2)

---
updated-dependencies:
- dependency-name: webrtc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 15, 2023
1 parent 2d83725 commit 3d99f9a
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 75 deletions.
181 changes: 107 additions & 74 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 transports/webrtc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ thiserror = "1"
tinytemplate = "1.2"
tokio = { version = "1.28", features = ["net"], optional = true}
tokio-util = { version = "0.7", features = ["compat"], optional = true }
webrtc = { version = "0.6.0", optional = true }
webrtc = { version = "0.7.2", optional = true }

[features]
tokio = ["dep:tokio", "dep:tokio-util", "dep:webrtc", "if-watch/tokio"]
Expand Down

0 comments on commit 3d99f9a

Please sign in to comment.