onvif: Disable default features for the chrono dependency

We don't need all those.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/780>
This commit is contained in:
Sebastian Dröge 2022-05-25 12:08:01 +03:00 committed by Mathieu Duponchelle
parent 19f69614a2
commit 939f37dec5

View file

@ -16,7 +16,7 @@ gst-video = { package = "gstreamer-video", git = "https://gitlab.freedesktop.org
once_cell = "1.0"
xmlparser = "0.13"
minidom = "0.14"
chrono = "0.4"
chrono = { version = "0.4", default-features = false }
cairo-rs = { git = "https://github.com/gtk-rs/gtk-rs-core", features=["use_glib"] }
pango = { git = "https://github.com/gtk-rs/gtk-rs-core" }
pangocairo = { git = "https://github.com/gtk-rs/gtk-rs-core" }