From 47394a437f365ef98cb60b20269be24943fd7068 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 22 Oct 2022 18:30:48 +0300 Subject: [PATCH] tutorials: Update to termion 2 --- tutorials/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"