diff --git a/examples/Cargo.toml b/examples/Cargo.toml index fd9da7fc5..8e65445aa 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -19,7 +19,7 @@ gdk = { git = "https://github.com/gtk-rs/gdk", optional = true } gio = { git = "https://github.com/gtk-rs/gio", optional = true } futures = { version = "0.2", optional = true } send-cell = "0.1" -byte-slice-cast = "0.1" +byte-slice-cast = "0.2" failure = "0.1" failure_derive = "0.1" diff --git a/tutorials/Cargo.toml b/tutorials/Cargo.toml index 616a70d2a..533f8935b 100644 --- a/tutorials/Cargo.toml +++ b/tutorials/Cargo.toml @@ -12,7 +12,7 @@ gstreamer-audio = { path = "../gstreamer-audio" } gstreamer-video = { path = "../gstreamer-video" } gstreamer-app = { path = "../gstreamer-app" } send-cell = "0.1" -byte-slice-cast = "0.1" +byte-slice-cast = "0.2" [badges] travis-ci = { repository = "sdroege/gstreamer-rs", branch = "master" }