From 270cf704eac98dc18081d58bb4a47c14569f55fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 15:12:33 +0000 Subject: [PATCH] build(deps): bump tabwriter from 1.3.0 to 1.4.0 Bumps [tabwriter](https://github.com/BurntSushi/tabwriter) from 1.3.0 to 1.4.0. - [Commits](https://github.com/BurntSushi/tabwriter/compare/1.3.0...1.4.0) --- updated-dependencies: - dependency-name: tabwriter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 }