Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit baadd26

Browse files
author
Rain Liu
committed
update dep and upgrade to v0.4.3
1 parent 3c94a3c commit baadd26

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "webrtc-util"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
authors = ["Rain Liu <[email protected]>"]
55
edition = "2018"
66
description = "Utilities for WebRTC.rs stack"
@@ -20,15 +20,15 @@ vnet = ["ifaces"]
2020
marshal = []
2121

2222
[dependencies]
23-
tokio = { version = "1.0", features = ["full"] }
24-
lazy_static = "1.4"
25-
async-trait = "0.1"
23+
tokio = { version = "1.12.0", features = ["full"] }
24+
lazy_static = "1.4.0"
25+
async-trait = "0.1.51"
2626
ipnet = "2.3.1"
2727
log = "0.4.14"
2828
rand = "0.8.4"
29-
bytes = "1.0.1"
30-
thiserror = "1.0.25"
31-
anyhow = "1.0.41"
29+
bytes = "1.1.0"
30+
thiserror = "1.0.29"
31+
anyhow = "1.0.44"
3232

3333
[target.'cfg(not(windows))'.dependencies]
3434
nix = "0.22"
@@ -39,9 +39,9 @@ bitflags = "1.2.1"
3939
winapi = "0.2.8"
4040

4141
[build-dependencies]
42-
cc = "1.0.69"
42+
cc = "1.0.70"
4343

4444
[dev-dependencies]
45-
tokio-test = "0.4"
46-
env_logger = "0.8.3"
45+
tokio-test = "0.4.2"
46+
env_logger = "0.9.0"
4747
chrono = "0.4.19"

0 commit comments

Comments
 (0)