More aggressive cargo update

Adds a few deps which are fine. Patches an old parking_lot(_core) version.
This commit is contained in:
Luke Parker
2024-05-21 08:07:32 -04:00
parent 09aac20293
commit a473800c26
6 changed files with 205 additions and 103 deletions

View File

@@ -2,6 +2,8 @@
resolver = "2"
members = [
# Version patches
"patches/parking_lot_core",
"patches/parking_lot",
"patches/zstd",
"patches/rocksdb",
"patches/proc-macro-crate",
@@ -112,6 +114,8 @@ lazy_static = { git = "https://github.com/rust-lang-nursery/lazy-static.rs", rev
# Needed due to dockertest's usage of `Rc`s when we need `Arc`s
dockertest = { git = "https://github.com/orcalabs/dockertest-rs", rev = "4dd6ae24738aa6dc5c89444cc822ea4745517493" }
parking_lot_core = { path = "patches/parking_lot_core" }
parking_lot = { path = "patches/parking_lot" }
# wasmtime pulls in an old version for this
zstd = { path = "patches/zstd" }
# Needed for WAL compression