From 1205e70d607283f570b0c4e4f9ccd65ef72ee22e Mon Sep 17 00:00:00 2001 From: Richard Schneeman Date: Wed, 11 Oct 2023 11:16:15 -0500 Subject: [PATCH] Update commons/Cargo.toml Co-authored-by: Ed Morley <501702+edmorley@users.noreply.github.com> --- commons/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commons/Cargo.toml b/commons/Cargo.toml index 02349104..6bad8860 100644 --- a/commons/Cargo.toml +++ b/commons/Cargo.toml @@ -27,8 +27,8 @@ tempfile = "3" thiserror = "1" walkdir = "2" which_problem = "0.1" -ascii_table = { version = "4.0.2", features = ["color_codes"] } -const_format = "0.2.31" +ascii_table = { version = "4", features = ["color_codes"] } +const_format = "0.2" [dev-dependencies] indoc = "2"