Update rosu-pp and rosu-v2

This commit is contained in:
Natsu Kagami 2024-11-18 13:52:16 +01:00
parent 803d718c7a
commit a4fab5438b
Signed by: nki
GPG key ID: 55A032EB38B49ADB
5 changed files with 47 additions and 53 deletions

21
Cargo.lock generated
View file

@ -1807,10 +1807,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c55926c8f0fed1db12fbe96f7a6083a2c4186443dd32532ab34e6902467a4f3"
[[package]]
name = "rosu-mods"
version = "0.1.0"
name = "rosu-map"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d69daf02885f7477085403a6eada6215f44333c7b54355ea1c4e276a02263bde"
checksum = "21de4f8c5cd2738e1c9a2ed477aad2579dacd5acf3845d80738fcec160d0bd8a"
[[package]]
name = "rosu-mods"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a0fb1475e860c987673e8abc1df5d23f22c4e1ae62e9459e656cff4d82f603b"
dependencies = [
"paste",
"serde",
@ -1819,17 +1825,16 @@ dependencies = [
[[package]]
name = "rosu-pp"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "002a6b12cedcb185f4051f0b3d0466e0b61ff414a9ca8375f09be581c0e70f06"
source = "git+https://github.com/MaxOhn/rosu-pp?branch=main#9f45d9594d08ba79d3c1c73ec43aef2fd7b54c0d"
dependencies = [
"rosu-map",
"rosu-map 0.2.0",
"rosu-mods",
]
[[package]]
name = "rosu-v2"
version = "0.9.0"
source = "git+https://github.com/MaxOhn/rosu-v2?branch=lazer#04744c606962f21824d7398f1c15c34fe7fa9eef"
source = "git+https://github.com/MaxOhn/rosu-v2?branch=lazer#4552ffa6e4e8d375c4a6f0a4cc2d21c4f61a129f"
dependencies = [
"bytes",
"dashmap 6.0.1",
@ -3310,7 +3315,7 @@ dependencies = [
"rand",
"regex",
"reqwest",
"rosu-map",
"rosu-map 0.1.1",
"rosu-pp",
"rosu-v2",
"serde",