This commit is contained in:
Tobias Reisinger 2026-09-02 01:38:38 +02:00
commit d0a5096261
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -720,7 +720,7 @@ dependencies = [
[[package]] [[package]]
name = "emgauwa-common" name = "emgauwa-common"
version = "0.5.1" version = "0.5.3"
dependencies = [ dependencies = [
"actix", "actix",
"actix-web", "actix-web",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "emgauwa-common" name = "emgauwa-common"
version = "0.5.1" version = "0.5.3"
edition = "2021" edition = "2021"
authors = ["Tobias Reisinger <tobias@msrg.cc>"] authors = ["Tobias Reisinger <tobias@msrg.cc>"]
@ -26,4 +26,4 @@ libsqlite3-sys = { version = "*", features = ["bundled"] }
uuid = { version = "1.8", features = ["v4"] } uuid = { version = "1.8", features = ["v4"] }
futures = "0.3" futures = "0.3"
libc = "0.2" libc = "0.2"
tokio = "1.36" tokio = "1.36"