diff --git a/Cargo.lock b/Cargo.lock index 50821fe..c7598f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1618,9 +1618,9 @@ dependencies = [ [[package]] name = "tabled" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d38d39c754ae037a9bc3ca1580a985db7371cd14f1229172d1db9093feb6739" +checksum = "dfe9c3632da101aba5131ed63f9eed38665f8b3c68703a6bb18124835c1a5d22" dependencies = [ "papergrid", "tabled_derive", diff --git a/Cargo.toml b/Cargo.toml index 42ba9af..aecc676 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ log = { version = "0.4.19", features = ["std"] } lazy_static = "1.4.0" tui = "0.19.0" crossterm = { version = "0.26.1", features = ["event-stream"] } -tabled = "0.13.0" +tabled = "0.14.0" tokio = { version = "1", features = ["full"] } slack-morphism = { version = "1.14.0", features = ["hyper"] } chrono = "0.4.26"