From 3d39ad05b4b4fe060be302ef66b33bd38b31a26c Mon Sep 17 00:00:00 2001 From: amircodota <25413470+amircodota@users.noreply.github.com> Date: Fri, 27 Jan 2023 11:31:01 +0200 Subject: [PATCH] upgrade prettytable-rs --- timed/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timed/Cargo.toml b/timed/Cargo.toml index d0014ba..b824771 100644 --- a/timed/Cargo.toml +++ b/timed/Cargo.toml @@ -13,4 +13,4 @@ timed_proc_macros = { version = "0.2.0" } # timed_proc_macros = { path = "../timed_proc_macros" } lazy_static = "1.4.0" thiserror = "1.0.21" -prettytable-rs = "^0.8" +prettytable-rs = "^0.10"