diff --git a/Cargo.lock b/Cargo.lock index 1bee2db..f9fc559 100644 Binary files a/Cargo.lock and b/Cargo.lock differ diff --git a/Cargo.toml b/Cargo.toml index 464e9b2..e8f2433 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "emgauwa-common" -version = "0.5.0" +version = "0.5.1" edition = "2021" authors = ["Tobias Reisinger "] @@ -8,7 +8,6 @@ authors = ["Tobias Reisinger "] [dependencies] actix = "0.13" actix-web = "4.4" -actix-web-actors = "4.2" serde = "1.0" serde_json = "1.0" @@ -26,4 +25,4 @@ sqlx = { version = "0.7", features = ["sqlite", "runtime-tokio", "macros"] } libsqlite3-sys = { version = "*", features = ["bundled"] } uuid = { version = "1.8", features = ["v4"] } futures = "0.3" -libc = "0.2" \ No newline at end of file +libc = "0.2"