diff --git a/Cargo.lock b/Cargo.lock index cf7345b..9932767 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -221,7 +221,7 @@ dependencies = [ "rlimit", "serde", "serde_json", - "serde_yaml 0.9.32", + "serde_yaml 0.9.33", "shellexpand", "strum", "syscall-numbers", @@ -1553,9 +1553,9 @@ dependencies = [ [[package]] name = "serde_yaml" -version = "0.9.32" +version = "0.9.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fd075d994154d4a774f95b51fb96bdc2832b0ea48425c92546073816cda1f2f" +checksum = "a0623d197252096520c6f2a5e1171ee436e5af99a5d7caa2891e55e61950e6d9" dependencies = [ "indexmap 2.2.1", "itoa", @@ -1899,9 +1899,9 @@ checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" [[package]] name = "unsafe-libyaml" -version = "0.2.10" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab4c90930b95a82d00dc9e9ac071b4991924390d46cbd0dfe566148667605e4b" +checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" [[package]] name = "url" diff --git a/Cargo.toml b/Cargo.toml index 3345bac..60e09a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ regex = "1.10.3" rlimit = "0.10.1" serde = { version = "1.0.197", features = ["derive"] } serde_json = "1.0.114" -serde_yaml = "0.9.32" +serde_yaml = "0.9.33" shellexpand = "3.1.0" strum = { version = "0.26.2", features = ["derive"] } syscall-numbers = "3.1.0"