mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-06 18:10:58 -05:00
Bump rocksdb from 0.20.0 to 0.20.1 (#1464)
Bumps [rocksdb](https://github.com/rust-rocksdb/rust-rocksdb) from 0.20.0 to 0.20.1. - [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.20.0...v0.20.1) --- updated-dependencies: - dependency-name: rocksdb dependency-type: direct:production update-type: version-update:semver-patch ... 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:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -2987,9 +2987,9 @@ checksum = "e5864e7ef1a6b7bcf1d6ca3f655e65e724ed3b52546a0d0a663c991522f552ea"
|
||||
|
||||
[[package]]
|
||||
name = "rocksdb"
|
||||
version = "0.20.0"
|
||||
version = "0.20.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1de3fa9aba968516f8e5ef31148d2809f56118f5ab36700961ae536bb82aa992"
|
||||
checksum = "015439787fce1e75d55f279078d33ff14b4af5d93d995e8838ee4631301c8a99"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"librocksdb-sys",
|
||||
|
||||
@@ -23,7 +23,7 @@ parking_lot = "0.12"
|
||||
rayon = "1.6.1"
|
||||
num_cpus = "1.15"
|
||||
itertools = "0.10"
|
||||
rocksdb = { version = "0.20.0", default-features = false, features = [ "snappy" ] }
|
||||
rocksdb = { version = "0.20.1", default-features = false, features = [ "snappy" ] }
|
||||
uuid = { version = "1.3", features = ["v4", "serde"] }
|
||||
bincode = "1.3"
|
||||
serde = { version = "~1.0", features = ["derive", "rc"] }
|
||||
|
||||
Reference in New Issue
Block a user