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"] }