diff --git a/Cargo.lock b/Cargo.lock index 71d4409c..b96ef522 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3893,9 +3893,9 @@ dependencies = [ [[package]] name = "papergrid" -version = "0.17.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6978128c8b51d8f4080631ceb2302ab51e32cc6e8615f735ee2f83fd269ae3f1" +checksum = "d0984e668274d34691bc2b262ef0d115de5fa9973bcdee7ae32213f93099153e" dependencies = [ "bytecount", "fnv", @@ -5807,9 +5807,9 @@ dependencies = [ [[package]] name = "tabled" -version = "0.20.0" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e39a2ee1fbcd360805a771e1b300f78cc88fec7b8d3e2f71cd37bbf23e725c7d" +checksum = "b5dc662e6da844ad6e428ad16b57967c9d33c82e16bb1c258326c0c078605dff" dependencies = [ "papergrid", "tabled_derive", diff --git a/dragonfly-client/Cargo.toml b/dragonfly-client/Cargo.toml index 9509ac87..6a796f2e 100644 --- a/dragonfly-client/Cargo.toml +++ b/dragonfly-client/Cargo.toml @@ -98,7 +98,7 @@ tower = { version = "=0.5.3", features = ["limit", "load-shed", "buffer"] } indicatif = "0.18.4" http-body-util = "0.1.3" termion = "4.0.6" -tabled = "0.20.0" +tabled = "0.21.0" path-absolutize = "3.1.1" rand = "0.9.4" glob = "0.3.3"