Skip to content

Commit 053e3ae

Browse files
author
bitcoin-rs
committed
chore(deps)!: bump rust-rocksdb 0.44.2 → 0.49.1
Upstream CHANGELOG notes between 0.44.2 and 0.49.1: - 0.45.0: "breaking: remove set_options_from_string (incorrectly named and wrong implementation)"; this crate does not call it. - 0.47.0: "breaking: remove set_skip_checking_sst_file_sizes_on_db_open (removed from RocksDB 11.0 C API)"; this crate does not call it. - 0.49.1: "removed: drop the `numa` cargo feature that shipped in 0.49.0"; this crate did not enable it. Op: extend
1 parent fcb5768 commit 053e3ae

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,10 @@ zerocopy = { version = ">=0.8, <0.9", default-features = false, features = ["der
176176
lz4_flex = { version = ">=0.13, <0.14", default-features = false, features = ["std", "frame"] }
177177

178178
# --- Storage backends ---------------------------------------------------------
179-
# rust-rocksdb 0.44 line (plan claim of 0.49 does not exist on crates.io).
179+
# rust-rocksdb 0.49 line.
180180
# `default = [snappy, lz4, zstd, zlib, bzip2, bindgen-runtime]` — disable to
181181
# pick only what we use (rocksdb default).
182-
rust-rocksdb = { version = ">=0.44, <0.45", default-features = false, features = [
182+
rust-rocksdb = { version = ">=0.49.1, <0.50", default-features = false, features = [
183183
"mt_static", "snappy", "lz4", "zstd",
184184
] }
185185

0 commit comments

Comments
 (0)