From 1f17235bb15974317758d7e42d67ae8874184267 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 06:15:57 +0000 Subject: [PATCH] Bump rustyline-derive from 0.6.0 to 0.8.0 Bumps [rustyline-derive](https://github.com/kkawakam/rustyline) from 0.6.0 to 0.8.0. - [Release notes](https://github.com/kkawakam/rustyline/releases) - [Changelog](https://github.com/kkawakam/rustyline/blob/master/History.md) - [Commits](https://github.com/kkawakam/rustyline/commits) --- updated-dependencies: - dependency-name: rustyline-derive dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) 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"