update dependencies, bump version

This commit is contained in:
Vinzenz Schroeter 2025-05-04 16:48:27 +02:00
parent 33fa110c65
commit 05289581a1
4 changed files with 266 additions and 131 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "servicepoint-cli"
description = "A command line interface for the ServicePoint display."
version = "0.3.0"
version = "0.4.0"
edition = "2021"
rust-version = "1.80.0"
publish = true
@ -18,7 +18,7 @@ env_logger = "0.11"
log = "0.4"
scap = "0.0.8"
image = "0.25.5"
fast_image_resize = { version = "5.1.2", features = ["image"] }
fast_image_resize = { version = "5.1", features = ["image"] }
tungstenite = "0.26"
[dependencies.servicepoint]