From 83448a99aaf18c7a045a081c5de0c22bc4a83de1 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Wed, 27 Nov 2024 17:08:25 +0000 Subject: chore: bump rust-nosrt v0.37.0 use RelayUrl in repo_ref which I had resisted as it mutates relay urls when printed to append a slash --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 8ed3741..4af74d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,10 +24,11 @@ futures = "0.3.28" git2 = "0.19.0" indicatif = "0.17.7" keyring = "2.0.5" -nostr = "0.36.0" -nostr-database = "0.36.0" -nostr-sdk = "0.36.0" -nostr-lmdb = "0.36.0" +nostr = { version = "0.37.0", features = ["nip05", "nip49"] } +nostr-connect = "0.37.0" +nostr-database = "0.37.0" +nostr-lmdb = "0.37.0" +nostr-sdk = "0.37.0" passwords = "3.1.13" qrcode = { version = "0.14.1", default-features = false } scrypt = "0.11.0" @@ -37,7 +38,6 @@ serde_yaml = "0.9.27" tokio = { version = "1.40.0", features = ["full"] } urlencoding = "2.1.3" zeroize = "1.6.0" -nostr-connect = "0.36.0" [dev-dependencies] assert_cmd = "2.0.12" -- cgit v1.2.3