From a539ead50aa7412f8fa776448902fd07ecf7d36f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 09:05:34 +0000 Subject: [PATCH] Update rocksdb requirement from 0.22 to 0.23 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.22.0...v0.22.0) --- 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 1e27df97f..022fa7fe8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -148,7 +148,7 @@ ratchet_core = "1.2" ratchet_fixture = "1.2" flate2 = "1.0.22" bitflags = "2.5" -rocksdb = "0.22" +rocksdb = "0.23" integer-encoding = "4.0.0" rustls = "0.23.10" webpki = "0.22"