* chore: bump log from 0.4.11 to 0.4.14 Bumps [log](https://github.com/rust-lang/log) from 0.4.11 to 0.4.14. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.11...0.4.14) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Make version consistent Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tyera Eulberg <tyera@solana.com>
32 lines
972 B
TOML
32 lines
972 B
TOML
[package]
|
|
name = "solana-banks-server"
|
|
version = "1.8.0"
|
|
description = "Solana banks server"
|
|
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
|
|
repository = "https://github.com/solana-labs/solana"
|
|
license = "Apache-2.0"
|
|
homepage = "https://solana.com/"
|
|
documentation = "https://docs.rs/solana-banks-server"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
bincode = "1.3.3"
|
|
futures = "0.3"
|
|
log = "0.4.14"
|
|
mio = "0.7.13"
|
|
solana-banks-interface = { path = "../banks-interface", version = "=1.8.0" }
|
|
solana-runtime = { path = "../runtime", version = "=1.8.0" }
|
|
solana-sdk = { path = "../sdk", version = "=1.8.0" }
|
|
solana-metrics = { path = "../metrics", version = "=1.8.0" }
|
|
tarpc = { version = "0.26.2", features = ["full"] }
|
|
tokio = { version = "1", features = ["full"] }
|
|
tokio-serde = { version = "0.8", features = ["bincode"] }
|
|
tokio-stream = "0.1"
|
|
|
|
[lib]
|
|
crate-type = ["lib"]
|
|
name = "solana_banks_server"
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|