diff --git a/Cargo.toml b/Cargo.toml index b0ed792..5dc6625 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ edition = "2021" [dependencies] dirs = "5.0.1" serde = { version = "1.0.200", features = ["derive"] } -serde_yaml = "0.9" +serde_yaml = "0.9.34" thiserror = "1.0.59" anyhow = { version = "1.0", optional = true }