Bumps [bincode](https://github.com/servo/bincode) from 1.1.4 to 1.2.0. - [Release notes](https://github.com/servo/bincode/releases) - [Commits](https://github.com/servo/bincode/compare/v1.1.4...v1.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
29 lines
783 B
TOML
29 lines
783 B
TOML
[package]
|
|
name = "solana-client"
|
|
version = "0.20.0"
|
|
description = "Solana Client"
|
|
authors = ["Solana Maintainers <maintainers@solana.com>"]
|
|
repository = "https://github.com/solana-labs/solana"
|
|
homepage = "https://solana.com/"
|
|
license = "Apache-2.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
bincode = "1.2.0"
|
|
bs58 = "0.3.0"
|
|
jsonrpc-core = "13.2.0"
|
|
log = "0.4.8"
|
|
rand = "0.6.5"
|
|
rayon = "1.2.0"
|
|
reqwest = { version = "0.9.20", default-features = false, features = ["rustls-tls"] }
|
|
serde = "1.0.101"
|
|
serde_derive = "1.0.101"
|
|
serde_json = "1.0.40"
|
|
solana-netutil = { path = "../netutil", version = "0.20.0" }
|
|
solana-sdk = { path = "../sdk", version = "0.20.0" }
|
|
|
|
[dev-dependencies]
|
|
jsonrpc-core = "13.2.0"
|
|
jsonrpc-http-server = "13.2.0"
|
|
solana-logger = { path = "../logger", version = "0.20.0" }
|