From 617177a57e8e9694fd5c3016cd2308efb20952d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 02:17:32 +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 7e2c94c..a79e07a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -284,9 +284,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 9e3e190..6906e76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ name = "bo" path = "src/main.rs" [dependencies] -termion = "1" +termion = "2" unicode-segmentation = "1" structopt = "~0.3.22" serde = { version = "1.0", features = ["derive"] }