diff --git a/Cargo.lock b/Cargo.lock index 534c4f7..325a9b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -546,7 +546,7 @@ version = "4.5.28" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bf4ced95c6f4a675af3da73304b9ac4ed991640c36374e4b46795c49e17cf1ed" dependencies = [ - "heck 0.5.0", + "heck", "proc-macro2", "quote", "syn 2.0.87", @@ -1166,12 +1166,6 @@ dependencies = [ "foldhash", ] -[[package]] -name = "heck" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9" - [[package]] name = "heck" version = "0.5.0" @@ -1990,9 +1984,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" [[package]] name = "papergrid" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2b0f8def1f117e13c895f3eda65a7b5650688da29d6ad04635f61bc7b92eebd" +checksum = "b915f831b85d984193fdc3d3611505871dc139b2534530fa01c1a6a6707b6723" dependencies = [ "bytecount", "fnv", @@ -2856,7 +2850,7 @@ version = "0.26.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" dependencies = [ - "heck 0.5.0", + "heck", "proc-macro2", "quote", "rustversion", @@ -2913,9 +2907,9 @@ dependencies = [ [[package]] name = "tabled" -version = "0.17.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6709222f3973137427ce50559cd564dc187a95b9cfe01613d2f4e93610e510a" +checksum = "121d8171ee5687a4978d1b244f7d99c43e7385a272185a2f1e1fa4dc0979d444" dependencies = [ "papergrid", "tabled_derive", @@ -2923,15 +2917,15 @@ dependencies = [ [[package]] name = "tabled_derive" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "931be476627d4c54070a1f3a9739ccbfec9b36b39815106a20cce2243bbcefe1" +checksum = "52d9946811baad81710ec921809e2af67ad77719418673b2a3794932d57b7538" dependencies = [ - "heck 0.4.0", + "heck", "proc-macro-error2", "proc-macro2", "quote", - "syn 1.0.107", + "syn 2.0.87", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 61842c7..d33f2f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ log = { version = "0.4.25", features = ["std"] } lazy_static = "1.5.0" ratatui = "0.29.0" crossterm = { version = "0.28.1", features = ["event-stream"] } -tabled = "0.17.0" +tabled = "0.18.0" tokio = { version = "1", features = ["full"] } slack-morphism = { version = "2.9.0", features = ["hyper"] } chrono = "0.4.39"