From e518e899e53c072724254bd714db914cde7db5b2 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Tue, 8 Apr 2025 12:16:55 +0100 Subject: fix(filamento): caps +notify and use hex representation for avatar metadata id --- filamento/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'filamento/Cargo.toml') diff --git a/filamento/Cargo.toml b/filamento/Cargo.toml index 92c8370..d1749f4 100644 --- a/filamento/Cargo.toml +++ b/filamento/Cargo.toml @@ -20,6 +20,7 @@ sha3 = "0.10.8" base64 = "0.22.1" sha1 = "0.10.6" image = "0.25.6" +hex = "0.4.3" [dev-dependencies] tracing-subscriber = "0.3.19" -- cgit