From 6694dce7471b10203ecf6109964cd4ec8477d1cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Aug 2025 03:19:52 +0000 Subject: [PATCH] chore(deps): update rust crate bounded-integer to 0.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 92dc494..9c93b9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ keywords = ["cevio", "tts", "text-to-speech", "speech-synthesis", "windows"] categories = ["multimedia::audio", "api-bindings", "os::windows-apis"] [workspace.dependencies] -bounded-integer = { version = "0.5", features = ["macro"] } +bounded-integer = { version = "0.6", features = ["macro"] } derive_builder = "0.20" parking_lot = "0.12" serde = { version = "1.0", features = ["derive"] }