diff --git a/Cargo.lock b/Cargo.lock index 13e5a3a1..d5fbf6aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 63bac82c..f880eb33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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",