diff --git a/Cargo.lock b/Cargo.lock index faa2e83de..72b1cd8be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2918,7 +2918,7 @@ dependencies = [ [[package]] name = "webrtc-ice" -version = "0.10.1" +version = "0.11.0" dependencies = [ "arc-swap", "async-trait", diff --git a/ice/Cargo.toml b/ice/Cargo.toml index 6e5f30a8d..056b187bb 100644 --- a/ice/Cargo.toml +++ b/ice/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webrtc-ice" -version = "0.10.1" +version = "0.11.0" authors = ["Rain Liu "] edition = "2021" description = "A pure Rust implementation of ICE" diff --git a/webrtc/Cargo.toml b/webrtc/Cargo.toml index ce0dff8fd..9cb13b776 100644 --- a/webrtc/Cargo.toml +++ b/webrtc/Cargo.toml @@ -13,7 +13,7 @@ readme = "../README.md" [dependencies] data = { version = "0.8.1", path = "../data", package = "webrtc-data" } dtls = { version = "0.9.0", path = "../dtls", package = "webrtc-dtls" } -ice = { version = "0.10.1", path = "../ice", package = "webrtc-ice" } +ice = { version = "0.11.0", path = "../ice", package = "webrtc-ice" } interceptor = { version = "0.11.0", path = "../interceptor" } mdns = { version = "0.7.0", path = "../mdns", package = "webrtc-mdns" } media = { version = "0.7.1", path = "../media", package = "webrtc-media" }