]> Untitled Git - lemmy.git/commitdiff
Version 0.16.2-rc.2
authorDessalines <tyhou13@gmx.com>
Sun, 27 Mar 2022 01:37:12 +0000 (21:37 -0400)
committerDessalines <tyhou13@gmx.com>
Sun, 27 Mar 2022 01:37:12 +0000 (21:37 -0400)
15 files changed:
Cargo.lock
Cargo.toml
crates/api/Cargo.toml
crates/api_common/Cargo.toml
crates/api_crud/Cargo.toml
crates/apub/Cargo.toml
crates/apub_lib/Cargo.toml
crates/apub_lib_derive/Cargo.toml
crates/db_schema/Cargo.toml
crates/db_views/Cargo.toml
crates/db_views_actor/Cargo.toml
crates/db_views_moderator/Cargo.toml
crates/routes/Cargo.toml
crates/utils/Cargo.toml
crates/websocket/Cargo.toml

index 74b66e88980d0726ccdd6700fa89e47bb034f11a..a86b963c505e7aa77e2974f16335c8955af230b2 100644 (file)
@@ -1830,7 +1830,7 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
 
 [[package]]
 name = "lemmy_api"
-version = "0.16.2-rc.1"
+version = "0.16.2-rc.2"
 dependencies = [
  "actix",
  "actix-rt",
@@ -1873,7 +1873,7 @@ dependencies = [
 
 [[package]]
 name = "lemmy_api_common"
-version = "0.16.2-rc.1"
+version = "0.16.2-rc.2"
 dependencies = [
  "actix-web",
  "chrono",
@@ -1893,7 +1893,7 @@ dependencies = [
 
 [[package]]
 name = "lemmy_api_crud"
-version = "0.16.2-rc.1"
+version = "0.16.2-rc.2"
 dependencies = [
  "actix",
  "actix-rt",
@@ -1936,7 +1936,7 @@ dependencies = [
 
 [[package]]
 name = "lemmy_apub"
-version = "0.16.2-rc.1"
+version = "0.16.2-rc.2"
 dependencies = [
  "activitystreams-kinds",
  "actix",
@@ -1983,7 +1983,7 @@ dependencies = [
 
 [[package]]
 name = "lemmy_apub_lib"
-version = "0.16.2-rc.1"
+version = "0.16.2-rc.2"
 dependencies = [
  "actix-web",
  "anyhow",
@@ -2010,7 +2010,7 @@ dependencies = [
 
 [[package]]
 name = "lemmy_apub_lib_derive"
-version = "0.16.2-rc.1"
+version = "0.16.2-rc.2"
 dependencies = [
  "proc-macro2 1.0.33",
  "quote 1.0.10",
@@ -2020,7 +2020,7 @@ dependencies = [
 
 [[package]]
 name = "lemmy_db_schema"
-version = "0.16.2-rc.1"
+version = "0.16.2-rc.2"
 dependencies = [
  "bcrypt",
  "chrono",
@@ -2042,7 +2042,7 @@ dependencies = [
 
 [[package]]
 name = "lemmy_db_views"
-version = "0.16.2-rc.1"
+version = "0.16.2-rc.2"
 dependencies = [
  "diesel",
  "lemmy_db_schema",
@@ -2054,7 +2054,7 @@ dependencies = [
 
 [[package]]
 name = "lemmy_db_views_actor"
-version = "0.16.2-rc.1"
+version = "0.16.2-rc.2"
 dependencies = [
  "diesel",
  "lemmy_db_schema",
@@ -2063,7 +2063,7 @@ dependencies = [
 
 [[package]]
 name = "lemmy_db_views_moderator"
-version = "0.16.2-rc.1"
+version = "0.16.2-rc.2"
 dependencies = [
  "diesel",
  "lemmy_db_schema",
@@ -2072,7 +2072,7 @@ dependencies = [
 
 [[package]]
 name = "lemmy_routes"
-version = "0.16.2-rc.1"
+version = "0.16.2-rc.2"
 dependencies = [
  "actix",
  "actix-web",
@@ -2102,7 +2102,7 @@ dependencies = [
 
 [[package]]
 name = "lemmy_server"
-version = "0.16.2-rc.1"
+version = "0.16.2-rc.2"
 dependencies = [
  "actix",
  "actix-rt",
@@ -2149,7 +2149,7 @@ dependencies = [
 
 [[package]]
 name = "lemmy_utils"
-version = "0.16.2-rc.1"
+version = "0.16.2-rc.2"
 dependencies = [
  "actix-rt",
  "actix-web",
@@ -2192,7 +2192,7 @@ dependencies = [
 
 [[package]]
 name = "lemmy_websocket"
-version = "0.16.2-rc.1"
+version = "0.16.2-rc.2"
 dependencies = [
  "actix",
  "actix-web",
index e3a294e080234ac3a82230db2756326685473599..923bea7f92d183dc7e80d54af72b0f6f61288636 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "lemmy_server"
-version = "0.16.2-rc.1"
+version = "0.16.2-rc.2"
 edition = "2021"
 description = "A link aggregator for the fediverse"
 license = "AGPL-3.0"
@@ -35,18 +35,18 @@ members = [
 ]
 
 [dependencies]
-lemmy_api = { version = "=0.16.2-rc.1", path = "./crates/api" }
-lemmy_api_crud = { version = "=0.16.2-rc.1", path = "./crates/api_crud" }
-lemmy_apub = { version = "=0.16.2-rc.1", path = "./crates/apub" }
-lemmy_apub_lib = { version = "=0.16.2-rc.1", path = "./crates/apub_lib" }
-lemmy_utils = { version = "=0.16.2-rc.1", path = "./crates/utils" }
-lemmy_db_schema = { version = "=0.16.2-rc.1", path = "./crates/db_schema" }
-lemmy_db_views = { version = "=0.16.2-rc.1", path = "./crates/db_views" }
-lemmy_db_views_moderator = { version = "=0.16.2-rc.1", path = "./crates/db_views_moderator" }
-lemmy_db_views_actor = { version = "=0.16.2-rc.1", path = "./crates/db_views_actor" }
-lemmy_api_common = { version = "=0.16.2-rc.1", path = "crates/api_common" }
-lemmy_websocket = { version = "=0.16.2-rc.1", path = "./crates/websocket" }
-lemmy_routes = { version = "=0.16.2-rc.1", path = "./crates/routes" }
+lemmy_api = { version = "=0.16.2-rc.2", path = "./crates/api" }
+lemmy_api_crud = { version = "=0.16.2-rc.2", path = "./crates/api_crud" }
+lemmy_apub = { version = "=0.16.2-rc.2", path = "./crates/apub" }
+lemmy_apub_lib = { version = "=0.16.2-rc.2", path = "./crates/apub_lib" }
+lemmy_utils = { version = "=0.16.2-rc.2", path = "./crates/utils" }
+lemmy_db_schema = { version = "=0.16.2-rc.2", path = "./crates/db_schema" }
+lemmy_db_views = { version = "=0.16.2-rc.2", path = "./crates/db_views" }
+lemmy_db_views_moderator = { version = "=0.16.2-rc.2", path = "./crates/db_views_moderator" }
+lemmy_db_views_actor = { version = "=0.16.2-rc.2", path = "./crates/db_views_actor" }
+lemmy_api_common = { version = "=0.16.2-rc.2", path = "crates/api_common" }
+lemmy_websocket = { version = "=0.16.2-rc.2", path = "./crates/websocket" }
+lemmy_routes = { version = "=0.16.2-rc.2", path = "./crates/routes" }
 diesel = "1.4.8"
 diesel_migrations = "1.4.0"
 chrono = { version = "0.4.19", features = ["serde"] }
index bb1a92b5e78c7e26e8801596ac050bf2d539c0b3..a0f22a752ea52204407983eb084e6eb39b5194b7 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "lemmy_api"
-version = "0.16.2-rc.1"
+version = "0.16.2-rc.2"
 edition = "2021"
 description = "A link aggregator for the fediverse"
 license = "AGPL-3.0"
@@ -13,15 +13,15 @@ path = "src/lib.rs"
 doctest = false
 
 [dependencies]
-lemmy_apub = { version = "=0.16.2-rc.1", path = "../apub" }
-lemmy_apub_lib = { version = "=0.16.2-rc.1", path = "../apub_lib" }
-lemmy_utils = { version = "=0.16.2-rc.1", path = "../utils" }
-lemmy_db_schema = { version = "=0.16.2-rc.1", path = "../db_schema" }
-lemmy_db_views = { version = "=0.16.2-rc.1", path = "../db_views" }
-lemmy_db_views_moderator = { version = "=0.16.2-rc.1", path = "../db_views_moderator" }
-lemmy_db_views_actor = { version = "=0.16.2-rc.1", path = "../db_views_actor" }
-lemmy_api_common = { version = "=0.16.2-rc.1", path = "../api_common" }
-lemmy_websocket = { version = "=0.16.2-rc.1", path = "../websocket" }
+lemmy_apub = { version = "=0.16.2-rc.2", path = "../apub" }
+lemmy_apub_lib = { version = "=0.16.2-rc.2", path = "../apub_lib" }
+lemmy_utils = { version = "=0.16.2-rc.2", path = "../utils" }
+lemmy_db_schema = { version = "=0.16.2-rc.2", path = "../db_schema" }
+lemmy_db_views = { version = "=0.16.2-rc.2", path = "../db_views" }
+lemmy_db_views_moderator = { version = "=0.16.2-rc.2", path = "../db_views_moderator" }
+lemmy_db_views_actor = { version = "=0.16.2-rc.2", path = "../db_views_actor" }
+lemmy_api_common = { version = "=0.16.2-rc.2", path = "../api_common" }
+lemmy_websocket = { version = "=0.16.2-rc.2", path = "../websocket" }
 diesel = "1.4.8"
 bcrypt = "0.10.1"
 chrono = { version = "0.4.19", features = ["serde"] }
index 1b5cd440b52e8ff4ef6e3c2b9a8d47a37aceda03..45875c53638534010198f981d1b33c0b83fd3ed0 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "lemmy_api_common"
-version = "0.16.2-rc.1"
+version = "0.16.2-rc.2"
 edition = "2021"
 description = "A link aggregator for the fediverse"
 license = "AGPL-3.0"
@@ -13,11 +13,11 @@ path = "src/lib.rs"
 doctest = false
 
 [dependencies]
-lemmy_db_views = { version = "=0.16.2-rc.1", path = "../db_views" }
-lemmy_db_views_moderator = { version = "=0.16.2-rc.1", path = "../db_views_moderator" }
-lemmy_db_views_actor = { version = "=0.16.2-rc.1", path = "../db_views_actor" }
-lemmy_db_schema = { version = "=0.16.2-rc.1", path = "../db_schema" }
-lemmy_utils = { version = "=0.16.2-rc.1", path = "../utils" }
+lemmy_db_views = { version = "=0.16.2-rc.2", path = "../db_views" }
+lemmy_db_views_moderator = { version = "=0.16.2-rc.2", path = "../db_views_moderator" }
+lemmy_db_views_actor = { version = "=0.16.2-rc.2", path = "../db_views_actor" }
+lemmy_db_schema = { version = "=0.16.2-rc.2", path = "../db_schema" }
+lemmy_utils = { version = "=0.16.2-rc.2", path = "../utils" }
 serde = { version = "1.0.131", features = ["derive"] }
 diesel = "1.4.8"
 actix-web = { version = "4.0.0", default-features = false, features = ["cookies"] }
index 06e417df1f2712b652b1fb336ad59046bb749031..e5d7dfc1f68d901ab8decde2b45f34217cb0f1f3 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "lemmy_api_crud"
-version = "0.16.2-rc.1"
+version = "0.16.2-rc.2"
 edition = "2021"
 description = "A link aggregator for the fediverse"
 license = "AGPL-3.0"
@@ -8,15 +8,15 @@ homepage = "https://join-lemmy.org/"
 documentation = "https://join-lemmy.org/docs/en/index.html"
 
 [dependencies]
-lemmy_apub = { version = "=0.16.2-rc.1", path = "../apub" }
-lemmy_apub_lib = { version = "=0.16.2-rc.1", path = "../apub_lib" }
-lemmy_utils = { version = "=0.16.2-rc.1", path = "../utils" }
-lemmy_db_schema = { version = "=0.16.2-rc.1", path = "../db_schema" }
-lemmy_db_views = { version = "=0.16.2-rc.1", path = "../db_views" }
-lemmy_db_views_moderator = { version = "=0.16.2-rc.1", path = "../db_views_moderator" }
-lemmy_db_views_actor = { version = "=0.16.2-rc.1", path = "../db_views_actor" }
-lemmy_api_common = { version = "=0.16.2-rc.1", path = "../api_common" }
-lemmy_websocket = { version = "=0.16.2-rc.1", path = "../websocket" }
+lemmy_apub = { version = "=0.16.2-rc.2", path = "../apub" }
+lemmy_apub_lib = { version = "=0.16.2-rc.2", path = "../apub_lib" }
+lemmy_utils = { version = "=0.16.2-rc.2", path = "../utils" }
+lemmy_db_schema = { version = "=0.16.2-rc.2", path = "../db_schema" }
+lemmy_db_views = { version = "=0.16.2-rc.2", path = "../db_views" }
+lemmy_db_views_moderator = { version = "=0.16.2-rc.2", path = "../db_views_moderator" }
+lemmy_db_views_actor = { version = "=0.16.2-rc.2", path = "../db_views_actor" }
+lemmy_api_common = { version = "=0.16.2-rc.2", path = "../api_common" }
+lemmy_websocket = { version = "=0.16.2-rc.2", path = "../websocket" }
 diesel = "1.4.8"
 bcrypt = "0.10.1"
 chrono = { version = "0.4.19", features = ["serde"] }
index fce4f406c77d81168341836257b265ea1c5b0a1a..df0ff5b8bbc78a00152e676c98206d5545c078b7 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "lemmy_apub"
-version = "0.16.2-rc.1"
+version = "0.16.2-rc.2"
 edition = "2021"
 description = "A link aggregator for the fediverse"
 license = "AGPL-3.0"
@@ -13,13 +13,13 @@ path = "src/lib.rs"
 doctest = false
 
 [dependencies]
-lemmy_utils = { version = "=0.16.2-rc.1", path = "../utils" }
-lemmy_apub_lib = { version = "=0.16.2-rc.1", path = "../apub_lib" }
-lemmy_db_schema = { version = "=0.16.2-rc.1", path = "../db_schema" }
-lemmy_db_views = { version = "=0.16.2-rc.1", path = "../db_views" }
-lemmy_db_views_actor = { version = "=0.16.2-rc.1", path = "../db_views_actor" }
-lemmy_api_common = { version = "=0.16.2-rc.1", path = "../api_common" }
-lemmy_websocket = { version = "=0.16.2-rc.1", path = "../websocket" }
+lemmy_utils = { version = "=0.16.2-rc.2", path = "../utils" }
+lemmy_apub_lib = { version = "=0.16.2-rc.2", path = "../apub_lib" }
+lemmy_db_schema = { version = "=0.16.2-rc.2", path = "../db_schema" }
+lemmy_db_views = { version = "=0.16.2-rc.2", path = "../db_views" }
+lemmy_db_views_actor = { version = "=0.16.2-rc.2", path = "../db_views_actor" }
+lemmy_api_common = { version = "=0.16.2-rc.2", path = "../api_common" }
+lemmy_websocket = { version = "=0.16.2-rc.2", path = "../websocket" }
 diesel = "1.4.8"
 activitystreams-kinds = "0.1.2"
 bcrypt = "0.10.1"
index 9001217a59f659892f04b35790d934080ad7d615..d43f5308dfd1566ac80ec90b811d5d1ac25cf380 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "lemmy_apub_lib"
-version = "0.16.2-rc.1"
+version = "0.16.2-rc.2"
 edition = "2021"
 description = "A link aggregator for the fediverse"
 license = "AGPL-3.0"
@@ -8,8 +8,8 @@ homepage = "https://join-lemmy.org/"
 documentation = "https://join-lemmy.org/docs/en/index.html"
 
 [dependencies]
-lemmy_utils = { version = "=0.16.2-rc.1", path = "../utils" }
-lemmy_apub_lib_derive = { version = "=0.16.2-rc.1", path = "../apub_lib_derive" }
+lemmy_utils = { version = "=0.16.2-rc.2", path = "../utils" }
+lemmy_apub_lib_derive = { version = "=0.16.2-rc.2", path = "../apub_lib_derive" }
 chrono = "0.4.19"
 serde = { version = "1.0.131", features = ["derive"] }
 async-trait = "0.1.52"
index af312d06e82d303c269fc7ac2e5ba5221ec7c6a1..82e5e1851c98768094921955e565d1f8b16b19b9 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "lemmy_apub_lib_derive"
-version = "0.16.2-rc.1"
+version = "0.16.2-rc.2"
 edition = "2021"
 description = "A link aggregator for the fediverse"
 license = "AGPL-3.0"
index 0b9b92008faddfc2cc37574253fdb2a84fd4a1ab..79c35e915f8beef65f1dd4fe5643fdd4ebb26a43 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "lemmy_db_schema"
-version = "0.16.2-rc.1"
+version = "0.16.2-rc.2"
 edition = "2021"
 description = "A link aggregator for the fediverse"
 license = "AGPL-3.0"
@@ -13,8 +13,8 @@ path = "src/lib.rs"
 doctest = false
 
 [dependencies]
-lemmy_utils = { version = "=0.16.2-rc.1", path = "../utils" }
-lemmy_apub_lib = { version = "=0.16.2-rc.1", path = "../apub_lib" }
+lemmy_utils = { version = "=0.16.2-rc.2", path = "../utils" }
+lemmy_apub_lib = { version = "=0.16.2-rc.2", path = "../apub_lib" }
 diesel = { version = "1.4.8", features = ["postgres","chrono","r2d2","serde_json"] }
 diesel_migrations = "1.4.0"
 chrono = { version = "0.4.19", features = ["serde"] }
index 27cb8831793145f67860dfe806248330a8bde4fd..45f59dc755c869713315c6057350acbb90a4b26f 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "lemmy_db_views"
-version = "0.16.2-rc.1"
+version = "0.16.2-rc.2"
 edition = "2021"
 description = "A link aggregator for the fediverse"
 license = "AGPL-3.0"
@@ -11,7 +11,7 @@ documentation = "https://join-lemmy.org/docs/en/index.html"
 doctest = false
 
 [dependencies]
-lemmy_db_schema = { version = "=0.16.2-rc.1", path = "../db_schema" }
+lemmy_db_schema = { version = "=0.16.2-rc.2", path = "../db_schema" }
 diesel = { version = "1.4.8", features = ["postgres","chrono","r2d2","serde_json"] }
 serde = { version = "1.0.131", features = ["derive"] }
 tracing = "0.1.29"
index 6daa6d9c6556ce3fad27c437400ac55749b4f546..71be20af78de78d63eee35c92333210b76b2301d 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "lemmy_db_views_actor"
-version = "0.16.2-rc.1"
+version = "0.16.2-rc.2"
 edition = "2021"
 description = "A link aggregator for the fediverse"
 license = "AGPL-3.0"
@@ -11,6 +11,6 @@ documentation = "https://join-lemmy.org/docs/en/index.html"
 doctest = false
 
 [dependencies]
-lemmy_db_schema = { version = "=0.16.2-rc.1", path = "../db_schema" }
+lemmy_db_schema = { version = "=0.16.2-rc.2", path = "../db_schema" }
 diesel = { version = "1.4.8", features = ["postgres","chrono","r2d2","serde_json"] }
 serde = { version = "1.0.131", features = ["derive"] }
index 75f64610b9b413c10a5c4c815a6b1b4de65e135d..68638e5cf947eb46ec30d8ab3e69603d7f76846b 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "lemmy_db_views_moderator"
-version = "0.16.2-rc.1"
+version = "0.16.2-rc.2"
 edition = "2021"
 description = "A link aggregator for the fediverse"
 license = "AGPL-3.0"
@@ -11,6 +11,6 @@ documentation = "https://join-lemmy.org/docs/en/index.html"
 doctest = false
 
 [dependencies]
-lemmy_db_schema = { version = "=0.16.2-rc.1", path = "../db_schema" }
+lemmy_db_schema = { version = "=0.16.2-rc.2", path = "../db_schema" }
 diesel = { version = "1.4.8", features = ["postgres","chrono","r2d2","serde_json"] }
 serde = { version = "1.0.131", features = ["derive"] }
index 9e7663284947752a0aa2b2bc3e1788cc78a936d8..67e8f44eded9d500d65e4e1667da36da2ecb8e67 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "lemmy_routes"
-version = "0.16.2-rc.1"
+version = "0.16.2-rc.2"
 edition = "2021"
 description = "A link aggregator for the fediverse"
 license = "AGPL-3.0"
@@ -11,13 +11,13 @@ documentation = "https://join-lemmy.org/docs/en/index.html"
 doctest = false
 
 [dependencies]
-lemmy_utils = { version = "=0.16.2-rc.1", path = "../utils" }
-lemmy_websocket = { version = "=0.16.2-rc.1", path = "../websocket" }
-lemmy_db_views = { version = "=0.16.2-rc.1", path = "../db_views" }
-lemmy_db_views_actor = { version = "=0.16.2-rc.1", path = "../db_views_actor" }
-lemmy_db_schema = { version = "=0.16.2-rc.1", path = "../db_schema" }
-lemmy_api_common = { version = "=0.16.2-rc.1", path = "../api_common" }
-lemmy_apub = { version = "=0.16.2-rc.1", path = "../apub" }
+lemmy_utils = { version = "=0.16.2-rc.2", path = "../utils" }
+lemmy_websocket = { version = "=0.16.2-rc.2", path = "../websocket" }
+lemmy_db_views = { version = "=0.16.2-rc.2", path = "../db_views" }
+lemmy_db_views_actor = { version = "=0.16.2-rc.2", path = "../db_views_actor" }
+lemmy_db_schema = { version = "=0.16.2-rc.2", path = "../db_schema" }
+lemmy_api_common = { version = "=0.16.2-rc.2", path = "../api_common" }
+lemmy_apub = { version = "=0.16.2-rc.2", path = "../apub" }
 diesel = "1.4.8"
 actix = "0.13.0"
 actix-web = { version = "4.0.0", default-features = false, features = ["rustls"] }
index 475d397cc71b05ab790811d071a19ce0b514fe18..49344aec94f22c7b89754ec7b4067ac9e575c968 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "lemmy_utils"
-version = "0.16.2-rc.1"
+version = "0.16.2-rc.2"
 edition = "2021"
 description = "A link aggregator for the fediverse"
 license = "AGPL-3.0"
index 0dd30149dc165f9430a7bcfb60b91dee16783182..a7888930364375c40e319d8f2199e3abbec204c0 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "lemmy_websocket"
-version = "0.16.2-rc.1"
+version = "0.16.2-rc.2"
 edition = "2021"
 description = "A link aggregator for the fediverse"
 license = "AGPL-3.0"
@@ -13,11 +13,11 @@ path = "src/lib.rs"
 doctest = false
 
 [dependencies]
-lemmy_utils = { version = "=0.16.2-rc.1", path = "../utils" }
-lemmy_api_common = { version = "=0.16.2-rc.1", path = "../api_common" }
-lemmy_db_schema = { version = "=0.16.2-rc.1", path = "../db_schema" }
-lemmy_db_views = { version = "=0.16.2-rc.1", path = "../db_views" }
-lemmy_db_views_actor = { version = "=0.16.2-rc.1", path = "../db_views_actor" }
+lemmy_utils = { version = "=0.16.2-rc.2", path = "../utils" }
+lemmy_api_common = { version = "=0.16.2-rc.2", path = "../api_common" }
+lemmy_db_schema = { version = "=0.16.2-rc.2", path = "../db_schema" }
+lemmy_db_views = { version = "=0.16.2-rc.2", path = "../db_views" }
+lemmy_db_views_actor = { version = "=0.16.2-rc.2", path = "../db_views_actor" }
 reqwest = { version = "0.11.7", features = ["json"] }
 reqwest-middleware = "0.1.3"
 tracing = "0.1.29"