From edbf4461880291edb25dbf76997d64dfb1e4ffd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 20:31:03 -0300 Subject: [PATCH] build(deps): update rocksdb requirement from 0.21.0 to 0.22.0 (#403) 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.21.0...v0.22.0) --- updated-dependencies: - dependency-name: rocksdb dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pallas-rolldb/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pallas-rolldb/Cargo.toml b/pallas-rolldb/Cargo.toml index 80cc205..b123ea7 100644 --- a/pallas-rolldb/Cargo.toml +++ b/pallas-rolldb/Cargo.toml @@ -11,7 +11,7 @@ readme = "README.md" authors = ["Santiago Carmuega "] [dependencies] -rocksdb = { version = "0.21.0", default-features = false, features = ["multi-threaded-cf"] } +rocksdb = { version = "0.22.0", default-features = false, features = ["multi-threaded-cf"] } bincode = "1.3.3" serde = "1.0.188" thiserror = "1.0.49"