chore: Bump `rust-flash-lso` dependency to latest `master`

To pull in https://github.com/ruffle-rs/rust-flash-lso/pull/66.
This commit is contained in:
TÖRÖK Attila 2024-09-04 22:28:47 +02:00
parent d80246f85a
commit 9e18f66125
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1753,7 +1753,7 @@ dependencies = [
[[package]] [[package]]
name = "flash-lso" name = "flash-lso"
version = "0.6.0" version = "0.6.0"
source = "git+https://github.com/ruffle-rs/rust-flash-lso?rev=f9e3de59a86df1c954fecba6b4b752df61cad73a#f9e3de59a86df1c954fecba6b4b752df61cad73a" source = "git+https://github.com/ruffle-rs/rust-flash-lso?rev=98679aa0cdcad5fecc5c7321b2eac35b69dbcd5f#98679aa0cdcad5fecc5c7321b2eac35b69dbcd5f"
dependencies = [ dependencies = [
"enumset", "enumset",
"nom", "nom",

View File

@ -43,7 +43,7 @@ serde = { workspace = true }
serde_json = { version = "1.0", features = ["preserve_order"] } serde_json = { version = "1.0", features = ["preserve_order"] }
nellymoser-rs = { git = "https://github.com/ruffle-rs/nellymoser", rev = "754b1184037aa9952a907107284fb73897e26adc", optional = true } nellymoser-rs = { git = "https://github.com/ruffle-rs/nellymoser", rev = "754b1184037aa9952a907107284fb73897e26adc", optional = true }
regress = "0.10" regress = "0.10"
flash-lso = { git = "https://github.com/ruffle-rs/rust-flash-lso", rev = "f9e3de59a86df1c954fecba6b4b752df61cad73a" } flash-lso = { git = "https://github.com/ruffle-rs/rust-flash-lso", rev = "98679aa0cdcad5fecc5c7321b2eac35b69dbcd5f" }
lzma-rs = {version = "0.3.0", optional = true } lzma-rs = {version = "0.3.0", optional = true }
dasp = { version = "0.11.0", features = ["interpolate", "interpolate-linear", "signal"], 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 } symphonia = { version = "0.5.4", default-features = false, features = ["mp3"], optional = true }