From 917eda356d9232b1aa0d2034e7a5cfef22e67202 Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Sun, 6 Feb 2022 18:57:43 +0900 Subject: [PATCH] Use rocket_i18n on crates.io --- Cargo.toml | 2 +- plume-models/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e95ff48e..d3178670 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ lettre_email = "0.9.2" num_cpus = "1.10" rocket = "0.4.6" rocket_contrib = { version = "0.4.5", features = ["json"] } -rocket_i18n = { git = "https://github.com/Plume-org/rocket_i18n", rev = "e922afa7c366038b3433278c03b1456b346074f2" } +rocket_i18n = "0.4.1" scheduled-thread-pool = "0.2.2" serde = "1.0" serde_json = "1.0.70" diff --git a/plume-models/Cargo.toml b/plume-models/Cargo.toml index f430825f..577d8a92 100644 --- a/plume-models/Cargo.toml +++ b/plume-models/Cargo.toml @@ -15,7 +15,7 @@ ldap3 = "0.9.3" migrations_internals= "1.4.0" openssl = "0.10.22" rocket = "0.4.6" -rocket_i18n = { git = "https://github.com/Plume-org/rocket_i18n", rev = "e922afa7c366038b3433278c03b1456b346074f2" } +rocket_i18n = "0.4.1" reqwest = "0.9" scheduled-thread-pool = "0.2.2" serde = "1.0"