1
0
mirror of https://github.com/pcvolkmer/osc-variant.git synced 2025-09-13 05:02:52 +00:00

chore: update dependencies

This commit is contained in:
2025-08-18 17:08:14 +02:00
parent 7b2dd6e9d6
commit 83e2c5daf1
2 changed files with 50 additions and 55 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "osc-variant"
version = "0.9.0"
edition = "2021"
edition = "2024"
authors = ["Paul-Christian Volkmer"]
description = "Anwendung zum Anpassen einer OSC-Datei an einen Standort"
license = "GPL-2"
@@ -17,9 +17,9 @@ clap = { version = "4.5", features = ["std", "help", "usage", "derive", "error-c
clap_complete = "4.5"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9"
quick-xml = { version = "0.37", features = ["escape-html", "serialize"], default-features = false }
console = "0.15"
indicatif = "0.17"
quick-xml = { version = "0.38", features = ["escape-html", "serialize"], default-features = false }
console = "0.16"
indicatif = "0.18"
deob = { path = "libs/deob", version = "*", optional = true }
zip = { version = "4.0", optional = true }