Use Utf8PathBuf

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
xmppftw xmppftw 2024-08-07 11:35:47 +02:00 committed by Maxime “pep” Buquet
commit 66e4131bd3
3 changed files with 11 additions and 14 deletions

View file

@ -25,6 +25,7 @@ xmpp = "0.5"
hmac = "0.12"
sha2 = "0.10"
hex = "0.4"
camino = { version = "1.1", features = ["serde"] }
[patch.crates-io]
forgejo-hooks = { path = "forgejo-hooks" }