diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 32 |
1 files changed, 16 insertions, 16 deletions
| @@ -12,37 +12,37 @@ keywords = ["nostr", "git"] | |||
| 12 | categories = ["command-line-utilities","development-tools"] | 12 | categories = ["command-line-utilities","development-tools"] |
| 13 | 13 | ||
| 14 | [dependencies] | 14 | [dependencies] |
| 15 | anyhow = "1.0.75" | 15 | anyhow = "1.0.98" |
| 16 | async-trait = "0.1.73" | 16 | async-trait = "0.1.88" |
| 17 | auth-git2 = "0.5.4" | 17 | auth-git2 = "0.5.8" |
| 18 | chacha20poly1305 = "0.10.1" | 18 | chacha20poly1305 = "0.10.1" |
| 19 | clap = { version = "4.3.19", features = ["derive"] } | 19 | clap = { version = "4.5.41", features = ["derive"] } |
| 20 | console = "0.15.7" | 20 | console = "0.15.11" |
| 21 | dialoguer = "0.11.0" | 21 | dialoguer = "0.11.0" |
| 22 | directories = "6.0.0" | 22 | directories = "6.0.0" |
| 23 | futures = "0.3.28" | 23 | futures = "0.3.31" |
| 24 | git2 = "0.20.2" | 24 | git2 = "0.20.2" |
| 25 | indicatif = "0.17.7" | 25 | indicatif = "0.17.11" |
| 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" |
| 29 | nostr-lmdb = "0.41.0" | 29 | nostr-lmdb = "0.41.0" |
| 30 | nostr-relay-pool = "0.41.0" | 30 | nostr-relay-pool = "0.41.0" |
| 31 | nostr-sdk = "0.41.0" | 31 | nostr-sdk = "0.41.0" |
| 32 | passwords = "3.1.13" | 32 | passwords = "3.1.16" |
| 33 | qrcode = { version = "0.14.1", default-features = false } | 33 | qrcode = { version = "0.14.1", default-features = false } |
| 34 | scrypt = "0.11.0" | 34 | scrypt = "0.11.0" |
| 35 | serde = { version = "1.0.181", features = ["derive"] } | 35 | serde = { version = "1.0.219", features = ["derive"] } |
| 36 | serde_json = "1.0.105" | 36 | serde_json = "1.0.140" |
| 37 | serde_yaml = "0.9.27" | 37 | serde_yaml = "0.9.34" |
| 38 | tokio = { version = "1.40.0", features = ["full"] } | 38 | tokio = { version = "1.46.1", features = ["full"] } |
| 39 | urlencoding = "2.1.3" | 39 | urlencoding = "2.1.3" |
| 40 | zeroize = "1.6.0" | 40 | zeroize = "1.8.1" |
| 41 | 41 | ||
| 42 | [dev-dependencies] | 42 | [dev-dependencies] |
| 43 | assert_cmd = "2.0.12" | 43 | assert_cmd = "2.0.17" |
| 44 | mockall = "0.13.1" | 44 | mockall = "0.13.1" |
| 45 | once_cell = "1.18.0" | 45 | once_cell = "1.21.3" |
| 46 | serial_test = "3.2.0" | 46 | serial_test = "3.2.0" |
| 47 | test_utils = { path = "test_utils" } | 47 | test_utils = { path = "test_utils" } |
| 48 | 48 | ||
| @@ -69,4 +69,4 @@ path = "src/bin/git_remote_nostr/main.rs" | |||
| 69 | 69 | ||
| 70 | [profile.release] | 70 | [profile.release] |
| 71 | lto = true | 71 | lto = true |
| 72 | strip = "symbols" \ No newline at end of file | 72 | strip = "symbols" |