mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45:20 +00:00
ac97690848
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.19.0 to 1.20.2. - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.19.0...v1.20.2) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
16 lines
282 B
TOML
16 lines
282 B
TOML
[package]
|
|
authors = ["The Cloud Hypervisor Authors"]
|
|
edition = "2021"
|
|
name = "tracer"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
libc = "0.2.158"
|
|
log = "0.4.22"
|
|
once_cell = "1.20.2"
|
|
serde = { version = "1.0.208", features = ["derive", "rc"] }
|
|
serde_json = "1.0.120"
|
|
|
|
[features]
|
|
tracing = []
|