Files
solana/runtime/store-tool/Cargo.toml
dependabot[bot] 4c92fad5af chore: bump clap from 3.0.0-beta.5 to 3.1.5
Bumps [clap](https://github.com/clap-rs/clap) from 3.0.0-beta.5 to 3.1.5.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.0.0-beta.5...v3.1.5)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-03 06:39:38 +00:00

21 lines
616 B
TOML

[package]
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
edition = "2021"
name = "solana-store-tool"
description = "Tool to inspect append vecs"
version = "1.10.1"
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"
publish = false
[dependencies]
log = { version = "0.4.14" }
solana-logger = { path = "../../logger", version = "=1.10.1" }
solana-version = { path = "../../version", version = "=1.10.1" }
solana-runtime = { path = "..", version = "=1.10.1" }
clap = "3.1.5"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]