mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2026-04-05 18:58:21 -04:00
Bump rocksdb from 0.21.0 to 0.22.0
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](https://github.com/rust-rocksdb/rust-rocksdb/compare/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>
This commit is contained in:
parent
c98c71eb7c
commit
7b8891edb5
2 changed files with 9 additions and 26 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue