From f8cba925c33e16460cb852fa0148363f832e78de Mon Sep 17 00:00:00 2001 From: Nathan Adams Date: Sat, 6 Jul 2024 11:41:21 +0200 Subject: [PATCH] core: Update flash-lso, removes cookie-factory --- Cargo.lock | 12 +----------- core/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 76aba7092..3216436d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -959,15 +959,6 @@ dependencies = [ "version_check", ] -[[package]] -name = "cookie-factory" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9885fa71e26b8ab7855e2ec7cae6e9b380edff76cd052e07c683a0319d51b3a2" -dependencies = [ - "futures", -] - [[package]] name = "cookie_store" version = "0.21.0" @@ -1786,9 +1777,8 @@ dependencies = [ [[package]] name = "flash-lso" version = "0.6.0" -source = "git+https://github.com/ruffle-rs/rust-flash-lso?rev=2f770555ea49c6db49c57c1dd46c7cc686e8dacc#2f770555ea49c6db49c57c1dd46c7cc686e8dacc" +source = "git+https://github.com/ruffle-rs/rust-flash-lso?rev=f9e3de59a86df1c954fecba6b4b752df61cad73a#f9e3de59a86df1c954fecba6b4b752df61cad73a" dependencies = [ - "cookie-factory", "enumset", "nom", "thiserror", diff --git a/core/Cargo.toml b/core/Cargo.toml index 8efc5f2df..3f923667f 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -43,7 +43,7 @@ serde = { workspace = true } serde_json = { version = "1.0", features = ["preserve_order"] } nellymoser-rs = { git = "https://github.com/ruffle-rs/nellymoser", rev = "754b1184037aa9952a907107284fb73897e26adc", optional = true } regress = "0.10" -flash-lso = { git = "https://github.com/ruffle-rs/rust-flash-lso", rev = "2f770555ea49c6db49c57c1dd46c7cc686e8dacc" } +flash-lso = { git = "https://github.com/ruffle-rs/rust-flash-lso", rev = "f9e3de59a86df1c954fecba6b4b752df61cad73a" } lzma-rs = {version = "0.3.0", optional = true } dasp = { version = "0.11.0", features = ["interpolate", "interpolate-linear", "signal"], optional = true } symphonia = { version = "0.5.4", default-features = false, features = ["mp3"], optional = true }