From 0e291603f34b68b0740ba595304e2b2d0a36bbe0 Mon Sep 17 00:00:00 2001 From: Quantum Explorer Date: Tue, 9 Jul 2024 21:55:05 +0700 Subject: [PATCH] chore: update to latest GroveDB (Proofs v1) --- Cargo.lock | 50 ++++++++++++++++++------------------ packages/rs-drive/Cargo.toml | 8 +++--- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cd65390d644..5076107b888 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -272,7 +272,7 @@ dependencies = [ "futures-util", "http 0.2.12", "http-body 0.4.6", - "hyper 0.14.29", + "hyper 0.14.30", "itoa", "matchit", "memchr", @@ -752,9 +752,9 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" [[package]] name = "cc" -version = "1.0.106" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "066fce287b1d4eafef758e89e09d724a24808a9196fe9756b8ca90e86d0719a2" +checksum = "eaff6f8ce506b9773fa786672d63fc7a191ffea1be33f72bbd4aeacefca9ffc8" dependencies = [ "jobserver", "libc", @@ -1307,9 +1307,9 @@ dependencies = [ [[package]] name = "darling" -version = "0.20.9" +version = "0.20.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83b2eb4d90d12bdda5ed17de686c2acb4c57914f8f921b8da7e112b5a36f3fe1" +checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989" dependencies = [ "darling_core", "darling_macro", @@ -1317,9 +1317,9 @@ dependencies = [ [[package]] name = "darling_core" -version = "0.20.9" +version = "0.20.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "622687fe0bac72a04e5599029151f5796111b90f1baaa9b544d807a5e31cd120" +checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5" dependencies = [ "fnv", "ident_case", @@ -1331,9 +1331,9 @@ dependencies = [ [[package]] name = "darling_macro" -version = "0.20.9" +version = "0.20.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "733cabb43482b1a1b53eee8583c2b9e8684d592215ea83efd305dd31bc2f0178" +checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806" dependencies = [ "darling_core", "quote", @@ -2233,7 +2233,7 @@ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" [[package]] name = "grovedb" version = "1.0.0-rc.2" -source = "git+https://github.com/dashpay/grovedb?branch=feat/proofV2#196d9fa27fab3fe1af5b224c6e0b04c731eccccf" +source = "git+https://github.com/dashpay/grovedb?rev=9cecef910c453fd1dd00eaa8ba2251b15a193bcd#9cecef910c453fd1dd00eaa8ba2251b15a193bcd" dependencies = [ "bincode 2.0.0-rc.3", "bitvec", @@ -2258,7 +2258,7 @@ dependencies = [ [[package]] name = "grovedb-costs" version = "1.0.0-rc.2" -source = "git+https://github.com/dashpay/grovedb?branch=feat/proofV2#196d9fa27fab3fe1af5b224c6e0b04c731eccccf" +source = "git+https://github.com/dashpay/grovedb?rev=9cecef910c453fd1dd00eaa8ba2251b15a193bcd#9cecef910c453fd1dd00eaa8ba2251b15a193bcd" dependencies = [ "integer-encoding", "intmap", @@ -2268,7 +2268,7 @@ dependencies = [ [[package]] name = "grovedb-merk" version = "1.0.0-rc.2" -source = "git+https://github.com/dashpay/grovedb?branch=feat/proofV2#196d9fa27fab3fe1af5b224c6e0b04c731eccccf" +source = "git+https://github.com/dashpay/grovedb?rev=9cecef910c453fd1dd00eaa8ba2251b15a193bcd#9cecef910c453fd1dd00eaa8ba2251b15a193bcd" dependencies = [ "blake3", "byteorder", @@ -2291,12 +2291,12 @@ dependencies = [ [[package]] name = "grovedb-path" version = "1.0.0-rc.2" -source = "git+https://github.com/dashpay/grovedb?branch=feat/proofV2#196d9fa27fab3fe1af5b224c6e0b04c731eccccf" +source = "git+https://github.com/dashpay/grovedb?rev=9cecef910c453fd1dd00eaa8ba2251b15a193bcd#9cecef910c453fd1dd00eaa8ba2251b15a193bcd" [[package]] name = "grovedb-storage" version = "1.0.0-rc.2" -source = "git+https://github.com/dashpay/grovedb?branch=feat/proofV2#196d9fa27fab3fe1af5b224c6e0b04c731eccccf" +source = "git+https://github.com/dashpay/grovedb?rev=9cecef910c453fd1dd00eaa8ba2251b15a193bcd#9cecef910c453fd1dd00eaa8ba2251b15a193bcd" dependencies = [ "blake3", "grovedb-costs", @@ -2315,7 +2315,7 @@ dependencies = [ [[package]] name = "grovedb-visualize" version = "1.0.0-rc.2" -source = "git+https://github.com/dashpay/grovedb?branch=feat/proofV2#196d9fa27fab3fe1af5b224c6e0b04c731eccccf" +source = "git+https://github.com/dashpay/grovedb?rev=9cecef910c453fd1dd00eaa8ba2251b15a193bcd#9cecef910c453fd1dd00eaa8ba2251b15a193bcd" dependencies = [ "hex", "itertools 0.12.1", @@ -2552,9 +2552,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "0.14.29" +version = "0.14.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f361cde2f109281a220d4307746cdfd5ee3f410da58a70377762396775634b33" +checksum = "a152ddd61dfaec7273fe8419ab357f33aee0d914c5f4efbf0d96fa749eea5ec9" dependencies = [ "bytes", "futures-channel", @@ -2576,9 +2576,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.4.0" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4fe55fb7a772d59a5ff1dfbff4fe0258d19b89fec4b233e75d35d5d2316badc" +checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05" dependencies = [ "bytes", "futures-channel", @@ -2601,7 +2601,7 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1" dependencies = [ - "hyper 0.14.29", + "hyper 0.14.30", "pin-project-lite", "tokio", "tokio-io-timeout", @@ -2615,7 +2615,7 @@ checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" dependencies = [ "bytes", "http-body-util", - "hyper 1.4.0", + "hyper 1.4.1", "hyper-util", "native-tls", "tokio", @@ -2634,7 +2634,7 @@ dependencies = [ "futures-util", "http 1.1.0", "http-body 1.0.0", - "hyper 1.4.0", + "hyper 1.4.1", "pin-project-lite", "socket2 0.5.7", "tokio", @@ -3145,7 +3145,7 @@ checksum = "5d58e362dc7206e9456ddbcdbd53c71ba441020e62104703075a69151e38d85f" dependencies = [ "base64 0.22.1", "http-body-util", - "hyper 1.4.0", + "hyper 1.4.1", "hyper-tls", "hyper-util", "indexmap 2.2.6", @@ -5504,7 +5504,7 @@ dependencies = [ "h2 0.3.26", "http 0.2.12", "http-body 0.4.6", - "hyper 0.14.29", + "hyper 0.14.30", "hyper-timeout", "percent-encoding", "pin-project", @@ -5531,7 +5531,7 @@ dependencies = [ "h2 0.3.26", "http 0.2.12", "http-body 0.4.6", - "hyper 0.14.29", + "hyper 0.14.30", "hyper-timeout", "percent-encoding", "pin-project", diff --git a/packages/rs-drive/Cargo.toml b/packages/rs-drive/Cargo.toml index 23788253beb..e9d062426c7 100644 --- a/packages/rs-drive/Cargo.toml +++ b/packages/rs-drive/Cargo.toml @@ -51,10 +51,10 @@ enum-map = { version = "2.0.3", optional = true } intmap = { version = "2.0.0", features = ["serde"], optional = true } chrono = { version = "0.4.35", optional = true } itertools = { version = "0.11.0", optional = true } -grovedb = { git = "https://github.com/dashpay/grovedb", branch = "feat/proofV2", optional = true, default-features = false } -grovedb-costs = { git = "https://github.com/dashpay/grovedb", branch = "feat/proofV2", optional = true } -grovedb-path = { git = "https://github.com/dashpay/grovedb", branch = "feat/proofV2" } -grovedb-storage = { git = "https://github.com/dashpay/grovedb", branch = "feat/proofV2", optional = true } +grovedb = { git = "https://github.com/dashpay/grovedb", rev = "9cecef910c453fd1dd00eaa8ba2251b15a193bcd", optional = true, default-features = false } +grovedb-costs = { git = "https://github.com/dashpay/grovedb", rev = "9cecef910c453fd1dd00eaa8ba2251b15a193bcd", optional = true } +grovedb-path = { git = "https://github.com/dashpay/grovedb", rev = "9cecef910c453fd1dd00eaa8ba2251b15a193bcd" } +grovedb-storage = { git = "https://github.com/dashpay/grovedb", rev = "9cecef910c453fd1dd00eaa8ba2251b15a193bcd", optional = true } [dev-dependencies] criterion = "0.3.5"