Skip to content

Commit

Permalink
refactor(deps): bump activitypub-federation to 0.6.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Sep 12, 2024
1 parent 58d1121 commit ceb6134
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 143 deletions.
141 changes: 3 additions & 138 deletions Cargo.lock

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

8 changes: 3 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ tracing_pretty = ["hatsu_tracing/pretty"]
[workspace]
members = [
".",
"crates/activitypub-federation",
"crates/api",
"crates/api_admin",
"crates/api_apub",
Expand All @@ -69,7 +68,6 @@ members = [
]

[workspace.dependencies]
activitypub_federation = { path = "./crates/activitypub-federation" }
hatsu_api = { path = "./crates/api" }
hatsu_api_admin = { path = "./crates/api_admin" }
hatsu_api_apub = { path = "./crates/api_apub" }
Expand All @@ -85,9 +83,9 @@ hatsu_openapi = { path = "./crates/openapi" }
hatsu_tracing = { path = "./crates/tracing" }
hatsu_utils = { path = "./crates/utils" }
hatsu_well_known = { path = "./crates/well_known" }
# activitypub_federation = { version = "0.5", default-features = false, features = [
# "axum",
# ] }
activitypub_federation = { version = "0.6.0-alpha", default-features = false, features = [
"axum",
] }
anyhow = "1.0"
apalis = { version = "0.6.0-rc.4", default-features = false, features = [
"tokio-comp",
Expand Down

0 comments on commit ceb6134

Please sign in to comment.