diff --git a/Cargo.lock b/Cargo.lock index 4109bcebe..b36bc2eaf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5196,9 +5196,9 @@ dependencies = [ [[package]] name = "tabwriter" -version = "1.3.0" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08e1173ee641651a3095fe95d86ae314cd1f959888097debce3e0f9ca532eef1" +checksum = "a327282c4f64f6dc37e3bba4c2b6842cc3a992f204fa58d917696a89f691e5f6" dependencies = [ "unicode-width", ] diff --git a/Cargo.toml b/Cargo.toml index 94b6406ce..258755b83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -198,7 +198,7 @@ strsim = { version = "0.10", optional = true } strum = { version = "0.25", features = ["phf"] } strum_macros = "0.25" sysinfo = "0.30" -tabwriter = "1.3" +tabwriter = "1.4" tempfile = "3" test-data-generation = { version = "0.3", optional = true } thousands = { version = "0.2", optional = true }