Bump version

This commit is contained in:
Tobias Reisinger 2024-12-25 19:50:26 +01:00
parent ea222793ca
commit 83440bdb8f
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 5 additions and 6 deletions

BIN
Cargo.lock generated

Binary file not shown.

View file

@ -1,6 +1,6 @@
[package] [package]
name = "emgauwa-controller" name = "emgauwa-controller"
version = "0.5.1" version = "0.5.2"
edition = "2021" edition = "2021"
authors = ["Tobias Reisinger <tobias@msrg.cc>"] authors = ["Tobias Reisinger <tobias@msrg.cc>"]
@ -10,12 +10,11 @@ emgauwa-common = { git = "https://git.serguzim.me/emgauwa/common.git" }
actix = "0.13" actix = "0.13"
tokio = { version = "1.34", features = ["io-std", "macros", "rt-multi-thread"] } tokio = { version = "1.34", features = ["io-std", "macros", "rt-multi-thread"] }
tokio-tungstenite = "0.21" tokio-tungstenite = "0.26"
log = "0.4" log = "0.4"
chrono = { version = "0.4", features = ["serde"] } chrono = { version = "0.4", features = ["serde"] }
uuid = { version = "1.5", features = ["serde", "v4"] }
serde = "1.0" serde = "1.0"
serde_json = "1.0" serde_json = "1.0"
@ -26,6 +25,6 @@ sqlx = { version = "0.7", features = ["sqlite", "runtime-tokio", "macros"] }
futures = "0.3" futures = "0.3"
futures-channel = "0.3" futures-channel = "0.3"
rppal = "0.17" rppal = "0.22"
rppal-pfd = "0.0.5" rppal-pfd = "0.1"
rppal-mcp23s17 = "0.0.3" rppal-mcp23s17 = "0.1"