webrtc: Update to human_bytes 0.4

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/977>
This commit is contained in:
Sebastian Dröge 2022-10-31 11:02:07 +02:00 committed by GStreamer Marge Bot
parent b596b407f6
commit f2f0eb30e0

View file

@ -27,7 +27,7 @@ serde = "1"
serde_json = "1"
fastrand = "1.0"
gst_plugin_webrtc_protocol = { version = "0.9", 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"] }