upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock39
-rw-r--r--Cargo.toml2
-rw-r--r--test_utils/Cargo.toml4
3 files changed, 11 insertions, 34 deletions
diff --git a/Cargo.lock b/Cargo.lock
index fd3960d..dba1bda 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -409,19 +409,6 @@ checksum = "55b672471b4e9f9e95499ea597ff64941a309b2cdbffcc46f2cc5e2d971fd335"
409 409
410[[package]] 410[[package]]
411name = "console" 411name = "console"
412version = "0.15.11"
413source = "registry+https://github.com/rust-lang/crates.io-index"
414checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
415dependencies = [
416 "encode_unicode",
417 "libc",
418 "once_cell",
419 "unicode-width",
420 "windows-sys 0.59.0",
421]
422
423[[package]]
424name = "console"
425version = "0.16.1" 412version = "0.16.1"
426source = "registry+https://github.com/rust-lang/crates.io-index" 413source = "registry+https://github.com/rust-lang/crates.io-index"
427checksum = "b430743a6eb14e9764d4260d4c0d8123087d504eeb9c48f2b2a5e810dd369df4" 414checksum = "b430743a6eb14e9764d4260d4c0d8123087d504eeb9c48f2b2a5e810dd369df4"
@@ -492,14 +479,13 @@ checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
492 479
493[[package]] 480[[package]]
494name = "dialoguer" 481name = "dialoguer"
495version = "0.11.0" 482version = "0.12.0"
496source = "registry+https://github.com/rust-lang/crates.io-index" 483source = "registry+https://github.com/rust-lang/crates.io-index"
497checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de" 484checksum = "25f104b501bf2364e78d0d3974cbc774f738f5865306ed128e1e0d7499c0ad96"
498dependencies = [ 485dependencies = [
499 "console 0.15.11", 486 "console",
500 "shell-words", 487 "shell-words",
501 "tempfile", 488 "tempfile",
502 "thiserror 1.0.69",
503 "zeroize", 489 "zeroize",
504] 490]
505 491
@@ -1184,7 +1170,7 @@ version = "0.18.0"
1184source = "registry+https://github.com/rust-lang/crates.io-index" 1170source = "registry+https://github.com/rust-lang/crates.io-index"
1185checksum = "70a646d946d06bedbbc4cac4c218acf4bbf2d87757a784857025f4d447e4e1cd" 1171checksum = "70a646d946d06bedbbc4cac4c218acf4bbf2d87757a784857025f4d447e4e1cd"
1186dependencies = [ 1172dependencies = [
1187 "console 0.16.1", 1173 "console",
1188 "portable-atomic", 1174 "portable-atomic",
1189 "unicode-width", 1175 "unicode-width",
1190 "unit-prefix", 1176 "unit-prefix",
@@ -1452,7 +1438,7 @@ dependencies = [
1452 "auth-git2", 1438 "auth-git2",
1453 "chacha20poly1305", 1439 "chacha20poly1305",
1454 "clap", 1440 "clap",
1455 "console 0.16.1", 1441 "console",
1456 "dialoguer", 1442 "dialoguer",
1457 "directories", 1443 "directories",
1458 "futures", 1444 "futures",
@@ -2604,7 +2590,7 @@ dependencies = [
2604 "simple-websockets", 2590 "simple-websockets",
2605 "strip-ansi-escapes", 2591 "strip-ansi-escapes",
2606 "tokio", 2592 "tokio",
2607 "tungstenite 0.27.0", 2593 "tungstenite 0.28.0",
2608] 2594]
2609 2595
2610[[package]] 2596[[package]]
@@ -2883,9 +2869,9 @@ dependencies = [
2883 2869
2884[[package]] 2870[[package]]
2885name = "tungstenite" 2871name = "tungstenite"
2886version = "0.27.0" 2872version = "0.28.0"
2887source = "registry+https://github.com/rust-lang/crates.io-index" 2873source = "registry+https://github.com/rust-lang/crates.io-index"
2888checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d" 2874checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
2889dependencies = [ 2875dependencies = [
2890 "bytes", 2876 "bytes",
2891 "data-encoding", 2877 "data-encoding",
@@ -3227,15 +3213,6 @@ dependencies = [
3227 3213
3228[[package]] 3214[[package]]
3229name = "windows-sys" 3215name = "windows-sys"
3230version = "0.59.0"
3231source = "registry+https://github.com/rust-lang/crates.io-index"
3232checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
3233dependencies = [
3234 "windows-targets 0.52.6",
3235]
3236
3237[[package]]
3238name = "windows-sys"
3239version = "0.60.2" 3216version = "0.60.2"
3240source = "registry+https://github.com/rust-lang/crates.io-index" 3217source = "registry+https://github.com/rust-lang/crates.io-index"
3241checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 3218checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
diff --git a/Cargo.toml b/Cargo.toml
index e3f9aa4..ae40d93 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,7 +18,7 @@ auth-git2 = "0.5.8"
18chacha20poly1305 = "0.10.1" 18chacha20poly1305 = "0.10.1"
19clap = { version = "4.5.41", features = ["derive"] } 19clap = { version = "4.5.41", features = ["derive"] }
20console = "0.16.0" 20console = "0.16.0"
21dialoguer = "0.11.0" 21dialoguer = "0.12.0"
22directories = "6.0.0" 22directories = "6.0.0"
23futures = "0.3.31" 23futures = "0.3.31"
24git2 = "0.20.2" 24git2 = "0.20.2"
diff --git a/test_utils/Cargo.toml b/test_utils/Cargo.toml
index 236ba80..016cc19 100644
--- a/test_utils/Cargo.toml
+++ b/test_utils/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2021"
6[dependencies] 6[dependencies]
7anyhow = "1.0.98" 7anyhow = "1.0.98"
8assert_cmd = "2.0.17" 8assert_cmd = "2.0.17"
9dialoguer = "0.11.0" 9dialoguer = "0.12.0"
10directories = "6.0.0" 10directories = "6.0.0"
11futures = "0.3.31" 11futures = "0.3.31"
12git2 = "0.20.2" 12git2 = "0.20.2"
@@ -20,5 +20,5 @@ rexpect = { git = "https://github.com/rust-cli/rexpect.git", rev = "9eb61dd" }
20simple-websockets = { git = "https://github.com/DanConwayDev/simple-websockets", branch= "auto-release-port" } 20simple-websockets = { git = "https://github.com/DanConwayDev/simple-websockets", branch= "auto-release-port" }
21strip-ansi-escapes = "0.2.1" 21strip-ansi-escapes = "0.2.1"
22tokio = { version = "1.46.1", features = ["full"] } 22tokio = { version = "1.46.1", features = ["full"] }
23tungstenite = "0.27.0" 23tungstenite = "0.28.0"
24sha2 = "0.10" 24sha2 = "0.10"