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-07-16 09:39:00 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2025-07-16 09:39:00 +0100
commit04e7aaf905eda270aedde8c2ca9228ec90e9905f (patch)
tree77e054299b9940d653e46110fd6d93ffe5d26e57 /Cargo.toml
parentb01908c12af958726347018bcdc952751f8c8e17 (diff)
chore: bump console indicatif
as the breaking changes don't impact ngit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4311dd7..2b7b529 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,12 +17,12 @@ async-trait = "0.1.88"
17auth-git2 = "0.5.8" 17auth-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.15.11" 20console = "0.16.0"
21dialoguer = "0.11.0" 21dialoguer = "0.11.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"
25indicatif = "0.17.11" 25indicatif = "0.18.0"
26nostr = { version = "0.41.0", features = ["nip05", "nip49"] } 26nostr = { version = "0.41.0", features = ["nip05", "nip49"] }
27nostr-connect = "0.41.0" 27nostr-connect = "0.41.0"
28nostr-database = "0.41.0" 28nostr-database = "0.41.0"