fix: deps broken

This commit is contained in:
2024-08-12 18:14:09 +02:00
parent 670b8dd30e
commit bfd301c9c2
3 changed files with 4 additions and 26 deletions

24
Cargo.lock generated
View File

@@ -90,32 +90,13 @@ version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
[[package]]
name = "audiopus"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3743519567e9135cf6f9f1a509851cb0c8e4cb9d66feb286668afb1923bec458"
dependencies = [
"audiopus_sys 0.1.8",
]
[[package]]
name = "audiopus"
version = "0.3.0-rc.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab55eb0e56d7c6de3d59f544e5db122d7725ec33be6a276ee8241f3be6473955"
dependencies = [
"audiopus_sys 0.2.2",
]
[[package]]
name = "audiopus_sys"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "927791de46f70facea982dbfaf19719a41ce6064443403be631a85de6a58fff9"
dependencies = [
"log",
"pkg-config",
"audiopus_sys",
]
[[package]]
@@ -1344,7 +1325,6 @@ dependencies = [
name = "lyra"
version = "0.10.0"
dependencies = [
"audiopus 0.2.0",
"dotenv",
"json",
"lib-spotify-parser",
@@ -2825,7 +2805,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "338dd182f9f084f583c4c0db38588e28a34778ecec288208cf0b61c378ac90d1"
dependencies = [
"async-trait",
"audiopus 0.3.0-rc.0",
"audiopus",
"byteorder",
"bytes",
"crypto_secretbox",