updates deps

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin 2024-02-10 13:58:32 -08:00
parent 3925012ad9
commit d7607c8297

31
Cargo.lock generated
View File

@ -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",
@ -2734,19 +2734,6 @@ version = "1.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
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"
@ -2774,7 +2761,7 @@ dependencies = [
"natord",
"once_cell",
"parking_lot",
"puffin 0.19.0",
"puffin",
"time",
"vec1",
"web-time",