diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index 7e1dfde..89e0ad1 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -31,7 +31,7 @@ once_cell = "1" thiserror = "1" libc = "0.2.94" serde = { version = "1.0", features = ["derive"] } -serde_yaml = "0.8" +serde_yaml = "0.9" toml = "0.5.7" nix = "0.22" uuid = { version = "0.8", features = ["v4"] }