From bf5d1fd25f412ef27b00b5bb128c2ee0f129db28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 09:42:32 +0000 Subject: [PATCH] chore(deps): bump the example-cargo group across 1 directory with 3 updates Bumps the example-cargo group with 3 updates in the /examples/hyperlight directory: [jaq-core](https://github.com/01mf02/jaq), [jaq-std](https://github.com/01mf02/jaq) and [jaq-json](https://github.com/01mf02/jaq). Updates `jaq-core` from 3.1.0 to 3.1.1 - [Release notes](https://github.com/01mf02/jaq/releases) - [Commits](https://github.com/01mf02/jaq/compare/v3.1.0...v3.1.1) Updates `jaq-std` from 3.0.2 to 3.0.3 - [Release notes](https://github.com/01mf02/jaq/releases) - [Commits](https://github.com/01mf02/jaq/commits) Updates `jaq-json` from 2.0.2 to 2.0.3 - [Release notes](https://github.com/01mf02/jaq/releases) - [Commits](https://github.com/01mf02/jaq/commits) --- updated-dependencies: - dependency-name: jaq-core dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: example-cargo - dependency-name: jaq-std dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: example-cargo - dependency-name: jaq-json dependency-version: 2.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: example-cargo ... Signed-off-by: dependabot[bot] --- examples/hyperlight/Cargo.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/hyperlight/Cargo.lock b/examples/hyperlight/Cargo.lock index 4f0a7d8af..f81a73c96 100644 --- a/examples/hyperlight/Cargo.lock +++ b/examples/hyperlight/Cargo.lock @@ -655,9 +655,9 @@ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" [[package]] name = "jaq-core" -version = "3.1.0" +version = "3.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7561783b20275a6c9cb576e39208b0c635f34ef14357f1f05a2927a774f3adec" +checksum = "f72ba7158fe9fc1bc4baace1b71e6d0d3d27c6839dd87dc1f233dd408f5dd85b" dependencies = [ "dyn-clone", "once_cell", @@ -666,9 +666,9 @@ dependencies = [ [[package]] name = "jaq-json" -version = "2.0.2" +version = "2.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48d801b0b57f10064c4e9f5a4f6c97d0ccf62649b179ff8ac23cd494a3120ee9" +checksum = "4be2f53207ffb1313a2d2ad819cfa8bfaa7936cb85a110eda10fd5da822cec94" dependencies = [ "bstr", "bytes", @@ -685,9 +685,9 @@ dependencies = [ [[package]] name = "jaq-std" -version = "3.0.2" +version = "3.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7941c8de9c591052050550f228c62ef80d3ecbd84c330f5c454bc8ebb7a04089" +checksum = "9f90e485abfd3189510c996e77be55056a51038b0fa5805e6c97b5dcf0d9ab55" dependencies = [ "aho-corasick", "base64 0.22.1",