deps: bump webrtc from 0.8.0 to 0.9.0

Pull-Request: #4475.
This commit is contained in:
dependabot[bot] 2023-09-12 09:30:16 +00:00 committed by GitHub
parent b8f47aa988
commit 581b1e42d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 193 additions and 638 deletions

827
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -27,14 +27,14 @@ multihash = { workspace = true }
quick-protobuf = "0.8"
quick-protobuf-codec = { workspace = true }
rand = "0.8"
rcgen = "0.10.0"
rcgen = "0.11.1"
serde = { version = "1.0", features = ["derive"] }
stun = "0.5"
thiserror = "1"
tinytemplate = "1.2"
tokio = { version = "1.32", features = ["net"], optional = true}
tokio-util = { version = "0.7", features = ["compat"], optional = true }
webrtc = { version = "0.8.0", optional = true }
webrtc = { version = "0.9.0", optional = true }
[features]
tokio = ["dep:tokio", "dep:tokio-util", "dep:webrtc", "if-watch/tokio"]