diff --git a/Cargo.lock b/Cargo.lock index b5bac69326..1f0cb04e53 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1090,7 +1090,7 @@ dependencies = [ [[package]] name = "librocksdb-sys" version = "6.17.3" -source = "git+https://github.com/rust-rocksdb/rust-rocksdb.git#7dd6258b07861b9332f827b416e50e5aee69aea1" +source = "git+https://github.com/rust-rocksdb/rust-rocksdb.git?rev=7dd6258b07861b9332f827b416e50e5aee69aea1#7dd6258b07861b9332f827b416e50e5aee69aea1" dependencies = [ "bindgen", "cc", @@ -1814,7 +1814,7 @@ dependencies = [ [[package]] name = "rocksdb" version = "0.16.0" -source = "git+https://github.com/rust-rocksdb/rust-rocksdb.git#7dd6258b07861b9332f827b416e50e5aee69aea1" +source = "git+https://github.com/rust-rocksdb/rust-rocksdb.git?rev=7dd6258b07861b9332f827b416e50e5aee69aea1#7dd6258b07861b9332f827b416e50e5aee69aea1" dependencies = [ "libc", "librocksdb-sys", diff --git a/pageserver/Cargo.toml b/pageserver/Cargo.toml index 4fb2c789eb..52fd0a9d5a 100644 --- a/pageserver/Cargo.toml +++ b/pageserver/Cargo.toml @@ -32,7 +32,7 @@ tokio-postgres = { git = "https://github.com/zenithdb/rust-postgres.git", rev="a postgres-types = { git = "https://github.com/zenithdb/rust-postgres.git", rev="a0d067b66447951d1276a53fb09886539c3fa094" } postgres-protocol = { git = "https://github.com/zenithdb/rust-postgres.git", rev="a0d067b66447951d1276a53fb09886539c3fa094" } postgres = { git = "https://github.com/zenithdb/rust-postgres.git", rev="a0d067b66447951d1276a53fb09886539c3fa094" } -rocksdb = { git = "https://github.com/rust-rocksdb/rust-rocksdb.git" } +rocksdb = { git = "https://github.com/rust-rocksdb/rust-rocksdb.git", rev="7dd6258b07861b9332f827b416e50e5aee69aea1" } anyhow = "1.0" crc32c = "0.6.0" walkdir = "2"