diff --git a/tutorials/Cargo.toml b/tutorials/Cargo.toml index c1469e625..cf87e7b66 100644 --- a/tutorials/Cargo.toml +++ b/tutorials/Cargo.toml @@ -17,7 +17,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 = "1.5", optional = true } +termion = { version = "2", optional = true } [target.'cfg(target_os = "macos")'.dependencies] cocoa = "0.24"