diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 59a25e80d..3524979f7 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -26,7 +26,7 @@ gio = { git = "https://github.com/gtk-rs/gio", optional = true } anyhow = "1.0" derive_more = "0.99.5" futures = "0.3" -byte-slice-cast = "0.3" +byte-slice-cast = "1" cairo-rs = { git = "https://github.com/gtk-rs/cairo", features=["use_glib"], optional = true } cairo-sys-rs = { git = "https://github.com/gtk-rs/cairo", features=["use_glib"], optional = true } pango = { git = "https://github.com/gtk-rs/pango", optional = true } diff --git a/tutorials/Cargo.toml b/tutorials/Cargo.toml index 440b23a00..4f66f2c79 100644 --- a/tutorials/Cargo.toml +++ b/tutorials/Cargo.toml @@ -14,7 +14,7 @@ gst-audio = { package = "gstreamer-audio", path = "../gstreamer-audio" } gst-video = { package = "gstreamer-video", path = "../gstreamer-video" } gst-app = { package = "gstreamer-app", path = "../gstreamer-app" } gst-pbutils = { package = "gstreamer-pbutils", path = "../gstreamer-pbutils" } -byte-slice-cast = "0.3" +byte-slice-cast = "1" anyhow = "1" [features]