diff --git a/Cargo.lock b/Cargo.lock index fb12b9f..db7b242 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5651,7 +5651,7 @@ dependencies = [ "network", "parking_lot 0.12.1", "primitive-types 0.12.1", - "serde_yaml 0.9.22", + "serde_yaml 0.9.23", "slot_clock", "smallvec", "tiny-keccak", @@ -6344,9 +6344,9 @@ dependencies = [ [[package]] name = "serde_yaml" -version = "0.9.22" +version = "0.9.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "452e67b9c20c37fa79df53201dc03839651086ed9bbe92b3ca585ca9fdaa7d85" +checksum = "da6075b41c7e3b079e5f246eb6094a44850d3a4c25a67c581c80796c80134012" dependencies = [ "indexmap 2.0.0", "itoa", diff --git a/Cargo.toml b/Cargo.toml index 908f4af..ef16e12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ libp2p = { version = "0.50.0", default-features = false, features = ["dns", "tok lru = "0.10.1" parking_lot = "0.12.1" primitive-types = "0.12.1" -serde_yaml = "0.9.22" +serde_yaml = "0.9.23" smallvec = "1.11.0" tiny-keccak = { version = "2.0.2", features = ["keccak"] } tokio = { version = "1.26.0", features = ["full"] }