mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2026-04-05 10:24:39 -04:00
fix(deps): update rust crate rocksdb to 0.22.0
This commit is contained in:
parent
c66fa14002
commit
a40dec81df
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