chore: upgrade versions

This commit is contained in:
2025-05-16 21:54:06 +02:00
parent 5bcdde3fe5
commit 113fc9db80
2 changed files with 456 additions and 172 deletions

610
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -17,15 +17,15 @@ eula = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
anyhow = "1.0.75" anyhow = "1.0.98"
chrono = "0.4.31" chrono = "0.4.41"
clap = { version = "4.4.6", features = ["derive"] } clap = { version = "4.5.38", features = ["derive"] }
home = "0.5.5" home = "0.5.11"
quick-xml = { version = "0.31.0", features = ["serde", "serialize"] } quick-xml = { version = "0.37.5", features = ["serde", "serialize"] }
reqwest = { version = "0.11.22", features = ["json"] } reqwest = { version = "0.12.15", features = ["json"] }
rpassword = "7.2.0" rpassword = "7.4.0"
serde = { version = "1.0.189", features = ["serde_derive", "derive"] } serde = { version = "1.0.219", features = ["serde_derive", "derive"] }
tokio = { version = "1.33.0", features = ["full"] } tokio = { version = "1.45.0", features = ["full"] }
# The profile that 'cargo dist' will build with # The profile that 'cargo dist' will build with
[profile.dist] [profile.dist]