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:
@@ -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 }
|
||||
|
Reference in New Issue
Block a user