From e85910aa72e650d93431264499b65db8598c008b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Jun 2024 01:10:43 +0000 Subject: [PATCH] chore(deps): bump termion from 3.0.0 to 4.0.2 Bumps termion from 3.0.0 to 4.0.2. --- updated-dependencies: - dependency-name: termion dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b959dea..e4b39f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1405,9 +1405,9 @@ dependencies = [ [[package]] name = "termion" -version = "3.0.0" +version = "4.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "417813675a504dfbbf21bfde32c03e5bf9f2413999962b479023c02848c1c7a5" +checksum = "1ccce68e518d1173e80876edd54760b60b792750d0cab6444a79101c6ea03848" dependencies = [ "libc", "libredox", diff --git a/Cargo.toml b/Cargo.toml index ee0c29e..ccc10d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ rpos = "0.3.0" serde = { version = "1.0.203", features = ["derive"] } serde_json = "1.0.118" structopt = "0.3.20" -termion = "3.0.0" +termion = "4.0.2" tokio = { version = "1.38.0", features = ["full"] } unicode-width = "0.1.13" url = "2.5.2"