chore: update deps

This commit is contained in:
2025-01-12 18:30:54 +07:00
parent a9d109486e
commit 8ab48cb12a
2 changed files with 234 additions and 435 deletions

667
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -17,7 +17,7 @@ nostr-sdk = { git = "https://github.com/rust-nostr/nostr", features = [
"all-nips", "all-nips",
] } ] }
smol = "1" smol = "2"
tokio = { version = "1", features = ["full"] } tokio = { version = "1", features = ["full"] }
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0" serde_json = "1.0"