diff --git a/Cargo.lock b/Cargo.lock index 71b46f0..1af11c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -184,7 +184,7 @@ version = "0.1.0" dependencies = [ "anyhow", "audio-protocol", - "base64 0.22.1", + "base64 0.23.1", "cpal", "crossbeam-channel", "ct2rs", diff --git a/crates/audio-core/Cargo.toml b/crates/audio-core/Cargo.toml index cc1f778..20ac98f 100644 --- a/crates/audio-core/Cargo.toml +++ b/crates/audio-core/Cargo.toml @@ -26,7 +26,7 @@ ndarray = "0.17.2" rubato = "3.0.0" ureq = { version = "3.3.0", features = ["json"] } tungstenite = { version = "0.30.0", features = ["native-tls"] } -base64 = "0.22.1" +base64 = "0.23.1" [target.'cfg(target_os = "macos")'.dependencies] whisper-rs = { version = "0.16", features = ["metal"] }