From 1305af196beb08286eb14f573cd4dd7911bc4ff8 Mon Sep 17 00:00:00 2001 From: asonix Date: Thu, 4 Feb 2021 17:45:47 -0600 Subject: [PATCH] Update i18n --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index da7b9b0..44e3a29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,8 +26,8 @@ http-signature-normalization-actix = { version = "0.4.0", default-features = fal hyaenidae-accounts = { version = "0.1.0", path = "./accounts" } hyaenidae-profiles = { version = "0.1.0", path = "./profiles" } hyaenidae-toolkit = { version = "0.1.0", path = "./toolkit" } -i18n-embed-fl = "0.3.1" -i18n-embed = { version = "0.10.2", features = ["fluent-system"] } +i18n-embed-fl = "0.4.0" +i18n-embed = { version = "0.11.0", features = ["fluent-system"] } log = "0.4" mime = "0.3.16" once_cell = "1.5.2"