From 594b1d309ec64b753cad60c51dd750490e2c16da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 20:59:29 +0000 Subject: [PATCH] Update rocksdb requirement from 0.18.0 to 0.20.1 Updates the requirements on [rocksdb](https://github.com/rust-rocksdb/rust-rocksdb) to permit the latest version. - [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.18.0...v0.20.1) --- updated-dependencies: - dependency-name: rocksdb dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 506fa46..b522d81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ groestl = { version = "0.10.1", optional = true } openssl = { version = "0.10.40", optional = true } tiny-keccak = { version = "2.0.2", optional = true, features = ["sha3", "keccak"] } hashbrown = { version = "0.12.1", optional = true } -rocksdb = { version = "0.18.0", optional = true } +rocksdb = { version = "0.20.1", optional = true } seahash = { version = "4.1.0", optional = true } fxhash = { version = "0.2.1", optional = true } rand = { version = "0.8.5", optional = true }