diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-11-27 17:08:25 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-11-27 17:08:25 +0000 |
| commit | 83448a99aaf18c7a045a081c5de0c22bc4a83de1 (patch) | |
| tree | 28076a33b40e63937d79a8fe8d54b58d42db092c /Cargo.toml | |
| parent | 5478aa74cc26452809e499a461067ca9744cb7ce (diff) | |
chore: bump rust-nosrt v0.37.0
use RelayUrl in repo_ref which I had resisted as it mutates relay
urls when printed to append a slash
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
| @@ -24,10 +24,11 @@ futures = "0.3.28" | |||
| 24 | git2 = "0.19.0" | 24 | git2 = "0.19.0" |
| 25 | indicatif = "0.17.7" | 25 | indicatif = "0.17.7" |
| 26 | keyring = "2.0.5" | 26 | keyring = "2.0.5" |
| 27 | nostr = "0.36.0" | 27 | nostr = { version = "0.37.0", features = ["nip05", "nip49"] } |
| 28 | nostr-database = "0.36.0" | 28 | nostr-connect = "0.37.0" |
| 29 | nostr-sdk = "0.36.0" | 29 | nostr-database = "0.37.0" |
| 30 | nostr-lmdb = "0.36.0" | 30 | nostr-lmdb = "0.37.0" |
| 31 | nostr-sdk = "0.37.0" | ||
| 31 | passwords = "3.1.13" | 32 | passwords = "3.1.13" |
| 32 | qrcode = { version = "0.14.1", default-features = false } | 33 | qrcode = { version = "0.14.1", default-features = false } |
| 33 | scrypt = "0.11.0" | 34 | scrypt = "0.11.0" |
| @@ -37,7 +38,6 @@ serde_yaml = "0.9.27" | |||
| 37 | tokio = { version = "1.40.0", features = ["full"] } | 38 | tokio = { version = "1.40.0", features = ["full"] } |
| 38 | urlencoding = "2.1.3" | 39 | urlencoding = "2.1.3" |
| 39 | zeroize = "1.6.0" | 40 | zeroize = "1.6.0" |
| 40 | nostr-connect = "0.36.0" | ||
| 41 | 41 | ||
| 42 | [dev-dependencies] | 42 | [dev-dependencies] |
| 43 | assert_cmd = "2.0.12" | 43 | assert_cmd = "2.0.12" |