From eebe50b889944fc9e9f1ec5c8b431596c6c74c9e Mon Sep 17 00:00:00 2001 From: yngrtc Date: Mon, 11 Mar 2024 16:38:55 -0700 Subject: [PATCH] bump datachannel to v0.2.0 --- rtc-datachannel/Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/rtc-datachannel/Cargo.toml b/rtc-datachannel/Cargo.toml index 14673e7..441a9a5 100644 --- a/rtc-datachannel/Cargo.toml +++ b/rtc-datachannel/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rtc-datachannel" -version = "0.1.0" +version = "0.2.0" authors = ["Rain Liu "] edition = "2021" description = "RTC DataChannel in Rust" @@ -13,10 +13,10 @@ repository = "https://github.com/webrtc-rs/rtc" shared = { version = "0.2.0", path = "../rtc-shared", package = "rtc-shared", default-features = false, features = ["marshal"] } sctp = { version = "0.2.0", path = "../rtc-sctp", package = "rtc-sctp" } -bytes = "1" -log = "0.4" -thiserror = "1" +bytes = "1.5.0" +log = "0.4.21" +thiserror = "1.0.57" [dev-dependencies] -env_logger = "0.11" -chrono = "0.4.34" +env_logger = "0.11.3" +chrono = "0.4.35"