diff --git a/Cargo.lock b/Cargo.lock index d149979..506bdd8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1426,7 +1426,7 @@ dependencies = [ "simplelog", "trustfall", "yaml-hash", - "yaml-rust2 0.8.1", + "yaml-rust2 0.9.0", ] [[package]] @@ -3778,9 +3778,9 @@ dependencies = [ [[package]] name = "yaml-rust2" -version = "0.8.1" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8" +checksum = "2a1a1c0bc9823338a3bdf8c61f994f23ac004c6fa32c08cd152984499b445e8d" dependencies = [ "arraydeque", "encoding_rs", diff --git a/Cargo.toml b/Cargo.toml index 70d9609..fd806f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ serde_yaml = "0.9.34" sha256 = "1.5.0" simplelog = { version = "0.12.2", features = ["paris"] } trustfall = "0.7.1" -yaml-rust2 = "0.8.1" +yaml-rust2 = "0.9.0" # The profile that 'cargo dist' will build with [profile.dist]