diff --git a/rust/Cargo.lock b/rust/Cargo.lock index fb9df75..c0986f3 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -131,7 +131,7 @@ dependencies = [ [[package]] name = "anni-common" version = "0.2.0" -source = "git+https://github.com/ProjectAnni/anni?rev=6d364f91089856b6fe5a00ce7878c07eb5e48cdd#6d364f91089856b6fe5a00ce7878c07eb5e48cdd" +source = "git+https://github.com/ProjectAnni/anni?rev=c5842a7849d70a9e4f4fd3e392448c16142009fe#c5842a7849d70a9e4f4fd3e392448c16142009fe" dependencies = [ "anni-artist", "byteorder", @@ -150,7 +150,7 @@ dependencies = [ [[package]] name = "anni-flac" version = "0.2.2" -source = "git+https://github.com/ProjectAnni/anni?rev=6d364f91089856b6fe5a00ce7878c07eb5e48cdd#6d364f91089856b6fe5a00ce7878c07eb5e48cdd" +source = "git+https://github.com/ProjectAnni/anni?rev=c5842a7849d70a9e4f4fd3e392448c16142009fe#c5842a7849d70a9e4f4fd3e392448c16142009fe" dependencies = [ "async-trait", "byteorder", @@ -164,9 +164,9 @@ dependencies = [ [[package]] name = "anni-playback" version = "0.1.0" -source = "git+https://github.com/ProjectAnni/anni?rev=6d364f91089856b6fe5a00ce7878c07eb5e48cdd#6d364f91089856b6fe5a00ce7878c07eb5e48cdd" +source = "git+https://github.com/ProjectAnni/anni?rev=c5842a7849d70a9e4f4fd3e392448c16142009fe#c5842a7849d70a9e4f4fd3e392448c16142009fe" dependencies = [ - "anni-common 0.2.0 (git+https://github.com/ProjectAnni/anni?rev=6d364f91089856b6fe5a00ce7878c07eb5e48cdd)", + "anni-common 0.2.0 (git+https://github.com/ProjectAnni/anni?rev=c5842a7849d70a9e4f4fd3e392448c16142009fe)", "anni-provider", "anyhow", "arrayvec", @@ -189,9 +189,9 @@ dependencies = [ [[package]] name = "anni-provider" version = "0.3.1" -source = "git+https://github.com/ProjectAnni/anni?rev=6d364f91089856b6fe5a00ce7878c07eb5e48cdd#6d364f91089856b6fe5a00ce7878c07eb5e48cdd" +source = "git+https://github.com/ProjectAnni/anni?rev=c5842a7849d70a9e4f4fd3e392448c16142009fe#c5842a7849d70a9e4f4fd3e392448c16142009fe" dependencies = [ - "anni-common 0.2.0 (git+https://github.com/ProjectAnni/anni?rev=6d364f91089856b6fe5a00ce7878c07eb5e48cdd)", + "anni-common 0.2.0 (git+https://github.com/ProjectAnni/anni?rev=c5842a7849d70a9e4f4fd3e392448c16142009fe)", "anni-flac", "async-trait", "dashmap 5.5.3", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index b3e4a22..8fb7f71 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -18,7 +18,7 @@ uuid = "1" crossbeam = { version = "0.8.2", features = ["crossbeam-channel"] } anyhow = "1.0.75" -anni-playback = { git = "https://github.com/ProjectAnni/anni", rev = "6d364f91089856b6fe5a00ce7878c07eb5e48cdd" } +anni-playback = { git = "https://github.com/ProjectAnni/anni", rev = "c5842a7849d70a9e4f4fd3e392448c16142009fe" } cpal = { version = "0.15.3", features = ["oboe-shared-stdcxx"] } rand = "0.8.5" material-colors = { version = "0.3.3", features = ["image"] }