diff --git a/Cargo.toml b/Cargo.toml index 9aa26b5..c5ea0e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ uuid = { version = "1.7.0", 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" duration-str = "0.7.1"