From ff6f72ec8738d15786739a4ba94044afe0032426 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 14:56:26 +0000 Subject: [PATCH] Update tabled requirement from 0.15.0 to 0.16.0 in /automata-learning Updates the requirements on [tabled](https://github.com/zhiburt/tabled) to permit the latest version. - [Changelog](https://github.com/zhiburt/tabled/blob/master/CHANGELOG.md) - [Commits](https://github.com/zhiburt/tabled/commits) --- updated-dependencies: - dependency-name: tabled dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- automata-learning/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automata-learning/Cargo.toml b/automata-learning/Cargo.toml index 0492d2e..ac333df 100644 --- a/automata-learning/Cargo.toml +++ b/automata-learning/Cargo.toml @@ -9,7 +9,7 @@ tracing-subscriber = "0.3" automata = { git = "https://github.com/leonbohn/automata", rev = "7264bb8"} itertools = "0.12" impl-tools = "0.10.0" -tabled = { version = "0.15.0", features = ["ansi"] } +tabled = { version = "0.16.0", features = ["ansi"] } owo-colors = "4.0.0" alea = "0.2" either = "1.9.0"