Skip to content

Commit f67e78f

Browse files
deps(rust): update rocksdb requirement from 0.22 to 0.24 in /apps/core
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](rust-rocksdb/rust-rocksdb@v0.22.0...v0.24.0) --- updated-dependencies: - dependency-name: rocksdb dependency-version: 0.24.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7fb42bf commit f67e78f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ parking_lot = "0.12"
5353
parquet = { version = "~57.1", features = ["arrow", "async"] }
5454
prometheus = "0.13"
5555
rand = "0.8"
56-
rocksdb = { version = "0.22", optional = true }
56+
rocksdb = { version = "0.24", optional = true }
5757
serde = { version = "1.0", features = ["derive"] }
5858
serde_json = "1.0"
5959
sha2 = "0.10"

0 commit comments

Comments
 (0)