diff --git a/Cargo.lock b/Cargo.lock index 671dc034..e874c719 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2257,7 +2257,7 @@ dependencies = [ [[package]] name = "gossip-relay-picker" version = "0.2.0-unstable" -source = "git+https://github.com/mikedilger/gossip-relay-picker?rev=07c35c9f5758404f35a42cbf40d865fdd1fd24e1#07c35c9f5758404f35a42cbf40d865fdd1fd24e1" +source = "git+https://github.com/mikedilger/gossip-relay-picker?rev=b259d27ad8ffc9f7b6970133428f4e34510882d8#b259d27ad8ffc9f7b6970133428f4e34510882d8" dependencies = [ "async-trait", "dashmap", @@ -3251,7 +3251,7 @@ dependencies = [ [[package]] name = "nostr-types" version = "0.8.0-unstable" -source = "git+https://github.com/mikedilger/nostr-types?rev=58f5113662f4865cb9a6cbbf0d30149aa520404f#58f5113662f4865cb9a6cbbf0d30149aa520404f" +source = "git+https://github.com/mikedilger/nostr-types?rev=9ae398cddef9ad60a3db30745612547144a62b36#9ae398cddef9ad60a3db30745612547144a62b36" dependencies = [ "aes", "base64 0.22.0", diff --git a/gossip-bin/Cargo.toml b/gossip-bin/Cargo.toml index 467e788a..c3eb4d0c 100644 --- a/gossip-bin/Cargo.toml +++ b/gossip-bin/Cargo.toml @@ -25,13 +25,13 @@ egui-winit = { git = "https://github.com/bu5hm4nn/egui", rev = "63dde4c9b311da0c egui_extras = { git = "https://github.com/bu5hm4nn/egui", rev = "63dde4c9b311da0cae0cb9f9465bf7273227be6c", features = [ "syntect" ] } #egui = { git = "https://github.com/bu5hm4nn/egui", rev = "63dde4c9b311da0cae0cb9f9465bf7273227be6c", features = [ "deadlock_detection" ] } egui-video = { git = "https://github.com/mikedilger/egui-video", rev = "813192e17f5c0eed9bed6e78f40697ac0ff77639", features = [ "from_bytes" ], optional = true } -gossip-relay-picker = { git = "https://github.com/mikedilger/gossip-relay-picker", rev = "07c35c9f5758404f35a42cbf40d865fdd1fd24e1" } +gossip-relay-picker = { git = "https://github.com/mikedilger/gossip-relay-picker", rev = "b259d27ad8ffc9f7b6970133428f4e34510882d8" } 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 = "58f5113662f4865cb9a6cbbf0d30149aa520404f", features = [ "speedy" ] } +nostr-types = { git = "https://github.com/mikedilger/nostr-types", rev = "9ae398cddef9ad60a3db30745612547144a62b36", features = [ "speedy" ] } paste = "1.0" qrcode = { git = "https://github.com/mikedilger/qrcode-rust", rev = "519b77b3efa3f84961169b47d3de08c5ddd86548" } resvg = "0.35.0" diff --git a/gossip-lib/Cargo.toml b/gossip-lib/Cargo.toml index 1dcabf9e..2dcf5e0e 100644 --- a/gossip-lib/Cargo.toml +++ b/gossip-lib/Cargo.toml @@ -50,7 +50,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 = "07c35c9f5758404f35a42cbf40d865fdd1fd24e1" } +gossip-relay-picker = { git = "https://github.com/mikedilger/gossip-relay-picker", rev = "b259d27ad8ffc9f7b6970133428f4e34510882d8" } heed = "0.20" hex = "0.4" http = "1.0" @@ -59,7 +59,7 @@ kamadak-exif = "0.5" lazy_static = "1.4" linkify = "0.10" mime = "0.3" -nostr-types = { git = "https://github.com/mikedilger/nostr-types", rev = "58f5113662f4865cb9a6cbbf0d30149aa520404f", features = [ "speedy" ] } +nostr-types = { git = "https://github.com/mikedilger/nostr-types", rev = "9ae398cddef9ad60a3db30745612547144a62b36", features = [ "speedy" ] } parking_lot = "0.12" paste = "1.0" rand = "0.8"