diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-09-03 08:32:53 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-09-03 08:32:53 +0100 |
| commit | f9af579148f1cbf8f062c8172535f33a0ca99934 (patch) | |
| tree | 84354977ebf6e7e1b0157bc6fddc267950bda566 /Cargo.lock | |
| parent | 00d38ac675c69cacab3c4ad3ad1c34666c06d293 (diff) | |
fix: nostr:// nip05 without local
the patch I sent to rust-nostr library got merged
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1548,9 +1548,9 @@ dependencies = [ | |||
| 1548 | 1548 | ||
| 1549 | [[package]] | 1549 | [[package]] |
| 1550 | name = "nostr" | 1550 | name = "nostr" |
| 1551 | version = "0.43.0" | 1551 | version = "0.43.1" |
| 1552 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1552 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1553 | checksum = "f30e6dcb36d88017587b0b5578d1ed3398afe8e4f45fdb910e48b8675aaf6f68" | 1553 | checksum = "62a97d745f1bd8d5e05a978632bbb87b0614567d5142906fe7c86fb2440faac6" |
| 1554 | dependencies = [ | 1554 | dependencies = [ |
| 1555 | "aes", | 1555 | "aes", |
| 1556 | "base64", | 1556 | "base64", |