From 950431e47f8b3133a826282f6602479622be0722 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 20:43:14 +0000 Subject: [PATCH] chore(deps): update stun requirement from 0.4 to 0.5 Updates the requirements on [stun](https://github.com/webrtc-rs/stun) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 90fa920..2244de7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ NAT with the help of STUN servers. [dependencies] clap = { version = "4.2", features = ["cargo"] } log = "0.4" -stun = "0.4" +stun = "0.5" tokio = "1.27" pretty_env_logger = "0.5"