From c3550dd368256aa2e6d6069682dab79181dd6dd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Dec 2022 08:03:19 +0000 Subject: [PATCH] Update prettytable-rs requirement from 0.8 to 0.10 Updates the requirements on [prettytable-rs](https://github.com/phsym/prettytable-rs) to permit the latest version. - [Release notes](https://github.com/phsym/prettytable-rs/releases) - [Changelog](https://github.com/phsym/prettytable-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/phsym/prettytable-rs/compare/v0.8.0...v0.10.0) --- updated-dependencies: - dependency-name: prettytable-rs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2169e00..be67677 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,4 +12,4 @@ serde = "1.0" serde_json = "1.0" serde_derive = "1.0" chrono = "0.4" -prettytable-rs = "0.8" +prettytable-rs = "0.10"