From 2d94ef2d334b688e8df2f2af30f3302b8252c5a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 17:50:51 +0000 Subject: [PATCH] Bump termion from 1.5.5 to 1.6.0 Bumps termion from 1.5.5 to 1.6.0. --- updated-dependencies: - dependency-name: termion dependency-type: direct:production update-type: version-update:semver-minor ... 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..29e2b173590c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6798,13 +6798,13 @@ dependencies = [ [[package]] name = "termion" -version = "1.5.5" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c22cec9d8978d906be5ac94bceb5a010d885c626c4c8855721a4dbd20e3ac905" +checksum = "62d7c1152569a7aede026071f711697c9bb15a2abf8cf654eb30dcad1aa3a64e" 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..421321ddbbc3 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 = "1.6.0", 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..dda2e8d27523 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 = "1.6.0" serde = { version = "1.0.120", features = ["derive"] } structopt = "0.3.21" rusoto_core = "0.46.0"