diff --git a/Cargo.lock b/Cargo.lock index 20111fd..d0a76c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1439,9 +1439,9 @@ dependencies = [ [[package]] name = "serde_yaml" -version = "0.9.24" +version = "0.9.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd5f51e3fdb5b9cdd1577e1cb7a733474191b1aca6a72c2e50913241632c1180" +checksum = "1a49e178e4452f45cb61d0cd8cebc1b0fafd3e41929e996cef79aa3aca91f574" dependencies = [ "indexmap 2.0.0", "itoa", diff --git a/Cargo.toml b/Cargo.toml index 674fd41..e25ca1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" anyhow = "1.0" clap = { version = "4.3.17", features = ["derive"] } serde = { version = "1.0.174", features = ["derive"] } -serde_yaml = "0.9.24" +serde_yaml = "0.9.25" serde_json = "1.0.103" log = { version = "0.4.19", features = ["std"] } lazy_static = "1.4.0"