diff --git a/transports/webrtc/Cargo.toml b/transports/webrtc/Cargo.toml index 9e869c19816..61b0ed9f28d 100644 --- a/transports/webrtc/Cargo.toml +++ b/transports/webrtc/Cargo.toml @@ -27,7 +27,7 @@ prost-codec = { version = "0.3.0", path = "../../misc/prost-codec" } rand = "0.8" rcgen = "0.9.3" serde = { version = "1.0", features = ["derive"] } -stun = "0.4" +stun = "0.6.0" thiserror = "1" tinytemplate = "1.2" tokio = { version = "1.19", features = ["net"], optional = true}