From 1d27b1bb53fe4a711a1b9d4f2f884ff5f6097ee7 Mon Sep 17 00:00:00 2001 From: Buffrr Date: Tue, 17 Mar 2026 14:00:05 +0100 Subject: [PATCH] Update spacedb dep --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9b8ea92..05b089c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2572,8 +2572,8 @@ dependencies = [ [[package]] name = "spacedb" -version = "0.0.11" -source = "git+https://github.com/spacesprotocol/spacedb#956799b93ce93d946b31f2e00f7721fa86684b21" +version = "0.0.12" +source = "git+https://github.com/spacesprotocol/spacedb#92c150ea5a368c7ec894ef3530992abd2f7d6012" dependencies = [ "bincode", "borsh", diff --git a/Cargo.toml b/Cargo.toml index 333596b..b3cd498 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ anyhow = "1.0" hex = "0.4" serde_json = "1.0" tokio = { version = "1", features = ["full"] } -spacedb = { git = "https://github.com/spacesprotocol/spacedb", version = "0.0.11" } +spacedb = { git = "https://github.com/spacesprotocol/spacedb", version = "0.0.12" } base64 = "0.22" rand = "0.8" log = "0.4"