From cb3e6aa2d95cb48107e0f1680846010d91637c91 Mon Sep 17 00:00:00 2001 From: Buffrr Date: Wed, 5 Mar 2025 06:39:41 -0800 Subject: [PATCH] Update dependency --- Cargo.lock | 69 ++++------------------------------------------ client/Cargo.toml | 2 +- veritas/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 65 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 77d3a4f..07c1df8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -412,15 +412,6 @@ dependencies = [ "generic-array", ] -[[package]] -name = "block-buffer" -version = "0.11.0-rc.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fd016a0ddc7cb13661bf5576073ce07330a693f8608a1320b4e20561cc12cdc" -dependencies = [ - "hybrid-array", -] - [[package]] name = "bstr" version = "1.10.0" @@ -505,7 +496,7 @@ version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" dependencies = [ - "crypto-common 0.1.6", + "crypto-common", "inout", ] @@ -564,12 +555,6 @@ dependencies = [ "windows-sys 0.52.0", ] -[[package]] -name = "const-oid" -version = "0.10.0-rc.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68ff6be19477a1bd5441f382916a89bc2a0b2c35db6d41e0f6e8538bf6d6463f" - [[package]] name = "constant_time_eq" version = "0.1.5" @@ -626,17 +611,6 @@ dependencies = [ "typenum", ] -[[package]] -name = "crypto-common" -version = "0.2.0-rc.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0b8ce8218c97789f16356e7896b3714f26c2ee1079b79c0b7ae7064bb9089fa" -dependencies = [ - "getrandom", - "hybrid-array", - "rand_core", -] - [[package]] name = "ctrlc" version = "3.4.4" @@ -678,21 +652,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" dependencies = [ "block-buffer 0.10.4", - "crypto-common 0.1.6", + "crypto-common", "subtle", ] -[[package]] -name = "digest" -version = "0.11.0-pre.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf2e3d6615d99707295a9673e889bf363a04b2a466bd320c65a72536f7577379" -dependencies = [ - "block-buffer 0.11.0-rc.3", - "const-oid", - "crypto-common 0.2.0-rc.1", -] - [[package]] name = "directories" version = "5.0.1" @@ -1140,15 +1103,6 @@ version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" -[[package]] -name = "hybrid-array" -version = "0.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2d35805454dc9f8662a98d6d61886ffe26bd465f5960e0e55345c70d5c0d2a9" -dependencies = [ - "typenum", -] - [[package]] name = "hyper" version = "0.14.28" @@ -1687,7 +1641,7 @@ dependencies = [ "digest 0.10.7", "hmac", "password-hash", - "sha2 0.10.8", + "sha2", ] [[package]] @@ -2323,17 +2277,6 @@ dependencies = [ "digest 0.10.7", ] -[[package]] -name = "sha2" -version = "0.11.0-pre.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "540c0893cce56cdbcfebcec191ec8e0f470dd1889b6e7a0b503e310a94a168f5" -dependencies = [ - "cfg-if", - "cpufeatures", - "digest 0.11.0-pre.9", -] - [[package]] name = "signal-hook-registry" version = "1.4.2" @@ -2386,13 +2329,13 @@ dependencies = [ [[package]] name = "spacedb" -version = "0.0.4" -source = "git+https://github.com/spacesprotocol/spacedb#e07259ac6fc9cea1b06ee2cfdbb93d8c3039658a" +version = "0.0.5" +source = "git+https://github.com/spacesprotocol/spacedb#d8a2281e360b471f218e7d9756c0c35dc0c4a536" dependencies = [ "bincode", "hex", "libc", - "sha2 0.11.0-pre.4", + "sha2", ] [[package]] diff --git a/client/Cargo.toml b/client/Cargo.toml index fea4a30..25d1885 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.4" } +spacedb = { git = "https://github.com/spacesprotocol/spacedb", version = "0.0.5" } tokio = { version = "1.37.0", features = ["signal"] } ctrlc = "3.4.4" diff --git a/veritas/Cargo.toml b/veritas/Cargo.toml index ed168fb..0775da6 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.0-rc.3", default-features = false, features = ["alloc"]} -spacedb = { git = "https://github.com/spacesprotocol/spacedb", version = "0.0.4", default-features = false } +spacedb = { git = "https://github.com/spacesprotocol/spacedb", version = "0.0.5", default-features = false } # optional wasm feature wasm-bindgen = { version ="0.2.100", optional = true }