diff --git a/Cargo.lock b/Cargo.lock index 230dff7..d198401 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1966,10 +1966,11 @@ dependencies = [ [[package]] name = "rustyline-derive" -version = "0.6.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb35a55ab810b5c0fe31606fe9b47d1354e4dc519bec0a102655f78ea2b38057" +checksum = "8218eaf5d960e3c478a1b0f129fa888dd3d8d22eb3de097e9af14c1ab4438024" dependencies = [ + "proc-macro2", "quote", "syn", ] diff --git a/Cargo.toml b/Cargo.toml index 7c7d3af..b2819da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ mysql-support = ["mysql"] anyhow = "1.0" thiserror = "1.0" rustyline = "11.0.0" -rustyline-derive = "0.6" +rustyline-derive = "0.8" dirs = "4.0" structopt = "0.3" prettytable-rs = "^0.10"