From 8f2393477f361db457539be18021a0fc3e3cbc52 Mon Sep 17 00:00:00 2001 From: "hash-worker[bot]" <180894564+hash-worker[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 08:12:43 +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 4cbe9842af6..ecb8c50cff1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4079,9 +4079,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 16e203ce543..a5c7a2b8fcf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -160,7 +160,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 } http = { version = "1.3.1", default-features = false } humansize = { version = "2.1.3", default-features = false } hyper = { version = "1.7.0", default-features = false }