1
0
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:
2024-03-25 13:17:26 +01:00
parent 620f0f2a0b
commit 800651f32d
2 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "osc-variant"
version = "0.7.0"
version = "0.8.0"
edition = "2021"
authors = ["Paul-Christian Volkmer <volkmer_p@ukw.de>"]
description = "Anwendung zum Anpassen einer OSC-Datei an einen Standort"
@ -23,8 +23,8 @@ dialoguer = "0.11"
indicatif = "0.17"
deob = { path = "./libs/deob", optional = true }
zip = { version = "0.6", optional = true }
bytes = "1.5.0"
zip = { version = "0.6.6", optional = true }
bytes = "1.6.0"
[features]
# Requires env var OSB_KEY to be present at build time
@ -42,7 +42,7 @@ strip = true
panic = "abort"
[package.metadata.deb]
copyright = "Copyright (c) 2023 Comprehensive Cancer Center Mainfranken"
copyright = "Copyright (c) 2024 Comprehensive Cancer Center Mainfranken"
extended-description = "Anwendung zum Anpassen einer OSC-Datei an einen Standort."
assets = [
["target/release/osc-variant", "usr/bin/", "755"],