Skip to content

Commit

Permalink
Update stun requirement from 0.6.0 to 0.7.0
Browse files Browse the repository at this point in the history
Updates the requirements on [stun](https://github.com/webrtc-rs/webrtc) to permit the latest version.
- [Release notes](https://github.com/webrtc-rs/webrtc/releases)
- [Commits](webrtc-rs/webrtc@v0.6.0...dtls-v0.7.0)

---
updated-dependencies:
- dependency-name: stun
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 6c8a5e6 commit 3af93e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ reqwest = { version = "0.12.8", features = [
serde = { version = "1", features = ["serde_derive"] }
serde_json = "1"
smallvec = { version = "1.13.2", features = ["serde"] }
stun = "0.6.0"
stun = "0.7.0"
tokio = { version = "1.41.0", features = [
"rt",
"rt-multi-thread",
Expand Down

0 comments on commit 3af93e2

Please sign in to comment.