diff --git a/Cargo.lock b/Cargo.lock index 739d12d6f..31ae313fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2273,9 +2273,9 @@ dependencies = [ [[package]] name = "termion" -version = "2.0.3" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4648c7def6f2043b2568617b9f9b75eae88ca185dbc1f1fda30e95a85d49d7d" +checksum = "417813675a504dfbbf21bfde32c03e5bf9f2413999962b479023c02848c1c7a5" dependencies = [ "libc", "libredox", diff --git a/tutorials/Cargo.toml b/tutorials/Cargo.toml index 4e6578ae3..a84dd200d 100644 --- a/tutorials/Cargo.toml +++ b/tutorials/Cargo.toml @@ -15,7 +15,7 @@ gst-app = { package = "gstreamer-app", path = "../gstreamer-app" } gst-pbutils = { package = "gstreamer-pbutils", path = "../gstreamer-pbutils" } byte-slice-cast = "1" anyhow = "1" -termion = { version = "2", optional = true } +termion = { version = "3", optional = true } async-channel = "2.0.0" futures = "0.3"