From 97aaeb100f4fda2643b5babb144fcdd7dd51a897 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 20:30:27 +0100 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- lib/segment/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"] }