From 2ebb609c0d765af99cf5abf4a1df218741e9dab7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 02:57:54 +0000 Subject: [PATCH] Update Rust crate expectrl to 0.8.0 --- src-prompt/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-prompt/Cargo.toml b/src-prompt/Cargo.toml index 39a7164..b7a36d4 100644 --- a/src-prompt/Cargo.toml +++ b/src-prompt/Cargo.toml @@ -29,4 +29,4 @@ src-testtools = { path = "../tests/tools" } serial_test = { version = "3.4.0", default-features = false } [target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os = "macos"))'.dev-dependencies] -expectrl = "0.7.0" +expectrl = "0.8.0"