diff --git a/experimental/third-party-schedulers/task-scheduler-rust/Cargo.toml b/experimental/third-party-schedulers/task-scheduler-rust/Cargo.toml index 9d7ed9e..9077f5b 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.2" [build-dependencies] tonic-build = { version = "0.13.0", features = ["transport", "prost"] }