diff options
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" |