From 7e32d70446566ffd557e882156a61844c92fcf22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 16:26:59 +0000 Subject: [PATCH] ci(rust): bump jaq-core from 2.2.1 to 3.1.0 Bumps [jaq-core](https://github.com/01mf02/jaq) from 2.2.1 to 3.1.0. - [Release notes](https://github.com/01mf02/jaq/releases) - [Commits](https://github.com/01mf02/jaq/commits/v3.1.0) --- updated-dependencies: - dependency-name: jaq-core dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 17 ++++++++++++++--- Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 30c053b..bc1d8af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -782,6 +782,17 @@ dependencies = [ "typed-arena", ] +[[package]] +name = "jaq-core" +version = "3.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7561783b20275a6c9cb576e39208b0c635f34ef14357f1f05a2927a774f3adec" +dependencies = [ + "dyn-clone", + "once_cell", + "typed-arena", +] + [[package]] name = "jaq-json" version = "1.1.3" @@ -791,7 +802,7 @@ dependencies = [ "foldhash", "hifijson", "indexmap", - "jaq-core", + "jaq-core 2.2.1", "jaq-std", "serde_json", ] @@ -805,7 +816,7 @@ dependencies = [ "aho-corasick", "base64", "chrono", - "jaq-core", + "jaq-core 2.2.1", "libm", "log", "regex-lite", @@ -1613,7 +1624,7 @@ dependencies = [ "bytes", "clap", "inventory", - "jaq-core", + "jaq-core 3.1.0", "jaq-json", "jaq-std", "lexopt", diff --git a/Cargo.toml b/Cargo.toml index 351a35d..4151390 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ serde = { version = "1", features = ["derive"] } serde_json = "1" toml = "1" url = "2" -jaq-core = "2" +jaq-core = "3" jaq-std = { version = "2", features = ["format", "log", "math", "regex", "time", "std"] } jaq-json = { version = "1", features = ["serde_json"] }