Override yanked arc-swap crate to 0.4.8

This commit is contained in:
Trent Nelson 2020-12-11 15:17:23 -07:00 committed by mergify[bot]
parent 546c6a4531
commit c20ac62c54
2 changed files with 4 additions and 2 deletions

5
Cargo.lock generated
View File

@ -77,9 +77,9 @@ checksum = "6b602bfe940d21c130f3895acd65221e8a61270debe89d628b9cb4e3ccb8569b"
[[package]] [[package]]
name = "arc-swap" name = "arc-swap"
version = "0.4.6" version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b585a98a234c46fc563103e9278c9391fde1f4e6850334da895d27edb9580f62" checksum = "dabe5a181f83789739c194cbe5a897dde195078fac08568d09221fd6137a7ba8"
[[package]] [[package]]
name = "arrayref" name = "arrayref"
@ -4939,6 +4939,7 @@ dependencies = [
name = "solana-storage-bigtable" name = "solana-storage-bigtable"
version = "1.5.0" version = "1.5.0"
dependencies = [ dependencies = [
"arc-swap",
"backoff", "backoff",
"bincode", "bincode",
"bzip2", "bzip2",

View File

@ -9,6 +9,7 @@ homepage = "https://solana.com/"
edition = "2018" edition = "2018"
[dependencies] [dependencies]
arc-swap = "0.4.8"
backoff = {version="0.2.1", features = ["tokio"]} backoff = {version="0.2.1", features = ["tokio"]}
bincode = "1.2.1" bincode = "1.2.1"
bzip2 = "0.3.3" bzip2 = "0.3.3"