Skip to content

Commit 697c180

Browse files
authored
Merge pull request #81 from buffrr/fix-sha2
Update dependency
2 parents ebe554f + cb3e6aa commit 697c180

File tree

3 files changed

+8
-65
lines changed

3 files changed

+8
-65
lines changed

Cargo.lock

+6-63
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ path = "src/lib.rs"
1818
[dependencies]
1919
spaces_wallet = { path = "../wallet" }
2020
spaces_protocol = { path = "../protocol", version = "*", features = ["std"]}
21-
spacedb = { git = "https://github.com/spacesprotocol/spacedb", version = "0.0.4" }
21+
spacedb = { git = "https://github.com/spacesprotocol/spacedb", version = "0.0.5" }
2222

2323
tokio = { version = "1.37.0", features = ["signal"] }
2424
ctrlc = "3.4.4"

veritas/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ crate-type = ["cdylib", "rlib"]
99
[dependencies]
1010
spaces_protocol = { path = "../protocol", default-features = false, features = ["std"]}
1111
bincode = { version = "2.0.0-rc.3", default-features = false, features = ["alloc"]}
12-
spacedb = { git = "https://github.com/spacesprotocol/spacedb", version = "0.0.4", default-features = false }
12+
spacedb = { git = "https://github.com/spacesprotocol/spacedb", version = "0.0.5", default-features = false }
1313

1414
# optional wasm feature
1515
wasm-bindgen = { version ="0.2.100", optional = true }

0 commit comments

Comments
 (0)