cloud-hypervisor/performance-metrics/Cargo.toml
dependabot[bot] 5f814308d6 build: Bump clap from 4.5.4 to 4.5.13
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.4 to 4.5.13.
- [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/clap_complete-v4.5.4...clap_complete-v4.5.13)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-20 00:02:25 +00:00

16 lines
394 B
TOML

[package]
authors = ["The Cloud Hypervisor Authors"]
build = "../build.rs"
edition = "2021"
name = "performance-metrics"
version = "0.1.0"
[dependencies]
clap = { version = "4.5.13", features = ["wrap_help"] }
dirs = "5.0.1"
serde = { version = "1.0.208", features = ["derive", "rc"] }
serde_json = "1.0.120"
test_infra = { path = "../test_infra" }
thiserror = "1.0.62"
wait-timeout = "0.2.0"