From d510f523a8ac60dcd5f48dd4767d135d077d7625 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 01:32:02 +0000 Subject: [PATCH] Bump termion from 1.5.6 to 2.0.1 Bumps termion from 1.5.6 to 2.0.1. --- 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 f60d3ef..68b3cb7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -479,9 +479,9 @@ dependencies = [ [[package]] name = "termion" -version = "1.5.6" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "077185e2eac69c3f8379a4298e1e07cd36beb962290d4a51199acf0fdc10607e" +checksum = "659c1f379f3408c7e5e84c7d0da6d93404e3800b6b9d063ba24436419302ec90" dependencies = [ "libc", "numtoa", diff --git a/Cargo.toml b/Cargo.toml index ccbd846..abedec5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,4 +14,4 @@ log = "0.4.17" notify = "4.0.17" ssh2 = "0.9.3" stderrlog = "0.5.3" -termion = "1.5.6" +termion = "2.0.1"