Skip to content

Commit

Permalink
Update rocksdb requirement from 0.22.0 to 0.23.0
Browse files Browse the repository at this point in the history
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.23.0)

---
updated-dependencies:
- dependency-name: rocksdb
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 5, 2025
1 parent 956ce8f commit dfe0186
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ byteorder = "1.5.0"
threadpool = "1.8.1"
rayon = "1.10.0"
parking_lot = { version = "0.12.3", features = ["arc_lock"] }
rocksdb = "0.22.0"
rocksdb = "0.23.0"
memory-stats = "1.2.0"
clap = { version = "4.0", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion qmdb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ tikv-jemallocator = { version = "0.6.0", optional = true }
[dev-dependencies]
serial_test = "3.1.1"
memory-stats = "1.2.0"
rocksdb = "0.22.0"
rocksdb = "0.23.0"

[features]
default = ["tikv-jemallocator"]
Expand Down

0 comments on commit dfe0186

Please sign in to comment.