From d27aa976e67c718c781c3d257d928255d44c7e75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 21:09:45 -0700 Subject: [PATCH] chore(deps): bump jaq-parse from 1.0.2 to 1.0.3 (#271) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Laurent Quérel --- Cargo.lock | 4 ++-- crates/weaver_forge/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0cfdf924..6ad883f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2089,9 +2089,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/crates/weaver_forge/Cargo.toml b/crates/weaver_forge/Cargo.toml index a2a08761..ab5bd8cf 100644 --- a/crates/weaver_forge/Cargo.toml +++ b/crates/weaver_forge/Cargo.toml @@ -24,7 +24,7 @@ convert_case = "0.6.0" jaq-core = "1.5.0" jaq-std = "1.5.1" jaq-interpret = "1.5.0" -jaq-parse = "1.0.2" +jaq-parse = "1.0.3" jaq-syn = "1.1.0" indexmap = "2.2.6" regex = "1.10.5"