diff options
Diffstat (limited to 'grasp-audit/Cargo.toml')
| -rw-r--r-- | grasp-audit/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grasp-audit/Cargo.toml b/grasp-audit/Cargo.toml index 88f3d60..6c8632e 100644 --- a/grasp-audit/Cargo.toml +++ b/grasp-audit/Cargo.toml | |||
| @@ -12,7 +12,7 @@ path = "src/bin/grasp-audit.rs" | |||
| 12 | 12 | ||
| 13 | [dependencies] | 13 | [dependencies] |
| 14 | # Nostr | 14 | # Nostr |
| 15 | nostr-sdk = { git = "https://github.com/rust-nostr/nostr", rev = "e09c9d82a1778683d2a6b968d09eb2c619883bf3" } | 15 | nostr-sdk = { git = "https://github.com/rust-nostr/nostr", rev = "4767ad13" } |
| 16 | 16 | ||
| 17 | # Async | 17 | # Async |
| 18 | tokio = { version = "1", features = ["full"] } | 18 | tokio = { version = "1", features = ["full"] } |