Skip to content

Commit

Permalink
chore(deps): bump rocksdb from 0.21.0 to 0.22.0
Browse files Browse the repository at this point in the history
Bumps [rocksdb](https://github.com/rust-rocksdb/rust-rocksdb) from 0.21.0 to 0.22.0.
- [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.21.0...v0.22.0)

---
updated-dependencies:
- dependency-name: rocksdb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mergify[bot] committed Apr 1, 2024
1 parent 94f0a8b commit 8516da3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 16 deletions.
23 changes: 8 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ bytes = "1.4.0"
clippy-utilities = "0.2.0"
opentelemetry = { version = "0.21.0", features = ["metrics"] }
parking_lot = "0.12.1"
rocksdb = { version = "0.21.0", features = ["multi-threaded-cf"] }
rocksdb = { version = "0.22.0", features = ["multi-threaded-cf"] }
serde = { version = "1.0.152", features = ["derive"] }
thiserror = "1.0.58"
tokio = { version = "0.2.23", package = "madsim-tokio", features = [
Expand Down

0 comments on commit 8516da3

Please sign in to comment.