diff --git a/Cargo.lock b/Cargo.lock index d8eceef351a1..ba9a2c618feb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6798,13 +6798,13 @@ dependencies = [ [[package]] name = "termion" -version = "1.5.5" +version = "1.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c22cec9d8978d906be5ac94bceb5a010d885c626c4c8855721a4dbd20e3ac905" +checksum = "077185e2eac69c3f8379a4298e1e07cd36beb962290d4a51199acf0fdc10607e" 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..91040e222e94 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.5.6", 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..3a0acfa9c254 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.5.6" serde = { version = "1.0.120", features = ["derive"] } structopt = "0.3.21" rusoto_core = "0.46.0"