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 --- Cargo.lock | 18 ++++++++++++++---- test_utils/Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7b373f0..e45d384 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1632,7 +1632,17 @@ dependencies = [ "cfg-if", "libc", "memoffset 0.7.1", - "pin-utils", +] + +[[package]] +name = "nix" +version = "0.27.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053" +dependencies = [ + "bitflags 2.4.1", + "cfg-if", + "libc", ] [[package]] @@ -2287,10 +2297,10 @@ dependencies = [ [[package]] name = "rexpect" version = "0.5.0" -source = "git+https://github.com/phaer/rexpect.git?branch=skip-ansi-escape-codes#f099dc4750e38a1c31d2ab06d7d3e0352679d85a" +source = "git+https://github.com/rust-cli/rexpect.git?rev=9eb61dd#9eb61dd444f25307639367ac7e1a49d5a1915d55" dependencies = [ "comma", - "nix 0.26.4", + "nix 0.27.1", "regex", "tempfile", "thiserror", @@ -2786,7 +2796,7 @@ dependencies = [ "nostr", "once_cell", "rand", - "rexpect 0.5.0 (git+https://github.com/phaer/rexpect.git?branch=skip-ansi-escape-codes)", + "rexpect 0.5.0 (git+https://github.com/rust-cli/rexpect.git?rev=9eb61dd)", "simple-websockets", "strip-ansi-escapes", "tungstenite", 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