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"] }