]> Untitled Git - lemmy.git/blobdiff - crates/routes/Cargo.toml
Version 0.16.0-rc.4
[lemmy.git] / crates / routes / Cargo.toml
index fa16b30957d01f7127ef840cb66e8eb949331fc7..63d3e61bac46b9d36198821c8a2f2fb7277039cb 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "lemmy_routes"
-version = "0.15.1"
+version = "0.16.0-rc.4"
 edition = "2021"
 description = "A link aggregator for the fediverse"
 license = "AGPL-3.0"
@@ -11,18 +11,17 @@ documentation = "https://join-lemmy.org/docs/en/index.html"
 doctest = false
 
 [dependencies]
-lemmy_utils = { version = "=0.15.1", path = "../utils" }
-lemmy_websocket = { version = "=0.15.1", path = "../websocket" }
-lemmy_db_views = { version = "=0.15.1", path = "../db_views" }
-lemmy_db_views_actor = { version = "=0.15.1", path = "../db_views_actor" }
-lemmy_db_schema = { version = "=0.15.1", path = "../db_schema" }
-lemmy_api_common = { version = "=0.15.1", path = "../api_common" }
-lemmy_apub = { version = "=0.15.1", path = "../apub" }
+lemmy_utils = { version = "=0.16.0-rc.4", path = "../utils" }
+lemmy_websocket = { version = "=0.16.0-rc.4", path = "../websocket" }
+lemmy_db_views = { version = "=0.16.0-rc.4", path = "../db_views" }
+lemmy_db_views_actor = { version = "=0.16.0-rc.4", path = "../db_views_actor" }
+lemmy_db_schema = { version = "=0.16.0-rc.4", path = "../db_schema" }
+lemmy_api_common = { version = "=0.16.0-rc.4", path = "../api_common" }
+lemmy_apub = { version = "=0.16.0-rc.4", path = "../apub" }
 diesel = "1.4.8"
-actix = "0.12.0"
-actix-web = { version = "4.0.0-beta.18", default-features = false, features = ["rustls"] }
-actix-web-actors = { version = "4.0.0-beta.8", default-features = false }
-actix-http = "3.0.0-beta.15"
+actix = "0.13.0"
+actix-web = { version = "4.0.0", default-features = false, features = ["rustls"] }
+actix-web-actors = { version = "4.1.0", default-features = false }
 sha2 = "0.10.0"
 anyhow = "1.0.51"
 chrono = { version = "0.4.19", features = ["serde"] }