diff --git a/Cargo.lock b/Cargo.lock index 277236b8..c58bb283 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3176,8 +3176,8 @@ dependencies = [ [[package]] name = "rust-librocksdb-sys" -version = "0.24.0+9.4.0" -source = "git+https://github.com/zaidoon1/rust-rocksdb?rev=4056a3b0f823013fec49f6d0b3e5698856e6476a#4056a3b0f823013fec49f6d0b3e5698856e6476a" +version = "0.25.0+uwu" +source = "git+https://github.com/girlbossceo/rust-rocksdb-zaidoon1?rev=4fcec9354a018bb9667b01d306c103177bcfa790#4fcec9354a018bb9667b01d306c103177bcfa790" dependencies = [ "bindgen", "bzip2-sys", @@ -3193,8 +3193,8 @@ dependencies = [ [[package]] name = "rust-rocksdb" -version = "0.28.0" -source = "git+https://github.com/zaidoon1/rust-rocksdb?rev=4056a3b0f823013fec49f6d0b3e5698856e6476a#4056a3b0f823013fec49f6d0b3e5698856e6476a" +version = "0.29.0" +source = "git+https://github.com/girlbossceo/rust-rocksdb-zaidoon1?rev=4fcec9354a018bb9667b01d306c103177bcfa790#4fcec9354a018bb9667b01d306c103177bcfa790" dependencies = [ "libc", "rust-librocksdb-sys", @@ -3964,9 +3964,8 @@ dependencies = [ [[package]] name = "tikv-jemalloc-ctl" -version = "0.5.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "619bfed27d807b54f7f776b9430d4f8060e66ee138a28632ca898584d462c31c" +version = "0.6.0" +source = "git+https://github.com/girlbossceo/jemallocator?rev=c32af15f3b440ae5e46c3404f78b19093bbd5294#c32af15f3b440ae5e46c3404f78b19093bbd5294" dependencies = [ "libc", "paste", @@ -3975,9 +3974,8 @@ dependencies = [ [[package]] name = "tikv-jemalloc-sys" -version = "0.5.4+5.3.0-patched" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9402443cb8fd499b6f327e40565234ff34dbda27460c5b47db0db77443dd85d1" +version = "0.6.0+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7" +source = "git+https://github.com/girlbossceo/jemallocator?rev=c32af15f3b440ae5e46c3404f78b19093bbd5294#c32af15f3b440ae5e46c3404f78b19093bbd5294" dependencies = [ "cc", "libc", @@ -3985,9 +3983,8 @@ dependencies = [ [[package]] name = "tikv-jemallocator" -version = "0.5.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "965fe0c26be5c56c94e38ba547249074803efd52adfb66de62107d95aab3eaca" +version = "0.6.0" +source = "git+https://github.com/girlbossceo/jemallocator?rev=c32af15f3b440ae5e46c3404f78b19093bbd5294#c32af15f3b440ae5e46c3404f78b19093bbd5294" dependencies = [ "libc", "tikv-jemalloc-sys", diff --git a/Cargo.toml b/Cargo.toml index 15007081..6d008896 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -396,19 +396,21 @@ version = "0.34.0" version = "0.34.0" # jemalloc usage -# locked to 0.5.4 due to static binary linking breakage [workspace.dependencies.tikv-jemalloc-sys] -version = "=0.5.4" +git = "https://github.com/girlbossceo/jemallocator" +rev = "c32af15f3b440ae5e46c3404f78b19093bbd5294" default-features = false features = ["stats", "unprefixed_malloc_on_supported_platforms"] [workspace.dependencies.tikv-jemallocator] -version = "=0.5.4" +git = "https://github.com/girlbossceo/jemallocator" +rev = "c32af15f3b440ae5e46c3404f78b19093bbd5294" default-features = false features = ["stats", "unprefixed_malloc_on_supported_platforms"] [workspace.dependencies.tikv-jemalloc-ctl] -version = "=0.5.4" +git = "https://github.com/girlbossceo/jemallocator" +rev = "c32af15f3b440ae5e46c3404f78b19093bbd5294" default-features = false -features = ["use_std"] +features = ["stats", "use_std"] [workspace.dependencies.console-subscriber] version = "0.4" diff --git a/deps/rust-rocksdb/Cargo.toml b/deps/rust-rocksdb/Cargo.toml index cf49e1ad..ec262685 100644 --- a/deps/rust-rocksdb/Cargo.toml +++ b/deps/rust-rocksdb/Cargo.toml @@ -26,8 +26,8 @@ serde1 = ["rust-rocksdb/serde1"] malloc-usable-size = ["rust-rocksdb/malloc-usable-size"] [dependencies.rust-rocksdb] -git = "https://github.com/zaidoon1/rust-rocksdb" -rev = "4056a3b0f823013fec49f6d0b3e5698856e6476a" +git = "https://github.com/girlbossceo/rust-rocksdb-zaidoon1" +rev = "4fcec9354a018bb9667b01d306c103177bcfa790" #branch = "master" default-features = false