build(deps): update rocksdb requirement from 0.21.0 to 0.22.0 (#403)
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.21.0...v0.22.0) --- updated-dependencies: - dependency-name: rocksdb dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
181a13c3d6
commit
edbf446188
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ readme = "README.md"
|
|||
authors = ["Santiago Carmuega <santiago@carmuega.me>"]
|
||||
|
||||
[dependencies]
|
||||
rocksdb = { version = "0.21.0", default-features = false, features = ["multi-threaded-cf"] }
|
||||
rocksdb = { version = "0.22.0", default-features = false, features = ["multi-threaded-cf"] }
|
||||
bincode = "1.3.3"
|
||||
serde = "1.0.188"
|
||||
thiserror = "1.0.49"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue