diff --git a/Cargo.lock b/Cargo.lock index 6c7a08b18..d80e3e6c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2326,11 +2326,11 @@ dependencies = [ [[package]] name = "serde_yaml" -version = "0.9.21" +version = "0.9.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9d684e3ec7de3bf5466b32bd75303ac16f0736426e5a4e0d6e489559ce1249c" +checksum = "1a49e178e4452f45cb61d0cd8cebc1b0fafd3e41929e996cef79aa3aca91f574" dependencies = [ - "indexmap 1.9.3", + "indexmap 2.0.0", "itoa", "ryu", "serde", diff --git a/northstar-nstar/Cargo.toml b/northstar-nstar/Cargo.toml index 469604208..296a0f80b 100644 --- a/northstar-nstar/Cargo.toml +++ b/northstar-nstar/Cargo.toml @@ -22,7 +22,7 @@ pin-project-lite = "0.2.9" prettytable-rs = "0.10.0" regex = "1.7.3" serde_json = "1.0.95" -serde_yaml = "0.9.19" +serde_yaml = "0.9.25" tokio = { version = "1.29.1", features = ["fs", "io-std", "io-util", "macros", "net", "rt", "time"] } tokio-util = "0.7.8" url = "2.3.1" diff --git a/northstar-runtime/Cargo.toml b/northstar-runtime/Cargo.toml index 424fb7dbb..4d85b3cc0 100644 --- a/northstar-runtime/Cargo.toml +++ b/northstar-runtime/Cargo.toml @@ -48,7 +48,7 @@ serde = { version = "1.0.164", features = ["derive", "rc"] } serde_json = { version = "1.0.95", optional = true } serde_plain = { version = "1.0.1", optional = true } serde_with = { version = "3.0.0", optional = true } -serde_yaml = { version = "0.9.19", optional = true } +serde_yaml = { version = "0.9.25", optional = true } sha2 = { version = "0.10.6", optional = true } strum = { version = "0.24.1", optional = true } strum_macros = { version = "0.24.3", optional = true }