chore: bump k-ap to v0.1.3, drop direct activitypub_federation dep
Some checks failed
CI / Release build (push) Has been cancelled
CI / Check / Test (push) Has been cancelled

This commit is contained in:
2026-05-25 09:45:47 +02:00
parent ca8fdb33ba
commit 410e25a562
5 changed files with 150 additions and 106 deletions

View File

@@ -1,5 +1,5 @@
use k_ap::AS_PUBLIC;
use activitypub_federation::kinds::object::NoteType;
use k_ap::NoteType;
use chrono::{DateTime, Utc};
use serde::{Deserialize, Serialize};
use url::Url;