fix(deps): update rust crate rocksdb to 0.22.0

This commit is contained in:
renovate[bot] 2024-02-14 22:42:58 +00:00 committed by GitHub
parent c66fa14002
commit a40dec81df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 26 deletions

View file

@ -113,7 +113,7 @@ webpage = { version = "2.0", default-features = false }
#features = ["multi-threaded-cf", "zstd", "snappy", "lz4"]
#optional = true
rocksdb = { version = "0.21.0", default-features = true, features = ["multi-threaded-cf", "zstd"], optional = true }
rocksdb = { version = "0.22.0", default-features = true, features = ["multi-threaded-cf", "zstd"], optional = true }
[target.'cfg(unix)'.dependencies]