diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-11-11 13:08:35 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-11-11 22:09:21 +0000 |
| commit | 694325fa25e281b1a4c9d7f275f1a8e0f1ad7abf (patch) | |
| tree | 3351c9e1fb1057bb61fb3fe74291b3462b17c054 /Cargo.toml | |
| parent | 35ad07180e418931dd499f799d704672d27ff35b (diff) | |
chore: bump rust-nostr v0.36
bump all rust-nostr packages to latest issued version.
there have been some breaking changes to nip46 and this applies
these changes.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
| @@ -24,11 +24,10 @@ 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 = { git = "https://github.com/rust-nostr/nostr", rev = "ede2a91" } | 27 | nostr = "0.36.0" |
| 28 | nostr-database = { git = "https://github.com/rust-nostr/nostr", rev = "ede2a91" } | 28 | nostr-database = "0.36.0" |
| 29 | nostr-sdk = { git = "https://github.com/rust-nostr/nostr", rev = "ede2a91" } | 29 | nostr-sdk = "0.36.0" |
| 30 | nostr-signer = { git = "https://github.com/rust-nostr/nostr", rev = "ede2a91" } | 30 | nostr-lmdb = "0.36.0" |
| 31 | nostr-lmdb = { git = "https://github.com/rust-nostr/nostr", rev = "ede2a91" } | ||
| 32 | passwords = "3.1.13" | 31 | passwords = "3.1.13" |
| 33 | qrcode = { version = "0.14.1", default-features = false } | 32 | qrcode = { version = "0.14.1", default-features = false } |
| 34 | scrypt = "0.11.0" | 33 | scrypt = "0.11.0" |
| @@ -38,6 +37,7 @@ serde_yaml = "0.9.27" | |||
| 38 | tokio = "1.33.0" | 37 | tokio = "1.33.0" |
| 39 | urlencoding = "2.1.3" | 38 | urlencoding = "2.1.3" |
| 40 | zeroize = "1.6.0" | 39 | 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" |