From 3af93e213b6a1e3d5f2cc25f9e1bd675e32a71b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 20:07:52 +0000 Subject: [PATCH] Update stun requirement from 0.6.0 to 0.7.0 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](https://github.com/webrtc-rs/webrtc/compare/v0.6.0...dtls-v0.7.0) --- updated-dependencies: - dependency-name: stun dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c682bb9..316b412 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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",