From f1691109175cc0f9fb2c265101e4f94e4ade0136 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 08:31:07 +0000 Subject: [PATCH] deps: bump rustyline-async from 0.4.4 to 0.4.5 Bumps [rustyline-async](https://github.com/zyansheep/rustyline-async) from 0.4.4 to 0.4.5. - [Release notes](https://github.com/zyansheep/rustyline-async/releases) - [Commits](https://github.com/zyansheep/rustyline-async/compare/v0.4.4...v0.4.5) --- updated-dependencies: - dependency-name: rustyline-async dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f46c61cad..6650059b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4611,12 +4611,11 @@ dependencies = [ [[package]] name = "rustyline-async" -version = "0.4.4" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b8a29112291cda41f18306ed8919c49360e5273328162445ca250aae37c8f89" +checksum = "6fa3f78c2ea57b827be4c11adbfed26e5fe1b49fb6fb7826e2a9eebbc2e8db10" dependencies = [ "crossterm", - "futures-channel", "futures-util", "pin-project", "thingbuf",