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:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-09-10 12:24:24 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2024-09-10 12:24:24 +0100
commitea7aa01e1e2d89fb00c758943b135dc56cd7c1fc (patch)
treebdddd8ef03e54b605f967b526e8354a25c452b32 /Cargo.lock
parentf6f7f81f94fe00df0dd756b517848296a622867c (diff)
build: fix dependancy package errors
which were preventing the build process from running
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock39
1 files changed, 1 insertions, 38 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7dcf4a0..a3c6574 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1658,15 +1658,6 @@ checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
1658 1658
1659[[package]] 1659[[package]]
1660name = "memoffset" 1660name = "memoffset"
1661version = "0.6.5"
1662source = "registry+https://github.com/rust-lang/crates.io-index"
1663checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
1664dependencies = [
1665 "autocfg",
1666]
1667
1668[[package]]
1669name = "memoffset"
1670version = "0.7.1" 1661version = "0.7.1"
1671source = "registry+https://github.com/rust-lang/crates.io-index" 1662source = "registry+https://github.com/rust-lang/crates.io-index"
1672checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4" 1663checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
@@ -1777,7 +1768,6 @@ dependencies = [
1777 "nostr-sqlite", 1768 "nostr-sqlite",
1778 "once_cell", 1769 "once_cell",
1779 "passwords", 1770 "passwords",
1780 "rexpect 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
1781 "scrypt", 1771 "scrypt",
1782 "serde", 1772 "serde",
1783 "serde_json", 1773 "serde_json",
@@ -1791,20 +1781,6 @@ dependencies = [
1791 1781
1792[[package]] 1782[[package]]
1793name = "nix" 1783name = "nix"
1794version = "0.25.1"
1795source = "registry+https://github.com/rust-lang/crates.io-index"
1796checksum = "f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4"
1797dependencies = [
1798 "autocfg",
1799 "bitflags 1.3.2",
1800 "cfg-if",
1801 "libc",
1802 "memoffset 0.6.5",
1803 "pin-utils",
1804]
1805
1806[[package]]
1807name = "nix"
1808version = "0.26.4" 1784version = "0.26.4"
1809source = "registry+https://github.com/rust-lang/crates.io-index" 1785source = "registry+https://github.com/rust-lang/crates.io-index"
1810checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b" 1786checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
@@ -2536,19 +2512,6 @@ dependencies = [
2536[[package]] 2512[[package]]
2537name = "rexpect" 2513name = "rexpect"
2538version = "0.5.0" 2514version = "0.5.0"
2539source = "registry+https://github.com/rust-lang/crates.io-index"
2540checksum = "01ff60778f96fb5a48adbe421d21bf6578ed58c0872d712e7e08593c195adff8"
2541dependencies = [
2542 "comma",
2543 "nix 0.25.1",
2544 "regex",
2545 "tempfile",
2546 "thiserror",
2547]
2548
2549[[package]]
2550name = "rexpect"
2551version = "0.5.0"
2552source = "git+https://github.com/rust-cli/rexpect.git?rev=9eb61dd#9eb61dd444f25307639367ac7e1a49d5a1915d55" 2515source = "git+https://github.com/rust-cli/rexpect.git?rev=9eb61dd#9eb61dd444f25307639367ac7e1a49d5a1915d55"
2553dependencies = [ 2516dependencies = [
2554 "comma", 2517 "comma",
@@ -3070,7 +3033,7 @@ dependencies = [
3070 "nostr-sqlite", 3033 "nostr-sqlite",
3071 "once_cell", 3034 "once_cell",
3072 "rand", 3035 "rand",
3073 "rexpect 0.5.0 (git+https://github.com/rust-cli/rexpect.git?rev=9eb61dd)", 3036 "rexpect",
3074 "simple-websockets", 3037 "simple-websockets",
3075 "strip-ansi-escapes", 3038 "strip-ansi-escapes",
3076 "tokio", 3039 "tokio",