diff --git a/Cargo.toml b/Cargo.toml index 38f4999..181267a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ serde_json = "1" tokio = { version = "1", features = ["full"] } clap = { version = "4", features = ["derive"] } toml = "1.0" -toml_edit = "0.22" +toml_edit = "0.25" colored = "2" tabled = "0.15" async-trait = "0.1"