From bb0b1c6b10f4912150cb3e33e6af8a6fdd9bde44 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Tue, 23 Jan 2024 00:00:00 +0000 Subject: chore: bump rexpect the branch that was referenced was merged 3 months ago but there hasn't been a new release so targeting the merge commit --- test_utils/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test_utils') diff --git a/test_utils/Cargo.toml b/test_utils/Cargo.toml index 5dcd41a..d4d8132 100644 --- a/test_utils/Cargo.toml +++ b/test_utils/Cargo.toml @@ -12,7 +12,7 @@ git2 = "0.18.1" nostr = "0.25.0" once_cell = "1.18.0" rand = "0.8" -rexpect = { git = "https://github.com/phaer/rexpect.git", branch= "skip-ansi-escape-codes" } +rexpect = { git = "https://github.com/rust-cli/rexpect.git", rev = "9eb61dd" } simple-websockets = { git = "https://github.com/DanConwayDev/simple-websockets", branch= "auto-release-port" } strip-ansi-escapes = "0.2.0" tungstenite = "0.20.1" -- cgit v1.2.3