Skip to content

Commit

Permalink
upgrade stun to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjiao committed Sep 13, 2024
1 parent 892a101 commit 631e75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transports/webrtc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 631e75c

Please sign in to comment.