chore(utils): bump pmtree rev (#188)

This commit is contained in:
Aaryamann Challani 2023-07-25 17:26:43 +05:30 committed by GitHub
parent 23d2331b78
commit c8cf033f32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -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",
]

View File

@ -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"