diff --git a/gst-plugin-lewton/Cargo.toml b/gst-plugin-lewton/Cargo.toml index 30b1fb48..1127eab3 100644 --- a/gst-plugin-lewton/Cargo.toml +++ b/gst-plugin-lewton/Cargo.toml @@ -12,7 +12,7 @@ glib = { git = "https://github.com/gtk-rs/glib" } gstreamer = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gstreamer-audio = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gstreamer-check = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } -lewton = { version = "0.9", default-features = false } +lewton = { version = "0.10", default-features = false } byte-slice-cast = "0.3" atomic_refcell = "0.1" lazy_static = "1.0"