From 6448545a7f5a1dee88bce6f0830bdbfd1c99c617 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 17:32:34 -0500 Subject: [PATCH] deps: bump bytesize from 1.3.3 to 2.4.2 (#2286) Bumps [bytesize](https://github.com/bytesize-rs/bytesize) from 1.3.3 to 2.4.2.
Release notes

Sourced from bytesize's releases.

bytesize: v2.4.2

bytesize: v2.4.1

bytesize: v2.4.0

bytesize: v2.3.1

bytesize: v2.3.0

bytesize: v2.2.0

bytesize: v2.1.0

bytesize: v2.0.1

bytesize: v2.0.0

Changelog

Sourced from bytesize's changelog.

2.4.2

2.4.1

2.4.0

2.3.1

2.3.0

2.2.0

2.1.0

2.0.1

v2.0.0

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=bytesize&package-manager=cargo&previous-version=1.3.3&new-version=2.4.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- crates/headroom-proxy/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7be07cbd2..6dd065fb6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -861,9 +861,9 @@ dependencies = [ [[package]] name = "bytesize" -version = "1.3.3" +version = "2.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e93abca9e28e0a1b9877922aacb20576e05d4679ffa78c3d6dc22a26a216659" +checksum = "3d7c8918969267b2932ffd5655509bbbea0833823058c378876953217f5fc50e" [[package]] name = "cast" diff --git a/crates/headroom-proxy/Cargo.toml b/crates/headroom-proxy/Cargo.toml index 898645e9d..813b826a7 100644 --- a/crates/headroom-proxy/Cargo.toml +++ b/crates/headroom-proxy/Cargo.toml @@ -38,7 +38,7 @@ http-body-util = "0.1" hyper = "1" url = "2" humantime = "2" -bytesize = "1" +bytesize = "2" tokio-util = { version = "0.7" } headroom-core = { path = "../headroom-core" } # Phase D PR-D1: native Bedrock InvokeModel route. SigV4 + AWS