From 3d553a08ab0fbd96e47c5b2402a369556471c34b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 15:55:12 +0000 Subject: [PATCH] chore(deps): bump jaq-core from 1.2.1 to 1.4.0 Bumps [jaq-core](https://github.com/01mf02/jaq) from 1.2.1 to 1.4.0. - [Release notes](https://github.com/01mf02/jaq/releases) - [Commits](https://github.com/01mf02/jaq/commits/v1.4.0) --- updated-dependencies: - dependency-name: jaq-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- crates/weaver_forge/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fdfda1bc..4178193a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1835,12 +1835,12 @@ checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" [[package]] name = "jaq-core" -version = "1.2.1" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03d6a5713b8f33675abfac79d1db0022a3f28764b2a6b96a185c199ad8dab86d" +checksum = "eaadb25ab6563759089aa897f8b8d609d108a8531d742b17a2a80220de685440" dependencies = [ "aho-corasick", - "base64 0.21.7", + "base64 0.22.1", "hifijson", "jaq-interpret", "libm", diff --git a/crates/weaver_forge/Cargo.toml b/crates/weaver_forge/Cargo.toml index 2f109949..bc201381 100644 --- a/crates/weaver_forge/Cargo.toml +++ b/crates/weaver_forge/Cargo.toml @@ -20,7 +20,7 @@ weaver_semconv = { path = "../weaver_semconv" } minijinja = { version = "2.0.1", features = ["loader", "custom_syntax", "debug", "json", "macros"] } convert_case = "0.6.0" -jaq-core = "1.2.1" +jaq-core = "1.4.0" jaq-std = "1.2.1" jaq-interpret = "1.2.1" jaq-parse = "1.0.2"