Update dep camino's features

Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
pep 2025-11-13 18:29:10 +01:00
commit 4b0daaf0a1
No known key found for this signature in database
GPG key ID: DEDA74AEECA9D0F2

View file

@ -24,7 +24,7 @@ xmpp = { git = "https://gitlab.com/xmpp-rs/xmpp-rs", rev = "e3a4aae42d9", defaul
hmac = "0.12" hmac = "0.12"
sha2 = "0.10" sha2 = "0.10"
hex = "0.4" hex = "0.4"
camino = { version = "1.1", features = ["serde"] } camino = { version = "1.2", features = ["serde1"] }
[patch.crates-io] [patch.crates-io]
forgejo-hooks = { path = "forgejo-hooks" } forgejo-hooks = { path = "forgejo-hooks" }