From 976ae5707e83e75115d818cc2e437046afe8735f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 31 Oct 2022 11:02:07 +0200 Subject: [PATCH] webrtc: Update to human_bytes 0.4 --- net/webrtc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/webrtc/Cargo.toml b/net/webrtc/Cargo.toml index 850aee52..3da29a12 100644 --- a/net/webrtc/Cargo.toml +++ b/net/webrtc/Cargo.toml @@ -27,7 +27,7 @@ serde = "1" serde_json = "1" fastrand = "1.0" gst_plugin_webrtc_protocol = { path="protocol", package = "gst-plugin-webrtc-signalling-protocol" } -human_bytes = "0.3.1" +human_bytes = "0.4" [dev-dependencies] tracing = { version = "0.1", features = ["log"] }