Revert "chore: bump trees from 0.2.1 to 0.4.2 (#18041)" (#18045)

This reverts commit f2a7152c0c3882a51726c22cb7081671216267b5.
This commit is contained in:
Jeff Washington (jwash) 2021-06-17 14:04:59 -05:00 committed by GitHub
parent 1feaaf009d
commit bab96e878e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 4 deletions

13
Cargo.lock generated
View File

@ -1998,6 +1998,12 @@ version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9007da9cacbd3e6343da136e98b0d2df013f553d35bdec8b518f07bea768e19c"
[[package]]
name = "indexed"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d480125acf340d6a6e59dab69ae19d6fca3a906e1eade277671272cc8f73794b"
[[package]]
name = "indexmap"
version = "1.6.2"
@ -6723,9 +6729,12 @@ checksum = "a7f741b240f1a48843f9b8e0444fb55fb2a4ff67293b50a9179dfd5ea67f8d41"
[[package]]
name = "trees"
version = "0.4.2"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0de5f738ceab88e2491a94ddc33c3feeadfa95fedc60363ef110845df12f3878"
checksum = "afa1821e85be4f56cc5bd08bdbc32c0e26d105c90bed9c637992f6c7f747c180"
dependencies = [
"indexed",
]
[[package]]
name = "try-lock"

View File

@ -69,7 +69,7 @@ solana-vote-program = { path = "../programs/vote", version = "=1.8.0" }
tempfile = "3.2.0"
thiserror = "1.0"
solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "=1.8.0" }
trees = "0.4.2"
trees = "0.2.1"
[dev-dependencies]
jsonrpc-core = "17.1.0"

View File

@ -52,7 +52,7 @@ tempfile = "3.2.0"
thiserror = "1.0"
tokio = { version = "1", features = ["full"] }
tokio-stream = "0.1"
trees = "0.4.2"
trees = "0.2.1"
# Disable reed-solomon-erasure/simd-accel feature on aarch64 only since it
# requires clang to support -march=native.