🏡 index : ~doyle/rgit.git

author dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2025-05-01 19:42:22.0 +00:00:00
committer GitHub <noreply@github.com> 2025-05-01 19:42:22.0 +00:00:00
commit
7b309c3eee4b30e6f06b61a0d3b87d18ae8dd284 [patch]
tree
70137652ade4f137c0762f4c591db3b85932caf1
parent
db82da0c797f08e5489256794fdec8c1805bb93d
download
7b309c3eee4b30e6f06b61a0d3b87d18ae8dd284.tar.gz

Bump rocksdb from 0.22.0 to 0.23.0

Bumps [rocksdb](https://github.com/rust-rocksdb/rust-rocksdb) from 0.22.0 to 0.23.0.
- [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.22.0...v0.23.0)

---
updated-dependencies:
- dependency-name: rocksdb
  dependency-version: 0.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Diff

 Cargo.lock | 20 ++++++--------------
 Cargo.toml |  2 +-
 2 files changed, 5 insertions(+), 17 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index b62713f..6b54649 100644
--- a/Cargo.lock
+++ a/Cargo.lock
@@ -354,7 +354,6 @@
dependencies = [
 "glob",
 "libc",
 "libloading",
]

[[package]]
@@ -1864,16 +1863,6 @@
checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"

[[package]]
name = "libloading"
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
dependencies = [
 "cfg-if",
 "windows-targets",
]

[[package]]
name = "libredox"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1886,14 +1875,13 @@

[[package]]
name = "librocksdb-sys"
version = "0.16.0+8.10.0"
version = "0.17.1+9.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce3d60bc059831dc1c83903fb45c103f75db65c5a7bf22272764d9cc683e348c"
checksum = "2b7869a512ae9982f4d46ba482c2a304f1efd80c6412a3d4bf57bb79a619679f"
dependencies = [
 "bindgen",
 "bzip2-sys",
 "cc",
 "glob",
 "libc",
 "libz-sys",
]
@@ -2531,9 +2519,9 @@

[[package]]
name = "rocksdb"
version = "0.22.0"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bd13e55d6d7b8cd0ea569161127567cd587676c99f4472f779a0279aa60a7a7"
checksum = "26ec73b20525cb235bad420f911473b69f9fe27cc856c5461bccd7e4af037f43"
dependencies = [
 "libc",
 "librocksdb-sys",
diff --git a/Cargo.toml b/Cargo.toml
index 777cf65..fd31a8e 100644
--- a/Cargo.toml
+++ a/Cargo.toml
@@ -60,7 +60,7 @@
  "bytecheck",
  "alloc",
], default-features = false }
rocksdb = { version = "0.22", default-features = false, features = ["snappy"] }
rocksdb = { version = "0.23", default-features = false, features = ["snappy"] }
serde = { version = "1.0", features = ["derive", "rc"] }
simdutf8 = "0.1.5"
tar = { version = "0.4", default-features = false }