diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2026-01-08 10:57:51 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2026-01-08 10:57:51 +0000 |
| commit | 075307804bf66bba10f5bc55cb40e2e6a98a65ee (patch) | |
| tree | f5a3eb2738372582e28a9a55a8f9481f0af9594b /Cargo.toml | |
| parent | f75e1c59aacf5ce668fd327e4e3d827511661c2a (diff) | |
chore: upgrade nostr-* packages to rev 4767ad13
- Update nostr-relay-builder, nostr-sdk, nostr-lmdb to latest revision
- Update grasp-audit nostr-sdk dependency
- Fix clippy warnings:
- Replace .clone() with std::slice::from_ref() in src/git/sync.rs
- Change &PathBuf to &Path in tests/common/git_server.rs
- Replace vec![] with array literal in src/purgatory/sync/functions.rs
- Update PR_TEST_COMMIT_HASH in grasp-audit due to event generation changes
All 249 tests passing, no breaking changes required.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -17,11 +17,11 @@ hyper-util = { version = "0.1", features = ["tokio", "server", "http1", "http2"] | |||
| 17 | http-body-util = "0.1" | 17 | http-body-util = "0.1" |
| 18 | 18 | ||
| 19 | # Nostr relay | 19 | # Nostr relay |
| 20 | nostr-relay-builder = { git = "https://github.com/rust-nostr/nostr", rev = "e09c9d82a1778683d2a6b968d09eb2c619883bf3" } | 20 | nostr-relay-builder = { git = "https://github.com/rust-nostr/nostr", rev = "4767ad13" } |
| 21 | 21 | ||
| 22 | # Nostr | 22 | # Nostr |
| 23 | nostr-sdk = { git = "https://github.com/rust-nostr/nostr", rev = "e09c9d82a1778683d2a6b968d09eb2c619883bf3" } | 23 | nostr-sdk = { git = "https://github.com/rust-nostr/nostr", rev = "4767ad13" } |
| 24 | nostr-lmdb = { git = "https://github.com/rust-nostr/nostr", rev = "e09c9d82a1778683d2a6b968d09eb2c619883bf3" } | 24 | nostr-lmdb = { git = "https://github.com/rust-nostr/nostr", rev = "4767ad13" } |
| 25 | 25 | ||
| 26 | # Utilities | 26 | # Utilities |
| 27 | futures-util = "0.3" | 27 | futures-util = "0.3" |