From 7b57138b921684d18338851f08cb37240a673f7c Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Wed, 11 Jan 2023 01:01:30 +0000 Subject: [PATCH] clearscreen 2.0 --- Cargo.lock | 9 +++++---- Cargo.toml | 2 +- qa/supply-chain/audits.toml | 5 +++++ qa/supply-chain/config.toml | 2 +- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b41976dc6..a504bc7d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -329,9 +329,9 @@ dependencies = [ [[package]] name = "clearscreen" -version = "1.0.11" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e55dadbdd203f69c0a107bc78fca6e47d605345610ee77dcf24203fdf510b317" +checksum = "41aa24cc5e1d6b3fc49ad4cd540b522fedcbe88bc6f259ff16e20e7010b6f8c7" dependencies = [ "nix", "terminfo", @@ -1153,13 +1153,14 @@ dependencies = [ [[package]] name = "nix" -version = "0.24.3" +version = "0.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069" +checksum = "46a58d1d356c6597d08cde02c2f09d785b09e28711837b1ed667dc652c08a694" dependencies = [ "bitflags", "cfg-if 1.0.0", "libc", + "static_assertions", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index e31afdd06..29dba4bea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -97,7 +97,7 @@ uint = "0.9" # (also depends on tracing, and tracing-subscriber with "env-filter" and "fmt" features) anyhow = "1.0" backtrace = "0.3" -clearscreen = "1.0" +clearscreen = "2.0" rand = "0.8" secrecy = "0.8" thiserror = "1" diff --git a/qa/supply-chain/audits.toml b/qa/supply-chain/audits.toml index d154af6f8..4c4457cdb 100644 --- a/qa/supply-chain/audits.toml +++ b/qa/supply-chain/audits.toml @@ -87,6 +87,11 @@ who = "Jack Grigg " criteria = "safe-to-deploy" delta = "1.0.10 -> 1.0.11" +[[audits.clearscreen]] +who = "Jack Grigg " +criteria = "safe-to-deploy" +delta = "1.0.11 -> 2.0.0" + [[audits.cpufeatures]] who = "Jack Grigg " criteria = "safe-to-deploy" diff --git a/qa/supply-chain/config.toml b/qa/supply-chain/config.toml index be34ae466..0a15b187a 100644 --- a/qa/supply-chain/config.toml +++ b/qa/supply-chain/config.toml @@ -391,7 +391,7 @@ version = "0.8.2" criteria = "safe-to-deploy" [[exemptions.nix]] -version = "0.24.3" +version = "0.26.1" criteria = "safe-to-deploy" [[exemptions.nom]]