From 6f00eb594d3aac8430e95c746ccf617cfd6f248d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 05:11:09 +0000 Subject: [PATCH] build(deps): update bounded-integer requirement from 0.5 to 0.6 Updates the requirements on [bounded-integer](https://github.com/Kestrer/bounded-integer) to permit the latest version. - [Commits](https://github.com/Kestrer/bounded-integer/compare/v0.5.0...v0.5.8) --- updated-dependencies: - dependency-name: bounded-integer dependency-version: 0.5.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 74bc1789..23db8d9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -94,7 +94,7 @@ abi_stable = "0.11.3" anyhow = "1" argh = "0.1" base64 = "0.22" -bounded-integer = "0.5" +bounded-integer = "0.6" byte-unit = "5.1" ctor = "0.8" darling = "0.20"