diff --git a/Cargo.toml b/Cargo.toml index 56f91b0..3693480 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,8 +13,7 @@ default = ["console_error_panic_hook"] cfg-if = "0.1.2" worker = { version = "0.0.13", features = ["queue"] } futures = "0.3.26" -# Needed for serde serializaters -nostr = { git = "https://github.com/benthecarman/nostr", rev = "6c238ac72651671bcfd6666ddcd731767d1643b8" } +nostr = { version = "0.19.5", default-features = false, features = ["nip11"] } serde = { version = "^1.0", features = ["derive"] } # The `console_error_panic_hook` crate provides better debugging of panics by