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"