From 0a835b4081a058b476b0be79397c375261ec5ddc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 06:29:00 +0000 Subject: [PATCH] build(deps): update rustyline requirement Updates the requirements on [rustyline](https://github.com/kkawakam/rustyline) to permit the latest version. - [Release notes](https://github.com/kkawakam/rustyline/releases) - [Changelog](https://github.com/kkawakam/rustyline/blob/master/History.md) - [Commits](https://github.com/kkawakam/rustyline/compare/v15.0.0...v17.0.1) --- updated-dependencies: - dependency-name: rustyline dependency-version: 17.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../third-party-schedulers/task-scheduler-rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experimental/third-party-schedulers/task-scheduler-rust/Cargo.toml b/experimental/third-party-schedulers/task-scheduler-rust/Cargo.toml index 9d7ed9e..8039f5c 100644 --- a/experimental/third-party-schedulers/task-scheduler-rust/Cargo.toml +++ b/experimental/third-party-schedulers/task-scheduler-rust/Cargo.toml @@ -56,7 +56,7 @@ anyhow = "1.0" libloading = "0.8" notify = "8.0.0" notify-debouncer-full = "0.5.0" -rustyline = "15.0.0" +rustyline = "17.0.1" [build-dependencies] tonic-build = { version = "0.13.0", features = ["transport", "prost"] }