From 785273b8fc9f437a7ced78ff4bfb4756606f50bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 11:49:13 +0000 Subject: [PATCH] build(deps): bump jaq-parse from 1.0.2 to 1.0.3 Bumps [jaq-parse](https://github.com/01mf02/jaq) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/01mf02/jaq/releases) - [Commits](https://github.com/01mf02/jaq/commits) --- updated-dependencies: - dependency-name: jaq-parse dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f3a12fe5..2201e0a1f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3032,9 +3032,9 @@ dependencies = [ [[package]] name = "jaq-parse" -version = "1.0.2" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef6f8beb9f9922546419e774e24199e8a968f54c63a5a2323c8f3ef3321ace14" +checksum = "0346d7d3146cdda8acd929581f3d6626a332356c74d5c95aeaffaac2eb6dee82" dependencies = [ "chumsky", "jaq-syn", diff --git a/Cargo.toml b/Cargo.toml index 5b6fb0a0c..17f0c0342 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -124,7 +124,7 @@ indicatif = "0.17" itertools = "0.13" itoa = "1" jaq-interpret = "1.5.0" -jaq-parse = "1.0.2" +jaq-parse = "1.0.3" jemallocator = { version = "0.5", optional = true } json-objects-to-csv = "0.1.3" jsonschema = { version = "0.18", features = [