From 2f5166790c8e68f2efd229d587e74210c617192b Mon Sep 17 00:00:00 2001 From: Lord-McSweeney Date: Fri, 10 Nov 2023 09:01:11 -0800 Subject: [PATCH] chore: Update flash-lso --- Cargo.lock | 2 +- core/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index afae62461..c72a2cfd8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1570,7 +1570,7 @@ dependencies = [ [[package]] name = "flash-lso" version = "0.6.0" -source = "git+https://github.com/ruffle-rs/rust-flash-lso?rev=f9526ea0e7e22cf5704972aa43c5b0f9e8896773#f9526ea0e7e22cf5704972aa43c5b0f9e8896773" +source = "git+https://github.com/ruffle-rs/rust-flash-lso?rev=450234ad4225facff08226c31468fb7cf9fb8197#450234ad4225facff08226c31468fb7cf9fb8197" dependencies = [ "cookie-factory", "enumset", diff --git a/core/Cargo.toml b/core/Cargo.toml index d1c906dd9..d2d28e650 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -40,7 +40,7 @@ serde = { version = "1.0.190", features = ["derive"] } serde_json = { version = "1.0", features = ["preserve_order"] } nellymoser-rs = { git = "https://github.com/ruffle-rs/nellymoser", rev = "4a33521c29a918950df8ae9fe07e527ac65553f5", optional = true } regress = "0.7" -flash-lso = { git = "https://github.com/ruffle-rs/rust-flash-lso", rev = "f9526ea0e7e22cf5704972aa43c5b0f9e8896773" } +flash-lso = { git = "https://github.com/ruffle-rs/rust-flash-lso", rev = "450234ad4225facff08226c31468fb7cf9fb8197" } lzma-rs = {version = "0.3.0", optional = true } dasp = { version = "0.11.0", features = ["interpolate", "interpolate-linear", "signal"], optional = true } symphonia = { version = "0.5.3", default-features = false, features = ["mp3"], optional = true }