diff --git a/Cargo.lock b/Cargo.lock index 7e96fec..562b801 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -682,9 +682,9 @@ dependencies = [ [[package]] name = "serde_yaml" -version = "0.8.13" +version = "0.8.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae3e2dd40a7cdc18ca80db804b7f461a39bb721160a85c9a1fa30134bf3c02a5" +checksum = "f7baae0a99f1a324984bcdc5f0718384c1f69775f1c7eec8b859b71b443e3fd7" dependencies = [ "dtoa", "linked-hash-map", diff --git a/Cargo.toml b/Cargo.toml index 50829ed..54a2f26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ maplit = "1.0.2" scopeguard = "1.1.0" serde = "1.0.114" serde_derive = "1.0.102" -serde_yaml = "0.8.13" +serde_yaml = "0.8.14" structopt = "0.3.15" [dev-dependencies]