upleb.uk

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

summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2025-05-06 14:51:02 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2025-05-06 14:51:02 +0100
commitd33cb027357c7cc82679548ee999ead2cc2a6ecc (patch)
tree2be08b55caefaf2c0252ee9713b9e4b0d9df1d68 /Cargo.toml
parentb3e5233f6258dd4508d1840b4cb90e1f4f5b6447 (diff)
chore: bump dialoguer v0.11.0
and fix breaking changes
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index baef2a6..5436740 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,7 +18,7 @@ auth-git2 = "0.5.4"
18chacha20poly1305 = "0.10.1" 18chacha20poly1305 = "0.10.1"
19clap = { version = "4.3.19", features = ["derive"] } 19clap = { version = "4.3.19", features = ["derive"] }
20console = "0.15.7" 20console = "0.15.7"
21dialoguer = "0.10.4" 21dialoguer = "0.11.0"
22directories = "6.0.0" 22directories = "6.0.0"
23futures = "0.3.28" 23futures = "0.3.28"
24git2 = "0.20.2" 24git2 = "0.20.2"