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

pull/2581/head
Nutomic 2 years ago committed by GitHub
parent 872c60a013
commit bc19d94e3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated

@ -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",

@ -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"

Loading…
Cancel
Save