Skip to content

Commit

Permalink
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent caf77ee commit 2076139
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 26 deletions.
48 changes: 23 additions & 25 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ clap = { version = "4", features = ["derive"] }
config = "0.14"
rdkafka = { version = "0.36", features = ["tokio", "cmake-build"] } # TODO: ssl
pin-project = "1"
rocksdb = { version = "0.21", default-features = false, features = ["snappy"] }
rocksdb = { version = "0.22", default-features = false, features = ["snappy"] }
hex-slice = "0.1"
prometheus = "0.13"
lazy_static = "1"
Expand Down

0 comments on commit 2076139

Please sign in to comment.