Version 0.13.5-rc.6

This commit is contained in:
Dessalines 2021-10-21 12:30:18 -04:00
parent 4260c57b55
commit 67e948f4e3
15 changed files with 87 additions and 87 deletions

28
Cargo.lock generated
View file

@ -1647,7 +1647,7 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "lemmy_api"
version = "0.13.5-rc.5"
version = "0.13.5-rc.6"
dependencies = [
"actix",
"actix-rt",
@ -1691,7 +1691,7 @@ dependencies = [
[[package]]
name = "lemmy_api_common"
version = "0.13.5-rc.5"
version = "0.13.5-rc.6"
dependencies = [
"actix-web",
"chrono",
@ -1709,7 +1709,7 @@ dependencies = [
[[package]]
name = "lemmy_api_crud"
version = "0.13.5-rc.5"
version = "0.13.5-rc.6"
dependencies = [
"actix",
"actix-rt",
@ -1754,7 +1754,7 @@ dependencies = [
[[package]]
name = "lemmy_apub"
version = "0.13.5-rc.5"
version = "0.13.5-rc.6"
dependencies = [
"activitystreams",
"actix",
@ -1796,7 +1796,7 @@ dependencies = [
[[package]]
name = "lemmy_apub_lib"
version = "0.13.5-rc.5"
version = "0.13.5-rc.6"
dependencies = [
"activitystreams",
"actix-web",
@ -1821,7 +1821,7 @@ dependencies = [
[[package]]
name = "lemmy_apub_lib_derive"
version = "0.13.5-rc.5"
version = "0.13.5-rc.6"
dependencies = [
"proc-macro2 1.0.29",
"quote 1.0.10",
@ -1831,7 +1831,7 @@ dependencies = [
[[package]]
name = "lemmy_db_schema"
version = "0.13.5-rc.5"
version = "0.13.5-rc.6"
dependencies = [
"bcrypt",
"chrono",
@ -1853,7 +1853,7 @@ dependencies = [
[[package]]
name = "lemmy_db_views"
version = "0.13.5-rc.5"
version = "0.13.5-rc.6"
dependencies = [
"diesel",
"lemmy_db_schema",
@ -1865,7 +1865,7 @@ dependencies = [
[[package]]
name = "lemmy_db_views_actor"
version = "0.13.5-rc.5"
version = "0.13.5-rc.6"
dependencies = [
"diesel",
"lemmy_db_schema",
@ -1874,7 +1874,7 @@ dependencies = [
[[package]]
name = "lemmy_db_views_moderator"
version = "0.13.5-rc.5"
version = "0.13.5-rc.6"
dependencies = [
"diesel",
"lemmy_db_schema",
@ -1883,7 +1883,7 @@ dependencies = [
[[package]]
name = "lemmy_routes"
version = "0.13.5-rc.5"
version = "0.13.5-rc.6"
dependencies = [
"actix",
"actix-http",
@ -1911,7 +1911,7 @@ dependencies = [
[[package]]
name = "lemmy_server"
version = "0.13.5-rc.5"
version = "0.13.5-rc.6"
dependencies = [
"activitystreams",
"actix",
@ -1950,7 +1950,7 @@ dependencies = [
[[package]]
name = "lemmy_utils"
version = "0.13.5-rc.5"
version = "0.13.5-rc.6"
dependencies = [
"actix-rt",
"actix-web",
@ -1986,7 +1986,7 @@ dependencies = [
[[package]]
name = "lemmy_websocket"
version = "0.13.5-rc.5"
version = "0.13.5-rc.6"
dependencies = [
"actix",
"actix-web",

View file

@ -1,6 +1,6 @@
[package]
name = "lemmy_server"
version = "0.13.5-rc.5"
version = "0.13.5-rc.6"
edition = "2018"
description = "A link aggregator for the fediverse"
license = "AGPL-3.0"
@ -31,18 +31,18 @@ members = [
]
[dependencies]
lemmy_api = { version = "=0.13.5-rc.5", path = "./crates/api" }
lemmy_api_crud = { version = "=0.13.5-rc.5", path = "./crates/api_crud" }
lemmy_apub = { version = "=0.13.5-rc.5", path = "./crates/apub" }
lemmy_apub_lib = { version = "=0.13.5-rc.5", path = "./crates/apub_lib" }
lemmy_utils = { version = "=0.13.5-rc.5", path = "./crates/utils" }
lemmy_db_schema = { version = "=0.13.5-rc.5", path = "./crates/db_schema" }
lemmy_db_views = { version = "=0.13.5-rc.5", path = "./crates/db_views" }
lemmy_db_views_moderator = { version = "=0.13.5-rc.5", path = "./crates/db_views_moderator" }
lemmy_db_views_actor = { version = "=0.13.5-rc.5", path = "./crates/db_views_actor" }
lemmy_api_common = { version = "=0.13.5-rc.5", path = "crates/api_common" }
lemmy_websocket = { version = "=0.13.5-rc.5", path = "./crates/websocket" }
lemmy_routes = { version = "=0.13.5-rc.5", path = "./crates/routes" }
lemmy_api = { version = "=0.13.5-rc.6", path = "./crates/api" }
lemmy_api_crud = { version = "=0.13.5-rc.6", path = "./crates/api_crud" }
lemmy_apub = { version = "=0.13.5-rc.6", path = "./crates/apub" }
lemmy_apub_lib = { version = "=0.13.5-rc.6", path = "./crates/apub_lib" }
lemmy_utils = { version = "=0.13.5-rc.6", path = "./crates/utils" }
lemmy_db_schema = { version = "=0.13.5-rc.6", path = "./crates/db_schema" }
lemmy_db_views = { version = "=0.13.5-rc.6", path = "./crates/db_views" }
lemmy_db_views_moderator = { version = "=0.13.5-rc.6", path = "./crates/db_views_moderator" }
lemmy_db_views_actor = { version = "=0.13.5-rc.6", path = "./crates/db_views_actor" }
lemmy_api_common = { version = "=0.13.5-rc.6", path = "crates/api_common" }
lemmy_websocket = { version = "=0.13.5-rc.6", path = "./crates/websocket" }
lemmy_routes = { version = "=0.13.5-rc.6", path = "./crates/routes" }
diesel = "1.4.8"
diesel_migrations = "1.4.0"
chrono = { version = "0.4.19", features = ["serde"] }

View file

@ -1,6 +1,6 @@
[package]
name = "lemmy_api"
version = "0.13.5-rc.5"
version = "0.13.5-rc.6"
edition = "2018"
description = "A link aggregator for the fediverse"
license = "AGPL-3.0"
@ -13,14 +13,14 @@ path = "src/lib.rs"
doctest = false
[dependencies]
lemmy_apub = { version = "=0.13.5-rc.5", path = "../apub" }
lemmy_utils = { version = "=0.13.5-rc.5", path = "../utils" }
lemmy_db_schema = { version = "=0.13.5-rc.5", path = "../db_schema" }
lemmy_db_views = { version = "=0.13.5-rc.5", path = "../db_views" }
lemmy_db_views_moderator = { version = "=0.13.5-rc.5", path = "../db_views_moderator" }
lemmy_db_views_actor = { version = "=0.13.5-rc.5", path = "../db_views_actor" }
lemmy_api_common = { version = "=0.13.5-rc.5", path = "../api_common" }
lemmy_websocket = { version = "=0.13.5-rc.5", path = "../websocket" }
lemmy_apub = { version = "=0.13.5-rc.6", path = "../apub" }
lemmy_utils = { version = "=0.13.5-rc.6", path = "../utils" }
lemmy_db_schema = { version = "=0.13.5-rc.6", path = "../db_schema" }
lemmy_db_views = { version = "=0.13.5-rc.6", path = "../db_views" }
lemmy_db_views_moderator = { version = "=0.13.5-rc.6", path = "../db_views_moderator" }
lemmy_db_views_actor = { version = "=0.13.5-rc.6", path = "../db_views_actor" }
lemmy_api_common = { version = "=0.13.5-rc.6", path = "../api_common" }
lemmy_websocket = { version = "=0.13.5-rc.6", path = "../websocket" }
diesel = "1.4.8"
bcrypt = "0.10.1"
chrono = { version = "0.4.19", features = ["serde"] }

View file

@ -1,6 +1,6 @@
[package]
name = "lemmy_api_common"
version = "0.13.5-rc.5"
version = "0.13.5-rc.6"
edition = "2018"
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.13.5-rc.5", path = "../db_views" }
lemmy_db_views_moderator = { version = "=0.13.5-rc.5", path = "../db_views_moderator" }
lemmy_db_views_actor = { version = "=0.13.5-rc.5", path = "../db_views_actor" }
lemmy_db_schema = { version = "=0.13.5-rc.5", path = "../db_schema" }
lemmy_utils = { version = "=0.13.5-rc.5", path = "../utils" }
lemmy_db_views = { version = "=0.13.5-rc.6", path = "../db_views" }
lemmy_db_views_moderator = { version = "=0.13.5-rc.6", path = "../db_views_moderator" }
lemmy_db_views_actor = { version = "=0.13.5-rc.6", path = "../db_views_actor" }
lemmy_db_schema = { version = "=0.13.5-rc.6", path = "../db_schema" }
lemmy_utils = { version = "=0.13.5-rc.6", path = "../utils" }
serde = { version = "1.0.130", features = ["derive"] }
log = "0.4.14"
diesel = "1.4.8"

View file

@ -1,6 +1,6 @@
[package]
name = "lemmy_api_crud"
version = "0.13.5-rc.5"
version = "0.13.5-rc.6"
edition = "2018"
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.13.5-rc.5", path = "../apub" }
lemmy_apub_lib = { version = "=0.13.5-rc.5", path = "../apub_lib" }
lemmy_utils = { version = "=0.13.5-rc.5", path = "../utils" }
lemmy_db_schema = { version = "=0.13.5-rc.5", path = "../db_schema" }
lemmy_db_views = { version = "=0.13.5-rc.5", path = "../db_views" }
lemmy_db_views_moderator = { version = "=0.13.5-rc.5", path = "../db_views_moderator" }
lemmy_db_views_actor = { version = "=0.13.5-rc.5", path = "../db_views_actor" }
lemmy_api_common = { version = "=0.13.5-rc.5", path = "../api_common" }
lemmy_websocket = { version = "=0.13.5-rc.5", path = "../websocket" }
lemmy_apub = { version = "=0.13.5-rc.6", path = "../apub" }
lemmy_apub_lib = { version = "=0.13.5-rc.6", path = "../apub_lib" }
lemmy_utils = { version = "=0.13.5-rc.6", path = "../utils" }
lemmy_db_schema = { version = "=0.13.5-rc.6", path = "../db_schema" }
lemmy_db_views = { version = "=0.13.5-rc.6", path = "../db_views" }
lemmy_db_views_moderator = { version = "=0.13.5-rc.6", path = "../db_views_moderator" }
lemmy_db_views_actor = { version = "=0.13.5-rc.6", path = "../db_views_actor" }
lemmy_api_common = { version = "=0.13.5-rc.6", path = "../api_common" }
lemmy_websocket = { version = "=0.13.5-rc.6", path = "../websocket" }
diesel = "1.4.8"
bcrypt = "0.10.1"
chrono = { version = "0.4.19", features = ["serde"] }

View file

@ -1,6 +1,6 @@
[package]
name = "lemmy_apub"
version = "0.13.5-rc.5"
version = "0.13.5-rc.6"
edition = "2018"
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.13.5-rc.5", path = "../utils" }
lemmy_apub_lib = { version = "=0.13.5-rc.5", path = "../apub_lib" }
lemmy_db_schema = { version = "=0.13.5-rc.5", path = "../db_schema" }
lemmy_db_views = { version = "=0.13.5-rc.5", path = "../db_views" }
lemmy_db_views_actor = { version = "=0.13.5-rc.5", path = "../db_views_actor" }
lemmy_api_common = { version = "=0.13.5-rc.5", path = "../api_common" }
lemmy_websocket = { version = "=0.13.5-rc.5", path = "../websocket" }
lemmy_utils = { version = "=0.13.5-rc.6", path = "../utils" }
lemmy_apub_lib = { version = "=0.13.5-rc.6", path = "../apub_lib" }
lemmy_db_schema = { version = "=0.13.5-rc.6", path = "../db_schema" }
lemmy_db_views = { version = "=0.13.5-rc.6", path = "../db_views" }
lemmy_db_views_actor = { version = "=0.13.5-rc.6", path = "../db_views_actor" }
lemmy_api_common = { version = "=0.13.5-rc.6", path = "../api_common" }
lemmy_websocket = { version = "=0.13.5-rc.6", path = "../websocket" }
diesel = "1.4.8"
activitystreams = "0.7.0-alpha.11"
bcrypt = "0.10.1"

View file

@ -1,6 +1,6 @@
[package]
name = "lemmy_apub_lib"
version = "0.13.5-rc.5"
version = "0.13.5-rc.6"
edition = "2018"
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.13.5-rc.5", path = "../utils" }
lemmy_apub_lib_derive = { version = "=0.13.5-rc.5", path = "../apub_lib_derive" }
lemmy_utils = { version = "=0.13.5-rc.6", path = "../utils" }
lemmy_apub_lib_derive = { version = "=0.13.5-rc.6", path = "../apub_lib_derive" }
activitystreams = "0.7.0-alpha.11"
serde = { version = "1.0.130", features = ["derive"] }
async-trait = "0.1.51"

View file

@ -1,6 +1,6 @@
[package]
name = "lemmy_apub_lib_derive"
version = "0.13.5-rc.5"
version = "0.13.5-rc.6"
edition = "2018"
description = "A link aggregator for the fediverse"
license = "AGPL-3.0"

View file

@ -1,6 +1,6 @@
[package]
name = "lemmy_db_schema"
version = "0.13.5-rc.5"
version = "0.13.5-rc.6"
edition = "2018"
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_utils = { version = "=0.13.5-rc.5", path = "../utils" }
lemmy_utils = { version = "=0.13.5-rc.6", path = "../utils" }
diesel = { version = "1.4.8", features = ["postgres","chrono","r2d2","serde_json"] }
diesel_migrations = "1.4.0"
chrono = { version = "0.4.19", features = ["serde"] }

View file

@ -1,6 +1,6 @@
[package]
name = "lemmy_db_views"
version = "0.13.5-rc.5"
version = "0.13.5-rc.6"
edition = "2018"
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.13.5-rc.5", path = "../db_schema" }
lemmy_db_schema = { version = "=0.13.5-rc.6", path = "../db_schema" }
diesel = { version = "1.4.8", features = ["postgres","chrono","r2d2","serde_json"] }
serde = { version = "1.0.130", features = ["derive"] }
log = "0.4.14"

View file

@ -1,6 +1,6 @@
[package]
name = "lemmy_db_views_actor"
version = "0.13.5-rc.5"
version = "0.13.5-rc.6"
edition = "2018"
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.13.5-rc.5", path = "../db_schema" }
lemmy_db_schema = { version = "=0.13.5-rc.6", path = "../db_schema" }
diesel = { version = "1.4.8", features = ["postgres","chrono","r2d2","serde_json"] }
serde = { version = "1.0.130", features = ["derive"] }

View file

@ -1,6 +1,6 @@
[package]
name = "lemmy_db_views_moderator"
version = "0.13.5-rc.5"
version = "0.13.5-rc.6"
edition = "2018"
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.13.5-rc.5", path = "../db_schema" }
lemmy_db_schema = { version = "=0.13.5-rc.6", path = "../db_schema" }
diesel = { version = "1.4.8", features = ["postgres","chrono","r2d2","serde_json"] }
serde = { version = "1.0.130", features = ["derive"] }

View file

@ -1,6 +1,6 @@
[package]
name = "lemmy_routes"
version = "0.13.5-rc.5"
version = "0.13.5-rc.6"
edition = "2018"
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.13.5-rc.5", path = "../utils" }
lemmy_websocket = { version = "=0.13.5-rc.5", path = "../websocket" }
lemmy_db_views = { version = "=0.13.5-rc.5", path = "../db_views" }
lemmy_db_views_actor = { version = "=0.13.5-rc.5", path = "../db_views_actor" }
lemmy_db_schema = { version = "=0.13.5-rc.5", path = "../db_schema" }
lemmy_api_common = { version = "=0.13.5-rc.5", path = "../api_common" }
lemmy_apub_lib = { version = "=0.13.5-rc.5", path = "../apub_lib" }
lemmy_utils = { version = "=0.13.5-rc.6", path = "../utils" }
lemmy_websocket = { version = "=0.13.5-rc.6", path = "../websocket" }
lemmy_db_views = { version = "=0.13.5-rc.6", path = "../db_views" }
lemmy_db_views_actor = { version = "=0.13.5-rc.6", path = "../db_views_actor" }
lemmy_db_schema = { version = "=0.13.5-rc.6", path = "../db_schema" }
lemmy_api_common = { version = "=0.13.5-rc.6", path = "../api_common" }
lemmy_apub_lib = { version = "=0.13.5-rc.6", path = "../apub_lib" }
diesel = "1.4.8"
actix = "0.12.0"
actix-web = { version = "4.0.0-beta.9", default-features = false, features = ["rustls"] }

View file

@ -1,6 +1,6 @@
[package]
name = "lemmy_utils"
version = "0.13.5-rc.5"
version = "0.13.5-rc.6"
edition = "2018"
description = "A link aggregator for the fediverse"
license = "AGPL-3.0"

View file

@ -1,6 +1,6 @@
[package]
name = "lemmy_websocket"
version = "0.13.5-rc.5"
version = "0.13.5-rc.6"
edition = "2018"
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.13.5-rc.5", path = "../utils" }
lemmy_api_common = { version = "=0.13.5-rc.5", path = "../api_common" }
lemmy_db_schema = { version = "=0.13.5-rc.5", path = "../db_schema" }
lemmy_db_views = { version = "=0.13.5-rc.5", path = "../db_views" }
lemmy_db_views_actor = { version = "=0.13.5-rc.5", path = "../db_views_actor" }
lemmy_utils = { version = "=0.13.5-rc.6", path = "../utils" }
lemmy_api_common = { version = "=0.13.5-rc.6", path = "../api_common" }
lemmy_db_schema = { version = "=0.13.5-rc.6", path = "../db_schema" }
lemmy_db_views = { version = "=0.13.5-rc.6", path = "../db_views" }
lemmy_db_views_actor = { version = "=0.13.5-rc.6", path = "../db_views_actor" }
reqwest = { version = "0.11.4", features = ["json"] }
log = "0.4.14"
rand = "0.8.4"