From 12d5f27c24fe69ba67e3e8cee57e63ee45c4b667 Mon Sep 17 00:00:00 2001 From: Mike Dilger Date: Wed, 29 Nov 2023 18:10:24 +1300 Subject: [PATCH] Update nostr-types --- Cargo.lock | 4 ++-- gossip-bin/Cargo.toml | 4 ++-- gossip-lib/Cargo.toml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fcad7fad..e4f4ae48 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1949,7 +1949,7 @@ dependencies = [ [[package]] name = "gossip-relay-picker" version = "0.2.0-unstable" -source = "git+https://github.com/mikedilger/gossip-relay-picker?rev=87a0108418e91a8dc252c79f60b1e9711f990443#87a0108418e91a8dc252c79f60b1e9711f990443" +source = "git+https://github.com/mikedilger/gossip-relay-picker?rev=4846e95168f8411e3a88aa10d68842941ba4e677#4846e95168f8411e3a88aa10d68842941ba4e677" dependencies = [ "async-trait", "dashmap", @@ -2786,7 +2786,7 @@ dependencies = [ [[package]] name = "nostr-types" version = "0.7.0-unstable" -source = "git+https://github.com/mikedilger/nostr-types?rev=b1d0d1a5afb808c7bd37ae650cd2ebb929fa7d3d#b1d0d1a5afb808c7bd37ae650cd2ebb929fa7d3d" +source = "git+https://github.com/mikedilger/nostr-types?rev=13d2285c5a86432ecacf8a2adf6f72b5c43dc571#13d2285c5a86432ecacf8a2adf6f72b5c43dc571" dependencies = [ "aes", "base64", diff --git a/gossip-bin/Cargo.toml b/gossip-bin/Cargo.toml index 0d394b3f..a043ebe6 100644 --- a/gossip-bin/Cargo.toml +++ b/gossip-bin/Cargo.toml @@ -21,13 +21,13 @@ bech32 = "0.9" eframe = { git = "https://github.com/mikedilger/egui", rev = "50393e4f34ac6246b8c2424e42fbe5b95e4b4452", features = [ "persistence", "wayland" ] } egui-winit = { git = "https://github.com/mikedilger/egui", rev = "50393e4f34ac6246b8c2424e42fbe5b95e4b4452", features = [ "default" ] } egui-video = { git = "https://github.com/mikedilger/egui-video", rev = "81cc3ee58818754272582397161cc55ff11bde18", features = [ "from_bytes" ], optional = true } -gossip-relay-picker = { git = "https://github.com/mikedilger/gossip-relay-picker", rev = "87a0108418e91a8dc252c79f60b1e9711f990443" } +gossip-relay-picker = { git = "https://github.com/mikedilger/gossip-relay-picker", rev = "4846e95168f8411e3a88aa10d68842941ba4e677" } gossip-lib = { path = "../gossip-lib" } humansize = "2.1" image = { version = "0.24.6", features = [ "png", "jpeg" ] } lazy_static = "1.4" memoize = "0.4" -nostr-types = { git = "https://github.com/mikedilger/nostr-types", rev = "b1d0d1a5afb808c7bd37ae650cd2ebb929fa7d3d", features = [ "speedy" ] } +nostr-types = { git = "https://github.com/mikedilger/nostr-types", rev = "13d2285c5a86432ecacf8a2adf6f72b5c43dc571", features = [ "speedy" ] } qrcode = { git = "https://github.com/mikedilger/qrcode-rust", rev = "519b77b3efa3f84961169b47d3de08c5ddd86548" } resvg = "0.35.0" rpassword = "7.2" diff --git a/gossip-lib/Cargo.toml b/gossip-lib/Cargo.toml index e9b187be..bcfcd7ca 100644 --- a/gossip-lib/Cargo.toml +++ b/gossip-lib/Cargo.toml @@ -27,7 +27,7 @@ fallible-iterator = "0.2" filetime = "0.2" futures = "0.3" futures-util = "0.3" -gossip-relay-picker = { git = "https://github.com/mikedilger/gossip-relay-picker", rev = "87a0108418e91a8dc252c79f60b1e9711f990443" } +gossip-relay-picker = { git = "https://github.com/mikedilger/gossip-relay-picker", rev = "4846e95168f8411e3a88aa10d68842941ba4e677" } heed = { git = "https://github.com/meilisearch/heed", rev = "8bfdf3beeda292fe166dc6b2f468cdb23af7181b" } hex = "0.4" http = "0.2" @@ -36,7 +36,7 @@ kamadak-exif = "0.5" lazy_static = "1.4" linkify = "0.9" mime = "0.3" -nostr-types = { git = "https://github.com/mikedilger/nostr-types", rev = "b1d0d1a5afb808c7bd37ae650cd2ebb929fa7d3d", features = [ "speedy" ] } +nostr-types = { git = "https://github.com/mikedilger/nostr-types", rev = "13d2285c5a86432ecacf8a2adf6f72b5c43dc571", features = [ "speedy" ] } parking_lot = "0.12" paste = "1.0" rand = "0.8"