Skip to content

Commit

Permalink
deps: bump stun from 0.4.4 to 0.5.0
Browse files Browse the repository at this point in the history
Bumps [stun](https://github.com/webrtc-rs/stun) from 0.4.4 to 0.5.0.
- [Release notes](https://github.com/webrtc-rs/stun/releases)
- [Commits](https://github.com/webrtc-rs/stun/commits)

---
updated-dependencies:
- dependency-name: stun
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent cd32435 commit 9311a6d
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 19 deletions.
98 changes: 80 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion transports/webrtc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ quick-protobuf-codec = { workspace = true }
rand = "0.8"
rcgen = "0.10.0"
serde = { version = "1.0", features = ["derive"] }
stun = "0.4"
stun = "0.5"
thiserror = "1"
tinytemplate = "1.2"
tokio = { version = "1.32", features = ["net"], optional = true}
Expand Down

0 comments on commit 9311a6d

Please sign in to comment.