diff --git a/Cargo.lock b/Cargo.lock index b60ff5c..0672751 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1582,11 +1582,9 @@ checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" [[package]] name = "persy" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de4cd9bda96e9bab3c961620ca512def7a7a880152780132632506abe4414458" +version = "1.1.0" +source = "git+https://gitlab.com/tglman/persy.git?branch=master#edfa63ea0c2e6cae95bd255552258ee8b4c6a196" dependencies = [ - "byteorder", "crc", "data-encoding", "fs2", @@ -1597,15 +1595,6 @@ dependencies = [ "zigzag", ] -[[package]] -name = "pest" -version = "2.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53" -dependencies = [ - "ucd-trie", -] - [[package]] name = "pin-project" version = "1.0.8" diff --git a/Cargo.toml b/Cargo.toml index 36fe845..7624920 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ tokio = "1.11.0" # Used for storing data permanently sled = { version = "0.34.6", features = ["compression", "no_metrics"], optional = true } #sled = { git = "https://github.com/spacejam/sled.git", rev = "e4640e0773595229f398438886f19bca6f7326a2", features = ["compression"] } -persy = { version = "1.0", optional = true } +persy = { git = "https://gitlab.com/tglman/persy.git", branch="master" , optional = true } # Used by the persy write cache for background flush timer = "0.2" chrono = "0.4"