From 47e0b0ed52e92aa5954ad005aa36a223107d3060 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Tue, 17 Dec 2024 09:13:19 -0800 Subject: [PATCH] nostrdb: update to fix sub memleak --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 267289b2..949abbb1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2510,7 +2510,7 @@ dependencies = [ [[package]] name = "nostrdb" version = "0.5.0" -source = "git+https://github.com/damus-io/nostrdb-rs?rev=d7ad4a44b929157795601a68542490b4184ae657#d7ad4a44b929157795601a68542490b4184ae657" +source = "git+https://github.com/damus-io/nostrdb-rs?rev=b1bc794e9e5f2fb27dad0f95b6974ed2b81872d0#b1bc794e9e5f2fb27dad0f95b6974ed2b81872d0" dependencies = [ "bindgen", "cc", diff --git a/Cargo.toml b/Cargo.toml index 1e46092b..20ced12d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ image = { version = "0.25", features = ["jpeg", "png", "webp"] } indexmap = "2.6.0" log = "0.4.17" nostr = { version = "0.37.0", default-features = false, features = ["std", "nip49"] } -nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "d7ad4a44b929157795601a68542490b4184ae657" } +nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "b1bc794e9e5f2fb27dad0f95b6974ed2b81872d0" } notedeck = { path = "crates/notedeck" } notedeck_chrome = { path = "crates/notedeck_chrome" } notedeck_columns = { path = "crates/notedeck_columns" }