From 04b6d66eed80c486306cb10000ef25283e5d1062 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Tue, 4 Jun 2019 19:47:50 +0200 Subject: [PATCH] Bump dependencies --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b6d42c4..9a7490c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,8 +23,8 @@ alsa-sys = { version = "0.1", path = "alsa-sys" } libc = "0.2" [target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies] -coreaudio-rs = { version = "0.9.0", default-features = false, features = ["audio_unit", "core_audio"] } -core-foundation-sys = "0.5.1" # For linking to CoreFoundation.framework and handling device name `CFString`s. +coreaudio-rs = { version = "0.9.1", default-features = false, features = ["audio_unit", "core_audio"] } +core-foundation-sys = "0.6.2" # For linking to CoreFoundation.framework and handling device name `CFString`s. [target.'cfg(target_os = "emscripten")'.dependencies] -stdweb = { version = "0.1.3", default-features = false } +stdweb = { version = "0.4.17", default-features = false }