mirror of
https://github.com/Dangoware/dango-music-player.git
synced 2025-04-19 10:02:53 -05:00
updated dependencies
This commit is contained in:
parent
d6c3b7c3b7
commit
1f831f4f6d
2 changed files with 1 additions and 9 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
@ -7,7 +7,6 @@ name = "kushi"
|
|||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"thiserror",
|
||||
"uuid",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -64,9 +63,3 @@ name = "unicode-ident"
|
|||
version = "1.0.12"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
||||
|
||||
[[package]]
|
||||
name = "uuid"
|
||||
version = "1.8.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
|
||||
|
|
|
@ -14,4 +14,3 @@ categories = ["data-structures"]
|
|||
|
||||
[dependencies]
|
||||
thiserror = "1.0.61"
|
||||
uuid = "1.8.0"
|
Loading…
Reference in a new issue