From 185d1384fbf4e7a31c794b17d7fc69dd4aeb5aa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 01:04:02 +0000 Subject: [PATCH] build(deps): bump rocksdb from 0.20.1 to 0.21.0 (#6640) Bumps [rocksdb](https://github.com/rust-rocksdb/rust-rocksdb) from 0.20.1 to 0.21.0. - [Release notes](https://github.com/rust-rocksdb/rust-rocksdb/releases) - [Changelog](https://github.com/rust-rocksdb/rust-rocksdb/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-rocksdb/rust-rocksdb/compare/v0.20.1...v0.21.0) --- updated-dependencies: - dependency-name: rocksdb dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 32 ++++++-------------------------- zebra-state/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 27 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 97015ba0630..4640669587d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -355,26 +355,6 @@ dependencies = [ "serde", ] -[[package]] -name = "bindgen" -version = "0.64.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4243e6031260db77ede97ad86c27e501d646a27ab57b59a574f725d98ab1fb4" -dependencies = [ - "bitflags 1.3.2", - "cexpr", - "clang-sys", - "lazy_static", - "lazycell", - "peeking_take_while", - "proc-macro2 1.0.56", - "quote 1.0.27", - "regex", - "rustc-hash", - "shlex", - "syn 1.0.109", -] - [[package]] name = "bindgen" version = "0.65.1" @@ -2327,11 +2307,11 @@ checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb" [[package]] name = "librocksdb-sys" -version = "0.10.0+7.9.2" +version = "0.11.0+8.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fe4d5874f5ff2bc616e55e8c6086d478fcda13faf9495768a4aa1c22042d30b" +checksum = "d3386f101bcb4bd252d8e9d2fb41ec3b0862a15a62b478c355b2982efa469e3e" dependencies = [ - "bindgen 0.64.0", + "bindgen", "bzip2-sys", "cc", "glob", @@ -3750,9 +3730,9 @@ dependencies = [ [[package]] name = "rocksdb" -version = "0.20.1" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "015439787fce1e75d55f279078d33ff14b4af5d93d995e8838ee4631301c8a99" +checksum = "bb6f170a4041d50a0ce04b0d2e14916d6ca863ea2e422689a5b694395d299ffe" dependencies = [ "libc", "librocksdb-sys", @@ -5699,7 +5679,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f5d794b254efc2759d249b477f53faa751f67543a4b4d1c7a5ff7df212d4ba5" dependencies = [ "bellman", - "bindgen 0.65.1", + "bindgen", "blake2b_simd", "bls12_381", "byteorder", diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index a82c86398b5..ae19bb8171e 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -45,7 +45,7 @@ metrics = "0.21.0" mset = "0.1.1" regex = "1.8.1" rlimit = "0.9.1" -rocksdb = { version = "0.20.1", default_features = false, features = ["lz4"] } +rocksdb = { version = "0.21.0", default_features = false, features = ["lz4"] } serde = { version = "1.0.162", features = ["serde_derive"] } tempfile = "3.5.0" thiserror = "1.0.40"