diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-10-28 15:41:14 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-10-28 15:41:14 +0000 |
| commit | ae87aedae9696f4c855ac3dc47e61faec9d07c15 (patch) | |
| tree | 0309be588a4e3d3a510e7510300629cb2ec3a68a /Cargo.toml | |
| parent | 5979e13cdc65ea78894dbcab3acde11b246889a7 (diff) | |
chore: bump rust-nostr to patch near v0.36.0
bump all rust-nostr packages
refactoring code based on breaking changes
upgrading to patched version to address signer issue:
nostr:nevent1qvzqqqqqqypzq6xcz9jerqgqkldy8lpg7lglcyj4g3nwzy2cs6u70wejdaj7csnjqy88wumn8ghj7mn0wvhxcmmv9uqzpsw5ph8le2n2kh6uchftawt74hddazk9tp7wjmz967y2l0uva5rc7hsstq
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
| @@ -24,11 +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 = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } | 27 | nostr = { git = "https://github.com/rust-nostr/nostr", rev = "ede2a91" } |
| 28 | nostr-database = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } | 28 | nostr-database = { git = "https://github.com/rust-nostr/nostr", rev = "ede2a91" } |
| 29 | nostr-sdk = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } | 29 | nostr-sdk = { git = "https://github.com/rust-nostr/nostr", rev = "ede2a91" } |
| 30 | nostr-signer = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } | 30 | nostr-signer = { git = "https://github.com/rust-nostr/nostr", rev = "ede2a91" } |
| 31 | nostr-lmdb = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } | 31 | nostr-lmdb = { git = "https://github.com/rust-nostr/nostr", rev = "ede2a91" } |
| 32 | passwords = "3.1.13" | 32 | passwords = "3.1.13" |
| 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" |