Skip to content

Commit

Permalink
Upgrade apub lib, correct webfinger content-type (#4498)
Browse files Browse the repository at this point in the history
* Upgrade apub lib, correct webfinger content-type

* fmt

* fix test by avoiding network fetch
  • Loading branch information
Nutomic committed Mar 6, 2024
1 parent bdabc5e commit fed6b61
Show file tree
Hide file tree
Showing 8 changed files with 78 additions and 117 deletions.
98 changes: 49 additions & 49 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -96,7 +96,7 @@ lemmy_routes = { version = "=0.19.3", path = "./crates/routes" }
lemmy_db_views = { version = "=0.19.3", path = "./crates/db_views" }
lemmy_db_views_actor = { version = "=0.19.3", path = "./crates/db_views_actor" }
lemmy_db_views_moderator = { version = "=0.19.3", path = "./crates/db_views_moderator" }
activitypub_federation = { version = "0.5.1-beta.1", default-features = false, features = [
activitypub_federation = { version = "0.5.1", default-features = false, features = [
"actix-web",
] }
diesel = "2.1.4"
Expand Down
3 changes: 0 additions & 3 deletions crates/api_common/Cargo.toml
Expand Up @@ -54,7 +54,6 @@ tracing = { workspace = true, optional = true }
reqwest-middleware = { workspace = true, optional = true }
regex = { workspace = true }
rosetta-i18n = { workspace = true, optional = true }
anyhow = { workspace = true }
futures = { workspace = true, optional = true }
uuid = { workspace = true, optional = true }
tokio = { workspace = true, optional = true }
Expand All @@ -64,7 +63,6 @@ once_cell = { workspace = true, optional = true }
actix-web = { workspace = true, optional = true }
enum-map = { workspace = true }
urlencoding = { workspace = true }
async-trait = { workspace = true }
mime = { version = "0.3.17", optional = true }
webpage = { version = "1.6", default-features = false, features = [
"serde",
Expand All @@ -73,7 +71,6 @@ encoding = { version = "0.2.33", optional = true }
jsonwebtoken = { version = "8.3.0", optional = true }
# necessary for wasmt compilation
getrandom = { version = "0.2.12", features = ["js"] }
task-local-extensions = "0.1.4"

[package.metadata.cargo-machete]
ignored = ["getrandom"]
Expand Down

0 comments on commit fed6b61

Please sign in to comment.