From 415c97e27f1d848d427c65ef7dcc0ed0a765ee06 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Tue, 12 Nov 2024 14:13:09 +0100 Subject: [PATCH] Update apub lib --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 079ea82..1750e5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,9 +4,9 @@ version = 3 [[package]] name = "activitypub_federation" -version = "0.6.0-alpha2" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4877d467ddf2fac85e9ee33aba6f2560df14125b8bfa864f85ab40e9b87753a9" +checksum = "66f275acdf9bf0c4149d31babf06bf24234ff17a04c768056354e131d91e04d1" dependencies = [ "activitystreams-kinds", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 6c01aac..00f3635 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ dbg_macro = "deny" unwrap_used = "deny" [dependencies] -activitypub_federation = { version = "0.6.0-alpha2", features = [ +activitypub_federation = { version = "0.6.0", features = [ "axum", "diesel", ], default-features = false, optional = true }