From 1643c3dbcde7b296fe751df4db2181e9a4cfdaf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 01:18:15 +0000 Subject: [PATCH] build(deps): bump rustyline-derive from 0.10.0 to 0.12.0 Bumps [rustyline-derive](https://github.com/kkawakam/rustyline) from 0.10.0 to 0.12.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-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- crates/klyron_shell/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6786e75a..e6c5232c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6962,9 +6962,9 @@ dependencies = [ [[package]] name = "rustyline-derive" -version = "0.10.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5af959c8bf6af1aff6d2b463a57f71aae53d1332da58419e30ad8dc7011d951" +checksum = "64e5587417a3c4e16a4415e8d7d07f80998ed835ade621d19dfbe9fbe3205b0f" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 5af191a7..02e2405b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -144,7 +144,7 @@ rayon = "1" regex = "1" reqwest = { version = "0.12", default-features = false, features = ["json", "stream", "native-tls"] } rustyline = "14" -rustyline-derive = "0.10" +rustyline-derive = "0.12" semver = "1" serde = { version = "1", features = ["derive"] } serde_json = "1" diff --git a/crates/klyron_shell/Cargo.toml b/crates/klyron_shell/Cargo.toml index b04459b9..f292c758 100644 --- a/crates/klyron_shell/Cargo.toml +++ b/crates/klyron_shell/Cargo.toml @@ -6,7 +6,7 @@ license.workspace = true [dependencies] rustyline = "14" -rustyline-derive = "0.10" +rustyline-derive = "0.12" anyhow.workspace = true tracing.workspace = true serde_json.workspace = true