From 69f9b876da38807b4405d39043b30d173c68c831 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 22:37:24 +0000 Subject: [PATCH] Update Rust crate tabled to 0.15.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a87b82b..9a996a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ uuid = { version = "1.6.1", features = ["v4"] } tempfile = "3.9.0" base64 = "0.21.7" regex = "1.10.3" -tabled = { version = "0.14.0", features = ["color"] } +tabled = { version = "0.15.0", features = ["color"] } time = "0.3.31" clap_complete = "4.4.9" serde_yaml = "0.9.30"