From 06028ba66ed268b53e833f5dd3795a3918c56c53 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Tue, 16 Jul 2024 12:46:43 -0700 Subject: [PATCH] deps: update deps for thread-needed changes Signed-off-by: William Casarin --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 55400714..c75951c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2296,7 +2296,7 @@ dependencies = [ [[package]] name = "nostrdb" version = "0.3.4" -source = "git+https://github.com/damus-io/nostrdb-rs?rev=c870c70e988fffbdd10f161d97add8bd919db25a#c870c70e988fffbdd10f161d97add8bd919db25a" +source = "git+https://github.com/damus-io/nostrdb-rs?rev=8ef4b9c26145572ad7543d955778499e84723099#8ef4b9c26145572ad7543d955778499e84723099" dependencies = [ "bindgen", "cc", diff --git a/Cargo.toml b/Cargo.toml index 9a453744..aa66a0bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ serde_json = "1.0.89" env_logger = "0.10.0" puffin_egui = { version = "0.27.0", optional = true } puffin = { version = "0.19.0", optional = true } -nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "c870c70e988fffbdd10f161d97add8bd919db25a" } +nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "8ef4b9c26145572ad7543d955778499e84723099" } #nostrdb = "0.3.4" hex = "0.4.3" base32 = "0.4.0"