From 4a626a27ef09a4f1c7895fac908bfa21bcd8cb45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 19:24:06 +0000 Subject: [PATCH] chore(deps): bump hifijson from 0.2.3 to 0.5.0 Bumps [hifijson](https://github.com/01mf02/hifijson) from 0.2.3 to 0.5.0. - [Release notes](https://github.com/01mf02/hifijson/releases) - [Commits](https://github.com/01mf02/hifijson/commits) --- updated-dependencies: - dependency-name: hifijson dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 ++++++++-- crates/vendor/jaq/Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 669d98a44..6b29a76c7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1749,6 +1749,12 @@ version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0a7763b98ba8a24f59e698bf9ab197e7676c640d6455d1580b4ce7dc560f0f0d" +[[package]] +name = "hifijson" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "242402749acf71e6f32f5857598b7002c4058a4e3c3b22b4c7d51cab9aea754e" + [[package]] name = "hostname" version = "0.4.2" @@ -2287,7 +2293,7 @@ name = "jaq" version = "2.3.0" dependencies = [ "codesnake", - "hifijson", + "hifijson 0.5.0", "jaq-core", "jaq-json", "jaq-std", @@ -2317,7 +2323,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "01dbdbd07b076e8403abac68ce7744d93e2ecd953bbc44bf77bf00e1e81172bc" dependencies = [ "foldhash 0.1.5", - "hifijson", + "hifijson 0.2.3", "indexmap", "jaq-core", "jaq-std", diff --git a/crates/vendor/jaq/Cargo.toml b/crates/vendor/jaq/Cargo.toml index 58d620c90..d2f7af1c7 100644 --- a/crates/vendor/jaq/Cargo.toml +++ b/crates/vendor/jaq/Cargo.toml @@ -14,7 +14,7 @@ jaq-std = "2.1.0" jaq-json = "1.1.1" codesnake = "0.2" -hifijson = "0.2.0" +hifijson = "0.5.0" memmap2 = "0.9" tempfile = "3.3.0" unicode-width = "0.1.13"