Upgrade activitypub_federation crate to 0.3.3 (ref #2511) (#2578)

This commit is contained in:
Nutomic 2022-11-22 12:20:31 +00:00 committed by GitHub
parent 872c60a013
commit bc19d94e3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -4,9 +4,9 @@ version = 3
[[package]]
name = "activitypub_federation"
version = "0.3.2"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85eee18b953107c2ce1f9e217b533464b061c4416179aa65c6adb102379fbaff"
checksum = "6dc8d966802e5a2b79a7f726f17d00b161151eded8cf0b02ca4ed9bc0057c9fd"
dependencies = [
"actix-web",
"anyhow",

View file

@ -59,7 +59,7 @@ lemmy_routes = { version = "=0.16.5", path = "./crates/routes" }
lemmy_db_views = { version = "=0.16.5", path = "./crates/db_views" }
lemmy_db_views_actor = { version = "=0.16.5", path = "./crates/db_views_actor" }
lemmy_db_views_moderator = { version = "=0.16.5", path = "./crates/db_views_moderator" }
activitypub_federation = "0.3.2"
activitypub_federation = "0.3.3"
diesel = "2.0.2"
diesel_migrations = "2.0.0"
diesel-async = "0.1.1"