Update rosu-v2

This commit is contained in:
Natsu Kagami 2024-06-05 00:29:17 +02:00
parent ea1c8d2cac
commit aa90422c99
Signed by: nki
GPG key ID: 55A032EB38B49ADB
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1803,7 +1803,7 @@ checksum = "be9e281b71d3797817a1e6615dd8fb081dd61359b4c41d08792cc7c3c1c13b4e"
[[package]]
name = "rosu-v2"
version = "0.8.0"
source = "git+https://github.com/MaxOhn/rosu-v2?rev=bab40491023b4c08f64cb1660e8d0e11db4e3c90#bab40491023b4c08f64cb1660e8d0e11db4e3c90"
source = "git+https://github.com/MaxOhn/rosu-v2?rev=d2cd3ff8417e66890f0cd8ca38bc34717a9629dd#d2cd3ff8417e66890f0cd8ca38bc34717a9629dd"
dependencies = [
"bytes",
"dashmap",

View file

@ -16,7 +16,7 @@ osuparse = { git = "https://github.com/eltrufas/osuparse", rev = "ad8f6e5e7771e7
regex = "1.5.6"
reqwest = "0.11.10"
rosu-pp = "0.9.1"
rosu-v2 = { git = "https://github.com/MaxOhn/rosu-v2", rev = "bab40491023b4c08f64cb1660e8d0e11db4e3c90" }
rosu-v2 = { git = "https://github.com/MaxOhn/rosu-v2", rev = "d2cd3ff8417e66890f0cd8ca38bc34717a9629dd" }
time = "0.3"
serde = { version = "1.0.137", features = ["derive"] }
serenity = "0.12"