From 03128e5173d0101879f204de6e56f0781c93cc8c Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Mon, 9 Sep 2024 20:35:29 -0400 Subject: [PATCH] bump yamlpath --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f9329609..79c2b173 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1687,9 +1687,9 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] name = "yamlpath" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d55fd88d0f8a01d2507db53a06129114b2786a36336afd31e291e3a58333736" +checksum = "54607da107155315bfb9c64cc8cb4365c6966a5f3ce2e520e4064ee20334c144" dependencies = [ "thiserror", "tree-sitter", diff --git a/Cargo.toml b/Cargo.toml index c659ad9a..1449ea82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,4 +18,4 @@ serde = { version = "1.0.208", features = ["derive"] } serde-sarif = "0.6.5" serde_json = "1.0.125" serde_yaml = "0.9.34" -yamlpath = "0.4.0" +yamlpath = "0.4.1"