Skip to content

Commit

Permalink
update deps and upgrade self to v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rainliu committed Dec 18, 2021
1 parent 5aee8da commit b091900
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions crates/stun/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stun"
version = "0.4.1"
version = "0.4.2"
authors = ["Rain Liu <yuliu@webrtc.rs>"]
edition = "2018"
description = "A pure Rust implementation of STUN"
Expand All @@ -14,21 +14,21 @@ default = []
bench = []

[dependencies]
util = { package = "webrtc-util", version = "0.5.2", default-features = false, features = ["conn"] }
tokio = { version = "1.13.0", features = ["full"] }
util = { package = "webrtc-util", version = "0.5.3", default-features = false, features = ["conn"] }
tokio = { version = "1.15.0", features = ["full"] }
lazy_static = "1.4.0"
url = "2.2.2"
rand = "0.8.4"
base64 = "0.13.0"
subtle = "2.4.1"
crc = "2.1.0"
ring = "0.16.20"
md-5 = "0.9.1"
md-5 = "0.10.0"
thiserror = "1.0.30"

[dev-dependencies]
tokio-test = "0.4.2"
clap = "2.33.3"
clap = "2.34.0"
criterion = "0.3.5"


Expand Down

0 comments on commit b091900

Please sign in to comment.