From 720327ad24dd58c19f5a011c30e9fcdf99dae8f4 Mon Sep 17 00:00:00 2001 From: rainliu Date: Sat, 3 Jul 2021 08:51:47 -0700 Subject: [PATCH] update util dep and upgrade self to v0.2.2 --- crates/stun/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/stun/Cargo.toml b/crates/stun/Cargo.toml index 6683a11f0..d8fef965a 100644 --- a/crates/stun/Cargo.toml +++ b/crates/stun/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stun" -version = "0.2.1" +version = "0.2.2" authors = ["Rain Liu "] edition = "2018" description = "A pure Rust implementation of STUN" @@ -12,7 +12,7 @@ repository = "https://github.com/webrtc-rs/stun" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -util = { package = "webrtc-util", version = "0.2.1", default-features = false, features = ["conn"] } +util = { package = "webrtc-util", version = "0.2.3", default-features = false, features = ["conn"] } tokio = { version = "1.0", features = ["full"] } lazy_static = "1.3.0" url = "2.2.0"