vidara and cargo updates

This commit is contained in:
Simon
2026-05-05 12:25:43 +00:00
committed by ForgeCode
parent 8ae0fcb544
commit 01306c508a
5 changed files with 40 additions and 43 deletions

View File

@@ -405,7 +405,7 @@ impl YespornProvider {
)));
}
let canonical_url = response.uri().to_string();
let canonical_url = response.url().to_string();
let body = response
.text()
.await