From 5b35a9e79273419fbf1f65cbcdae522ef98cb6dc Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 05:44:23 +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 55859ae9e6..b95ff2bd72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -571,7 +571,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"