Update rust and its dependencies

This commit is contained in:
Natsu Kagami 2024-12-21 17:39:48 +01:00
parent a4fab5438b
commit 0d93d55cee
Signed by: nki
GPG key ID: 55A032EB38B49ADB
4 changed files with 24 additions and 31 deletions

17
Cargo.lock generated
View file

@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
version = 4
[[package]]
name = "Inflector"
@ -1824,8 +1824,9 @@ dependencies = [
[[package]]
name = "rosu-pp"
version = "1.1.0"
source = "git+https://github.com/MaxOhn/rosu-pp?branch=main#9f45d9594d08ba79d3c1c73ec43aef2fd7b54c0d"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f62afdb7d6eb23f73057d4c0e38ee842bb653ffa702ef3218ca69776e45ddc1"
dependencies = [
"rosu-map 0.2.0",
"rosu-mods",
@ -1834,7 +1835,7 @@ dependencies = [
[[package]]
name = "rosu-v2"
version = "0.9.0"
source = "git+https://github.com/MaxOhn/rosu-v2?branch=lazer#4552ffa6e4e8d375c4a6f0a4cc2d21c4f61a129f"
source = "git+https://github.com/MaxOhn/rosu-v2?branch=lazer#95c92fc1f263766d337e2e0f04a46c97b16cfd3c"
dependencies = [
"bytes",
"dashmap 6.0.1",
@ -2568,9 +2569,9 @@ dependencies = [
[[package]]
name = "time"
version = "0.3.34"
version = "0.3.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749"
checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
dependencies = [
"deranged",
"itoa",
@ -2589,9 +2590,9 @@ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
[[package]]
name = "time-macros"
version = "0.2.17"
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774"
checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
dependencies = [
"num-conv",
"time-core",