diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-07-16 09:39:00 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-07-16 09:39:00 +0100 |
| commit | 04e7aaf905eda270aedde8c2ca9228ec90e9905f (patch) | |
| tree | 77e054299b9940d653e46110fd6d93ffe5d26e57 /Cargo.toml | |
| parent | b01908c12af958726347018bcdc952751f8c8e17 (diff) | |
chore: bump console indicatif
as the breaking changes don't impact ngit
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -17,12 +17,12 @@ async-trait = "0.1.88" | |||
| 17 | auth-git2 = "0.5.8" | 17 | auth-git2 = "0.5.8" |
| 18 | chacha20poly1305 = "0.10.1" | 18 | chacha20poly1305 = "0.10.1" |
| 19 | clap = { version = "4.5.41", features = ["derive"] } | 19 | clap = { version = "4.5.41", features = ["derive"] } |
| 20 | console = "0.15.11" | 20 | console = "0.16.0" |
| 21 | dialoguer = "0.11.0" | 21 | dialoguer = "0.11.0" |
| 22 | directories = "6.0.0" | 22 | directories = "6.0.0" |
| 23 | futures = "0.3.31" | 23 | futures = "0.3.31" |
| 24 | git2 = "0.20.2" | 24 | git2 = "0.20.2" |
| 25 | indicatif = "0.17.11" | 25 | indicatif = "0.18.0" |
| 26 | nostr = { version = "0.41.0", features = ["nip05", "nip49"] } | 26 | nostr = { version = "0.41.0", features = ["nip05", "nip49"] } |
| 27 | nostr-connect = "0.41.0" | 27 | nostr-connect = "0.41.0" |
| 28 | nostr-database = "0.41.0" | 28 | nostr-database = "0.41.0" |