webrtc: Update to human_bytes 0.4

This commit is contained in:
Sebastian Dröge 2022-10-31 11:02:07 +02:00
parent 6ceeadc0f0
commit 976ae5707e

View file

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