This commit is contained in:
Felix Ableitner 2024-05-06 13:34:18 +02:00
parent 23006baa0c
commit 740bd3af70
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View file

@ -3148,7 +3148,6 @@ dependencies = [
"lemmy_utils", "lemmy_utils",
"moka", "moka",
"once_cell", "once_cell",
"serde",
"tracing", "tracing",
"url", "url",
"uuid", "uuid",

View file

@ -28,7 +28,6 @@ uuid = { workspace = true }
moka.workspace = true moka.workspace = true
once_cell.workspace = true once_cell.workspace = true
anyhow.workspace = true anyhow.workspace = true
serde.workspace = true
webmention = "0.5.0" webmention = "0.5.0"
accept-language = "3.1.0" accept-language = "3.1.0"