From fdccf90a8f8040bfebe7eaae9b2c33cfe7c851c5 Mon Sep 17 00:00:00 2001 From: "hash-worker[bot]" <180894564+hash-worker[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 13:42:52 +0000 Subject: [PATCH] Update Rust crate `hifijson` to 0.5.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e7fbd29e500..8401cc401a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4383,9 +4383,9 @@ dependencies = [ [[package]] name = "hifijson" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e31b7adc036c0d7e45ccaf90b90464df98bcf74b706ad5178750d442268ca17e" +checksum = "242402749acf71e6f32f5857598b7002c4058a4e3c3b22b4c7d51cab9aea754e" [[package]] name = "hkdf" diff --git a/Cargo.toml b/Cargo.toml index dae72bbaa17..91638463a5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -164,7 +164,7 @@ glob = { version = "0.3.3" } globset = { version = "0.4.18", default-features = false } guppy = { version = "0.17.20", default-features = false } hashbrown = { version = "0.17.0", default-features = false, features = ["inline-more", "nightly", "raw-entry"] } -hifijson = { version = "0.4.0", default-features = false } +hifijson = { version = "0.5.0", default-features = false } hostname = { version = "0.4.2", default-features = false } http = { version = "1.3.1", default-features = false } humansize = { version = "2.1.3", default-features = false }