diff --git a/Cargo.lock b/Cargo.lock index 04d851bb..d6d5a563 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1334,7 +1334,7 @@ dependencies = [ [[package]] name = "librocksdb-sys" version = "0.13.0+8.6.7" -source = "git+https://github.com/rust-rocksdb/rust-rocksdb?rev=bbb3fad23a3e41ead0fbf25c39d7300a14b2be7b#bbb3fad23a3e41ead0fbf25c39d7300a14b2be7b" +source = "git+https://github.com/rust-rocksdb/rust-rocksdb?rev=4b8a2ce57e9c4b745784fa3d023c8e3b4ab3a83c#4b8a2ce57e9c4b745784fa3d023c8e3b4ab3a83c" dependencies = [ "bindgen", "bzip2-sys", @@ -1342,6 +1342,7 @@ dependencies = [ "glob", "libc", "libz-sys", + "lz4-sys", "pkg-config", "zstd-sys", ] @@ -1410,6 +1411,16 @@ dependencies = [ "linked-hash-map", ] +[[package]] +name = "lz4-sys" +version = "1.9.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900" +dependencies = [ + "cc", + "libc", +] + [[package]] name = "maplit" version = "1.0.2" @@ -2106,7 +2117,7 @@ dependencies = [ [[package]] name = "rocksdb" version = "0.21.0" -source = "git+https://github.com/rust-rocksdb/rust-rocksdb?rev=bbb3fad23a3e41ead0fbf25c39d7300a14b2be7b#bbb3fad23a3e41ead0fbf25c39d7300a14b2be7b" +source = "git+https://github.com/rust-rocksdb/rust-rocksdb?rev=4b8a2ce57e9c4b745784fa3d023c8e3b4ab3a83c#4b8a2ce57e9c4b745784fa3d023c8e3b4ab3a83c" dependencies = [ "libc", "librocksdb-sys", diff --git a/Cargo.toml b/Cargo.toml index 1762a165..4396fe3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,7 +90,7 @@ heed = { git = "https://github.com/timokoesters/heed.git", rev = "f6f825da7fb2c7 # Used for ruma wrapper serde_html_form = "0.2.0" -rocksdb = { git = "https://github.com/rust-rocksdb/rust-rocksdb", rev = "bbb3fad23a3e41ead0fbf25c39d7300a14b2be7b", default-features = false, features = ["multi-threaded-cf", "snappy", "lz4", "zstd", "io-uring"], optional = true } +rocksdb = { git = "https://github.com/rust-rocksdb/rust-rocksdb", rev = "4b8a2ce57e9c4b745784fa3d023c8e3b4ab3a83c", default-features = false, features = ["multi-threaded-cf", "snappy", "lz4", "zstd", "io-uring"], optional = true } thread_local = "1.1.7" # used for TURN server authentication