From ddde35847f789b0e847817884e06bd97cafa0ed9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 18:02:17 +0000 Subject: [PATCH] Bump termion from 1.5.5 to 2.0.1 Bumps termion from 1.5.5 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 | 6 +++--- consensus/Cargo.toml | 2 +- testsuite/cluster-test/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d8eceef351a1..df57563e4fa9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6798,13 +6798,13 @@ dependencies = [ [[package]] name = "termion" -version = "1.5.5" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c22cec9d8978d906be5ac94bceb5a010d885c626c4c8855721a4dbd20e3ac905" +checksum = "659c1f379f3408c7e5e84c7d0da6d93404e3800b6b9d063ba24436419302ec90" dependencies = [ "libc", "numtoa", - "redox_syscall 0.1.57", + "redox_syscall 0.2.4", "redox_termios", ] diff --git a/consensus/Cargo.toml b/consensus/Cargo.toml index 8440b5272d6b..c23f122fc82a 100644 --- a/consensus/Cargo.toml +++ b/consensus/Cargo.toml @@ -25,7 +25,7 @@ proptest = { version = "0.10.1", optional = true } rand = { version = "0.7.3", default-features = false } serde = { version = "1.0.120", default-features = false } serde_json = "1.0.61" -termion = { version = "1.5.5", default-features = false } +termion = { version = "2.0.1", default-features = false } thiserror = "1.0.23" tokio = { version = "1.0.2", features = ["full"] } diff --git a/testsuite/cluster-test/Cargo.toml b/testsuite/cluster-test/Cargo.toml index f171be00cf0c..aca4a57d28d3 100644 --- a/testsuite/cluster-test/Cargo.toml +++ b/testsuite/cluster-test/Cargo.toml @@ -20,7 +20,7 @@ regex = { version = "1.4.3", default-features = false, features = ["std", "perf" reqwest = { version = "0.11.0", features = ["blocking", "json"] } serde_json = "1.0.61" serde_yaml = "0.8.15" -termion = "1.5.5" +termion = "2.0.1" serde = { version = "1.0.120", features = ["derive"] } structopt = "0.3.21" rusoto_core = "0.46.0"