From 2a72b7b8d050c04c3fc7cc044cdd08012ddadfa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 15:54:55 +0000 Subject: [PATCH] build(deps): bump tabwriter from 1.2.1 to 1.3.0 Bumps [tabwriter](https://github.com/BurntSushi/tabwriter) from 1.2.1 to 1.3.0. - [Commits](https://github.com/BurntSushi/tabwriter/compare/1.2.1...1.3.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 c4d1073e4..7f1ade4ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5140,9 +5140,9 @@ dependencies = [ [[package]] name = "tabwriter" -version = "1.2.1" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36205cfc997faadcc4b0b87aaef3fbedafe20d38d4959a7ca6ff803564051111" +checksum = "08e1173ee641651a3095fe95d86ae314cd1f959888097debce3e0f9ca532eef1" dependencies = [ "unicode-width", ] diff --git a/Cargo.toml b/Cargo.toml index c6c03f403..09d879fa6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -187,7 +187,7 @@ strsim = { version = "0.10", optional = true } strum = "0.25" strum_macros = "0.25" sysinfo = "0.29" -tabwriter = "1.2" +tabwriter = "1.3" tempfile = "3" test-data-generation = { version = "0.3", optional = true } thousands = "0.2"