1
0
mirror of https://github.com/pcvolkmer/osc-variant.git synced 2025-04-19 19:56:50 +00:00

chore: update dependencies

This commit is contained in:
Paul-Christian Volkmer 2024-03-25 13:17:26 +01:00
parent 620f0f2a0b
commit 800651f32d
2 changed files with 7 additions and 7 deletions

6
Cargo.lock generated
View File

@ -95,9 +95,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
[[package]]
name = "bytes"
version = "1.5.0"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
[[package]]
name = "bzip2"
@ -473,7 +473,7 @@ dependencies = [
[[package]]
name = "osc-variant"
version = "0.7.0"
version = "0.8.0"
dependencies = [
"bytes",
"clap",

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"],