diff --git a/Cargo.lock b/Cargo.lock index 48b168b925..518c8d3380 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/lib/segment/Cargo.toml b/lib/segment/Cargo.toml index bd10383a84..bc520fe2cc 100644 --- a/lib/segment/Cargo.toml +++ b/lib/segment/Cargo.toml @@ -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"] }