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 25e02f6..278c855 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 = "0.35" | 15 | nostr-sdk = "0.43" |
| 16 | 16 | ||
| 17 | # Async | 17 | # Async |
| 18 | tokio = { version = "1", features = ["full"] } | 18 | tokio = { version = "1", features = ["full"] } |