🏡 index : ~doyle/rgit.git

author jordan <jordan@doyle.la> 2025-05-03 21:51:25.0 +07:00:00
committer GitHub <noreply@github.com> 2025-05-03 21:51:25.0 +07:00:00
commit
2ed4d641e2bc44984626f469a4b92e4305ba24fb [patch]
tree
7220c29cd2aed8d44a733e926373ee021aa358c1
parent
79e5952689e8bf798d4fb7187bcdad783e45c745
parent
7b309c3eee4b30e6f06b61a0d3b87d18ae8dd284
download
2ed4d641e2bc44984626f469a4b92e4305ba24fb.tar.gz

Merge pull request #143 from w4/dependabot/cargo/rocksdb-0.23.0

Bump rocksdb from 0.22.0 to 0.23.0

Diff

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

diff --git a/Cargo.lock b/Cargo.lock
index 2d8792e..a7c7efd 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 }