Skip to content

Commit

Permalink
build(deps): bump rocksdb from 0.20.1 to 0.21.0
Browse files Browse the repository at this point in the history
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](rust-rocksdb/rust-rocksdb@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 10, 2023
1 parent d3d3f28 commit a3a63ed
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 9 deletions.
47 changes: 39 additions & 8 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,27 @@ dependencies = [
"which",
]

[[package]]
name = "bindgen"
version = "0.65.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfdf7b466f9a4903edc73f95d6d2bcd5baf8ae620638762244d3f60143643cc5"
dependencies = [
"bitflags 1.3.2",
"cexpr",
"clang-sys",
"lazy_static",
"lazycell",
"peeking_take_while",
"prettyplease 0.2.4",
"proc-macro2 1.0.56",
"quote 1.0.26",
"regex",
"rustc-hash",
"shlex",
"syn 2.0.15",
]

[[package]]
name = "bip0039"
version = "0.9.0"
Expand Down Expand Up @@ -2491,11 +2512,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",
"bindgen 0.65.1",
"bzip2-sys",
"cc",
"glob",
Expand Down Expand Up @@ -3389,6 +3410,16 @@ dependencies = [
"syn 1.0.109",
]

[[package]]
name = "prettyplease"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ceca8aaf45b5c46ec7ed39fff75f57290368c1846d33d24a122ca81416ab058"
dependencies = [
"proc-macro2 1.0.56",
"syn 2.0.15",
]

[[package]]
name = "primitive-types"
version = "0.11.1"
Expand Down Expand Up @@ -3516,7 +3547,7 @@ dependencies = [
"log",
"multimap",
"petgraph",
"prettyplease",
"prettyplease 0.1.25",
"prost",
"prost-types",
"regex",
Expand Down Expand Up @@ -3939,9 +3970,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",
Expand Down Expand Up @@ -4995,7 +5026,7 @@ version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6fdaae4c2c638bb70fe42803a26fbd6fc6ac8c72f5c59f67ecc2a2dcabf4b07"
dependencies = [
"prettyplease",
"prettyplease 0.1.25",
"proc-macro2 1.0.56",
"prost-build",
"quote 1.0.26",
Expand Down Expand Up @@ -5978,7 +6009,7 @@ version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd2f9cb33d1244816179614fcd76d62df2d9b3e76e5513e70186c96650eba3c6"
dependencies = [
"bindgen",
"bindgen 0.64.0",
"blake2b_simd",
"cc",
"cxx",
Expand Down
2 changes: 1 addition & 1 deletion zebra-state/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.160", features = ["serde_derive"] }
tempfile = "3.5.0"
thiserror = "1.0.40"
Expand Down

0 comments on commit a3a63ed

Please sign in to comment.