diff --git a/Cargo.lock b/Cargo.lock index 7187b48..7adf37e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -536,9 +536,9 @@ dependencies = [ [[package]] name = "serde_yaml" -version = "0.8.23" +version = "0.8.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4a521f2940385c165a24ee286aa8599633d162077a54bdcae2a6fd5a7bfa7a0" +checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b" dependencies = [ "indexmap", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 81fd17f..d0b9b17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ pretty_env_logger = "0.4.0" rand = "0.8.5" serde = "1.0.136" serde_derive = "1.0.136" -serde_yaml = "0.8.23" +serde_yaml = "0.8.26" [profile.release] debug = true \ No newline at end of file