upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock18
1 files changed, 14 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7b373f0..e45d384 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1632,7 +1632,17 @@ dependencies = [
1632 "cfg-if", 1632 "cfg-if",
1633 "libc", 1633 "libc",
1634 "memoffset 0.7.1", 1634 "memoffset 0.7.1",
1635 "pin-utils", 1635]
1636
1637[[package]]
1638name = "nix"
1639version = "0.27.1"
1640source = "registry+https://github.com/rust-lang/crates.io-index"
1641checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
1642dependencies = [
1643 "bitflags 2.4.1",
1644 "cfg-if",
1645 "libc",
1636] 1646]
1637 1647
1638[[package]] 1648[[package]]
@@ -2287,10 +2297,10 @@ dependencies = [
2287[[package]] 2297[[package]]
2288name = "rexpect" 2298name = "rexpect"
2289version = "0.5.0" 2299version = "0.5.0"
2290source = "git+https://github.com/phaer/rexpect.git?branch=skip-ansi-escape-codes#f099dc4750e38a1c31d2ab06d7d3e0352679d85a" 2300source = "git+https://github.com/rust-cli/rexpect.git?rev=9eb61dd#9eb61dd444f25307639367ac7e1a49d5a1915d55"
2291dependencies = [ 2301dependencies = [
2292 "comma", 2302 "comma",
2293 "nix 0.26.4", 2303 "nix 0.27.1",
2294 "regex", 2304 "regex",
2295 "tempfile", 2305 "tempfile",
2296 "thiserror", 2306 "thiserror",
@@ -2786,7 +2796,7 @@ dependencies = [
2786 "nostr", 2796 "nostr",
2787 "once_cell", 2797 "once_cell",
2788 "rand", 2798 "rand",
2789 "rexpect 0.5.0 (git+https://github.com/phaer/rexpect.git?branch=skip-ansi-escape-codes)", 2799 "rexpect 0.5.0 (git+https://github.com/rust-cli/rexpect.git?rev=9eb61dd)",
2790 "simple-websockets", 2800 "simple-websockets",
2791 "strip-ansi-escapes", 2801 "strip-ansi-escapes",
2792 "tungstenite", 2802 "tungstenite",