From c8cf033f32c53dbc601590cf50fd07bb38adb35b Mon Sep 17 00:00:00 2001 From: Aaryamann Challani <43716372+rymnc@users.noreply.github.com> Date: Tue, 25 Jul 2023 17:26:43 +0530 Subject: [PATCH] chore(utils): bump pmtree rev (#188) --- Cargo.lock | 2 +- utils/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 579dd67..01b38bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2414,7 +2414,7 @@ dependencies = [ [[package]] name = "pmtree" version = "1.0.0" -source = "git+https://github.com/vacp2p/pmtree?rev=46a39a3#46a39a373ffdb6da14fd122b008437e63f1f7e2b" +source = "git+https://github.com/vacp2p/pmtree?rev=be7c964#be7c96472f5c97b348297ab23c77f228fba0914f" dependencies = [ "rayon", ] diff --git a/utils/Cargo.toml b/utils/Cargo.toml index 5292747..3d43b6d 100644 --- a/utils/Cargo.toml +++ b/utils/Cargo.toml @@ -11,7 +11,7 @@ bench = false ark-ff = { version = "=0.4.1", default-features = false, features = ["asm"] } num-bigint = { version = "=0.4.3", default-features = false, features = ["rand"] } color-eyre = "=0.6.2" -pmtree = { git = "https://github.com/vacp2p/pmtree", rev = "46a39a3", optional = true} +pmtree = { git = "https://github.com/vacp2p/pmtree", rev = "be7c964", optional = true} sled = "=0.34.7" serde = "1.0.44"