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:
parent
620f0f2a0b
commit
800651f32d
6
Cargo.lock
generated
6
Cargo.lock
generated
@ -95,9 +95,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bytes"
|
name = "bytes"
|
||||||
version = "1.5.0"
|
version = "1.6.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
|
checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bzip2"
|
name = "bzip2"
|
||||||
@ -473,7 +473,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "osc-variant"
|
name = "osc-variant"
|
||||||
version = "0.7.0"
|
version = "0.8.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytes",
|
"bytes",
|
||||||
"clap",
|
"clap",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "osc-variant"
|
name = "osc-variant"
|
||||||
version = "0.7.0"
|
version = "0.8.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Paul-Christian Volkmer <volkmer_p@ukw.de>"]
|
authors = ["Paul-Christian Volkmer <volkmer_p@ukw.de>"]
|
||||||
description = "Anwendung zum Anpassen einer OSC-Datei an einen Standort"
|
description = "Anwendung zum Anpassen einer OSC-Datei an einen Standort"
|
||||||
@ -23,8 +23,8 @@ dialoguer = "0.11"
|
|||||||
indicatif = "0.17"
|
indicatif = "0.17"
|
||||||
|
|
||||||
deob = { path = "./libs/deob", optional = true }
|
deob = { path = "./libs/deob", optional = true }
|
||||||
zip = { version = "0.6", optional = true }
|
zip = { version = "0.6.6", optional = true }
|
||||||
bytes = "1.5.0"
|
bytes = "1.6.0"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
# Requires env var OSB_KEY to be present at build time
|
# Requires env var OSB_KEY to be present at build time
|
||||||
@ -42,7 +42,7 @@ strip = true
|
|||||||
panic = "abort"
|
panic = "abort"
|
||||||
|
|
||||||
[package.metadata.deb]
|
[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."
|
extended-description = "Anwendung zum Anpassen einer OSC-Datei an einen Standort."
|
||||||
assets = [
|
assets = [
|
||||||
["target/release/osc-variant", "usr/bin/", "755"],
|
["target/release/osc-variant", "usr/bin/", "755"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user