Remove osuparse

This commit is contained in:
Natsu Kagami 2024-06-20 01:53:15 +02:00 committed by Natsu Kagami
parent e9a6e55569
commit e61cbb327a
2 changed files with 0 additions and 10 deletions

9
Cargo.lock generated
View file

@ -1461,14 +1461,6 @@ dependencies = [
"vcpkg",
]
[[package]]
name = "osuparse"
version = "2.0.1"
source = "git+https://github.com/eltrufas/osuparse?rev=ad8f6e5e7771e7cbaa2ec96c376558f9731139af#ad8f6e5e7771e7cbaa2ec96c376558f9731139af"
dependencies = [
"unicase",
]
[[package]]
name = "parking_lot"
version = "0.12.1"
@ -3290,7 +3282,6 @@ dependencies = [
"dashmap",
"futures-util",
"lazy_static",
"osuparse",
"rand",
"regex",
"reqwest",