notedeck

One damus client to rule them all
git clone git://jb55.com/notedeck
Log | Files | Refs | README | LICENSE

commit d7607c82974fc5b1a1afc4a818095e818d2152dc
parent 3925012ad9a187bf9eaa2f2dc5af156100ca1821
Author: William Casarin <jb55@jb55.com>
Date:   Sat, 10 Feb 2024 13:58:32 -0800

updates deps

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
MCargo.lock | 31+++++++++----------------------
1 file changed, 9 insertions(+), 22 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock @@ -871,7 +871,7 @@ dependencies = [ "log", "nostrdb", "poll-promise", - "puffin 0.16.0", + "puffin", "puffin_egui", "serde", "serde_derive", @@ -979,7 +979,7 @@ dependencies = [ "parking_lot", "percent-encoding", "pollster", - "puffin 0.19.0", + "puffin", "raw-window-handle 0.5.2", "raw-window-handle 0.6.0", "static_assertions", @@ -1015,7 +1015,7 @@ dependencies = [ "epaint 0.26.0", "log", "nohash-hasher", - "puffin 0.19.0", + "puffin", "serde", ] @@ -1030,7 +1030,7 @@ dependencies = [ "egui 0.26.0", "epaint 0.26.0", "log", - "puffin 0.19.0", + "puffin", "thiserror", "type-map", "web-time", @@ -1047,7 +1047,7 @@ dependencies = [ "arboard", "egui 0.26.0", "log", - "puffin 0.19.0", + "puffin", "raw-window-handle 0.6.0", "smithay-clipboard", "web-time", @@ -1082,7 +1082,7 @@ dependencies = [ "glow", "log", "memoffset", - "puffin 0.19.0", + "puffin", "raw-window-handle 0.5.2", "wasm-bindgen", "web-sys", @@ -1244,7 +1244,7 @@ dependencies = [ "log", "nohash-hasher", "parking_lot", - "puffin 0.19.0", + "puffin", "serde", ] @@ -2363,7 +2363,7 @@ dependencies = [ [[package]] name = "nostrdb" version = "0.1.6" -source = "git+https://github.com/damus-io/nostrdb-rs?rev=496a70b3e28dc65be8b9aa6ece37eb5255224ea9#496a70b3e28dc65be8b9aa6ece37eb5255224ea9" +source = "git+https://github.com/damus-io/nostrdb-rs?rev=e513b6ed516a9adf757c1f7ac26cd3d544c391b2#e513b6ed516a9adf757c1f7ac26cd3d544c391b2" dependencies = [ "bindgen", "cc", @@ -2736,19 +2736,6 @@ checksum = "0f0f7f43585c34e4fdd7497d746bc32e14458cf11c69341cc0587b1d825dde42" [[package]] name = "puffin" -version = "0.16.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76425abd4e1a0ad4bd6995dd974b52f414fca9974171df8e3708b3e660d05a21" -dependencies = [ - "anyhow", - "byteorder", - "cfg-if", - "instant", - "once_cell", -] - -[[package]] -name = "puffin" version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b9f76ad4bb049fded4e572df72cbb6381ff5d1f41f85c3a04b56e4eca287a02f" @@ -2774,7 +2761,7 @@ dependencies = [ "natord", "once_cell", "parking_lot", - "puffin 0.19.0", + "puffin", "time", "vec1", "web-time",