Bump rust-rocksdb, jevmalloc. (fixes #238) (fixes #239)

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-12-17 07:09:41 +00:00
parent 417e9ba052
commit c9a26a0280
2 changed files with 6 additions and 6 deletions

8
Cargo.lock generated
View File

@@ -2183,7 +2183,7 @@ checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
[[package]]
name = "jevmalloc"
version = "0.0.0+5.3.0-1-g54eaed1d8b56b1aa528be3bdd1877e59c56fa90c"
source = "git+https://github.com/matrix-construct/jevmalloc?rev=29fde02533ee2c6a5e9b87095324e6f7a5d43738#29fde02533ee2c6a5e9b87095324e6f7a5d43738"
source = "git+https://github.com/matrix-construct/jevmalloc?rev=93795449913f65ab533b7fa482333eef63fc3ae0#93795449913f65ab533b7fa482333eef63fc3ae0"
dependencies = [
"jevmalloc-sys",
"libc",
@@ -2193,7 +2193,7 @@ dependencies = [
[[package]]
name = "jevmalloc-sys"
version = "0.0.0+5.3.0-1-g54eaed1d8b56b1aa528be3bdd1877e59c56fa90c"
source = "git+https://github.com/matrix-construct/jevmalloc?rev=29fde02533ee2c6a5e9b87095324e6f7a5d43738#29fde02533ee2c6a5e9b87095324e6f7a5d43738"
source = "git+https://github.com/matrix-construct/jevmalloc?rev=93795449913f65ab533b7fa482333eef63fc3ae0#93795449913f65ab533b7fa482333eef63fc3ae0"
dependencies = [
"cc",
"libc",
@@ -3871,7 +3871,7 @@ dependencies = [
[[package]]
name = "rust-librocksdb-sys"
version = "0.40.0+10.7.5"
source = "git+https://github.com/matrix-construct/rust-rocksdb?rev=31e6f8dd4a531b379c132e82773efc9315b0489a#31e6f8dd4a531b379c132e82773efc9315b0489a"
source = "git+https://github.com/matrix-construct/rust-rocksdb?rev=c11395350bc1f2090a0152f2d15c8c5847821eba#c11395350bc1f2090a0152f2d15c8c5847821eba"
dependencies = [
"bindgen",
"bzip2-sys",
@@ -3888,7 +3888,7 @@ dependencies = [
[[package]]
name = "rust-rocksdb"
version = "0.44.2"
source = "git+https://github.com/matrix-construct/rust-rocksdb?rev=31e6f8dd4a531b379c132e82773efc9315b0489a#31e6f8dd4a531b379c132e82773efc9315b0489a"
source = "git+https://github.com/matrix-construct/rust-rocksdb?rev=c11395350bc1f2090a0152f2d15c8c5847821eba#c11395350bc1f2090a0152f2d15c8c5847821eba"
dependencies = [
"libc",
"parking_lot",

View File

@@ -233,7 +233,7 @@ version = "0.14"
[workspace.dependencies.jevmalloc]
git = "https://github.com/matrix-construct/jevmalloc"
rev = "29fde02533ee2c6a5e9b87095324e6f7a5d43738"
rev = "93795449913f65ab533b7fa482333eef63fc3ae0"
[workspace.dependencies.jsonwebtoken]
version = "9.3"
@@ -372,7 +372,7 @@ default-features = false
[workspace.dependencies.rust-rocksdb]
git = "https://github.com/matrix-construct/rust-rocksdb"
rev = "31e6f8dd4a531b379c132e82773efc9315b0489a"
rev = "c11395350bc1f2090a0152f2d15c8c5847821eba"
default-features = false
features = [
"bzip2",