mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 21:55:20 +00:00
0fbb3e2c2c
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.115 to 1.0.120. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.115...v1.0.120) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
13 lines
266 B
TOML
13 lines
266 B
TOML
[package]
|
|
authors = ["The Cloud Hypervisor Authors"]
|
|
edition = "2021"
|
|
name = "event_monitor"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
flume = "0.11.0"
|
|
libc = "0.2.153"
|
|
once_cell = "1.19.0"
|
|
serde = { version = "1.0.197", features = ["derive", "rc"] }
|
|
serde_json = "1.0.120"
|