mirror of
https://github.com/pcvolkmer/osc-variant.git
synced 2025-07-02 16:52:55 +00:00
chore: update dependencies
This commit is contained in:
@ -16,15 +16,15 @@ members = ["libs/deob"]
|
||||
clap = { version = "4.5", features = ["std", "help", "usage", "derive", "error-context"], default-features = false }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_yaml = "0.9"
|
||||
quick-xml = { version = "0.33", features = ["escape-html", "serialize"], default-features = false }
|
||||
quick-xml = { version = "0.37", features = ["escape-html", "serialize"], default-features = false }
|
||||
console = "0.15"
|
||||
sha256 = "1.5"
|
||||
dialoguer = "0.11"
|
||||
indicatif = "0.17"
|
||||
|
||||
deob = { path = "libs/deob", version = "*", optional = true }
|
||||
zip = { version = "2.1", optional = true }
|
||||
bytes = "1.6"
|
||||
zip = { version = "2.2", optional = true }
|
||||
bytes = "1.8"
|
||||
|
||||
[features]
|
||||
# Requires env var OSB_KEY to be present at build time
|
||||
|
Reference in New Issue
Block a user