From 2482cfc8788a9922f1c6fbf490b8800855b82c94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 May 2025 15:30:07 +0000 Subject: [PATCH] chore(deps): bump jaq-std from 2.1.0 to 2.1.1 Bumps [jaq-std](https://github.com/01mf02/jaq) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/01mf02/jaq/releases) - [Commits](https://github.com/01mf02/jaq/compare/v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: jaq-std dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 76ba5c69..d567fff4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3213,9 +3213,9 @@ dependencies = [ [[package]] name = "jaq-std" -version = "2.1.0" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df355eccf9f27755ebc5d0b220d4878b7017349b904acde126909155ba33fba1" +checksum = "9360182e2b7837fe24ad8da58e21b29c5bff9eb722e68603986535c1e1b39a46" dependencies = [ "aho-corasick", "base64 0.22.1", diff --git a/crates/weaver_forge/Cargo.toml b/crates/weaver_forge/Cargo.toml index cc5ab72c..a4b9dd74 100644 --- a/crates/weaver_forge/Cargo.toml +++ b/crates/weaver_forge/Cargo.toml @@ -29,7 +29,7 @@ minijinja = { version = "2.9.0", features = [ minijinja-contrib = { version = "2.9.0", features = ["pycompat"] } convert_case = "0.8.0" jaq-core = "2.2.0" -jaq-std = "2.0.0" +jaq-std = "2.1.1" jaq-json = { version = "1.1.1", features = ["serde_json"] } indexmap = "2.9.0" regex = "1.11.1"