From 4b0daaf0a137e7ce7666bb3706a21303f035e42b Mon Sep 17 00:00:00 2001 From: pep Date: Thu, 13 Nov 2025 18:29:10 +0100 Subject: [PATCH] Update dep camino's features Signed-off-by: pep --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a9f5d50..97becf9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ xmpp = { git = "https://gitlab.com/xmpp-rs/xmpp-rs", rev = "e3a4aae42d9", defaul hmac = "0.12" sha2 = "0.10" hex = "0.4" -camino = { version = "1.1", features = ["serde"] } +camino = { version = "1.2", features = ["serde1"] } [patch.crates-io] forgejo-hooks = { path = "forgejo-hooks" }