diff --git a/Cargo.lock b/Cargo.lock index 2f384c2..96df5ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2321,8 +2321,8 @@ dependencies = [ [[package]] name = "spacedb" -version = "0.0.6" -source = "git+https://github.com/spacesprotocol/spacedb#8db1e6925dfb273a1d6a66aad2f026feac718887" +version = "0.0.7" +source = "git+https://github.com/spacesprotocol/spacedb#9496b2259df485f969b5d61f5445328fd8efe0ce" dependencies = [ "bincode", "hex", diff --git a/client/Cargo.toml b/client/Cargo.toml index 6fbbd4d..62ec2c5 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -18,7 +18,7 @@ path = "src/lib.rs" [dependencies] spaces_wallet = { path = "../wallet" } spaces_protocol = { path = "../protocol", version = "*", features = ["std"]} -spacedb = { git = "https://github.com/spacesprotocol/spacedb", version = "0.0.6" } +spacedb = { git = "https://github.com/spacesprotocol/spacedb", version = "0.0.7" } tokio = { version = "1.37.0", features = ["signal"] } ctrlc = "3.4.4" diff --git a/veritas/Cargo.toml b/veritas/Cargo.toml index e8a03e7..5092c8f 100644 --- a/veritas/Cargo.toml +++ b/veritas/Cargo.toml @@ -9,7 +9,7 @@ crate-type = ["cdylib", "rlib"] [dependencies] spaces_protocol = { path = "../protocol", default-features = false, features = ["std"]} bincode = { version = "2.0.1", default-features = false, features = ["alloc"]} -spacedb = { git = "https://github.com/spacesprotocol/spacedb", version = "0.0.6", default-features = false } +spacedb = { git = "https://github.com/spacesprotocol/spacedb", version = "0.0.7", default-features = false } # optional wasm feature wasm-bindgen = { version ="0.2.100", optional = true }