From ae24fa5b927ceecc8d53d93ddca9a3dc3ba058f9 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2024 04:58:02 +0000 Subject: [PATCH] Update Rust crate tabled to 0.16.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 83aea83ddfb..48f2f446e14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -568,7 +568,7 @@ supports-color = "3.0.0" swrite = "0.1.0" libsw = { version = "3.3.1", features = ["tokio"] } syn = { version = "2.0" } -tabled = "0.15.0" +tabled = "0.16.0" tar = "0.4" tempfile = "3.10" term = "0.7"