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

Commit 5eccbdf

Browse files
committed
update deps and upgrade self to v0.6.4
1 parent ed9aa38 commit 5eccbdf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rtcp"
3-
version = "0.6.3"
3+
version = "0.6.4"
44
authors = ["Rain Liu <[email protected]>", "Michael Uti <[email protected]>"]
55
edition = "2018"
66
description = "A pure Rust implementation of RTCP"
@@ -10,10 +10,10 @@ homepage = "https://webrtc.rs"
1010
repository = "https://github.com/webrtc-rs/rtcp"
1111

1212
[dependencies]
13-
util = { package = "webrtc-util", version = "0.5.2", default-features = false, features = ["marshal"] }
13+
util = { package = "webrtc-util", version = "0.5.3", default-features = false, features = ["marshal"] }
1414
bytes = "1.1.0"
1515
thiserror = "1.0.30"
1616

1717
[dev-dependencies]
18-
tokio = { version = "1.13.0", features = ["sync"] }
18+
tokio = { version = "1.15.0", features = ["sync"] }
1919
tokio-test = "0.4.2"

0 commit comments

Comments
 (0)