* chore: bump flate2 from 1.0.21 to 1.0.22 Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.0.21 to 1.0.22. - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](https://github.com/rust-lang/flate2-rs/compare/1.0.21...1.0.22) --- updated-dependencies: - dependency-name: flate2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * [auto-commit] Update all Cargo lock files Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
38 lines
1.0 KiB
TOML
38 lines
1.0 KiB
TOML
[package]
|
|
name = "solana-storage-bigtable"
|
|
version = "1.8.0"
|
|
description = "Solana Storage BigTable"
|
|
authors = ["Solana Maintainers <maintainers@solana.com>"]
|
|
repository = "https://github.com/solana-labs/solana"
|
|
license = "Apache-2.0"
|
|
homepage = "https://solana.com/"
|
|
documentation = "https://docs.rs/solana-storage-bigtable"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
backoff = { version = "0.3.0", features = ["tokio"] }
|
|
bincode = "1.3.3"
|
|
bzip2 = "0.4.3"
|
|
enum-iterator = "0.7.0"
|
|
flate2 = "1.0.22"
|
|
goauth = "0.10.0"
|
|
log = "0.4.14"
|
|
prost = "0.8.0"
|
|
prost-types = "0.8.0"
|
|
serde = "1.0.130"
|
|
serde_derive = "1.0.103"
|
|
smpl_jwt = "0.6.0"
|
|
solana-sdk = { path = "../sdk", version = "=1.8.0" }
|
|
solana-storage-proto = { path = "../storage-proto", version = "=1.8.0" }
|
|
solana-transaction-status = { path = "../transaction-status", version = "=1.8.0" }
|
|
thiserror = "1.0"
|
|
tonic = { version = "0.5.2", features = ["tls", "transport"] }
|
|
zstd = "0.9.0"
|
|
|
|
[lib]
|
|
crate-type = ["lib"]
|
|
name = "solana_storage_bigtable"
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|