From 8a6d8325134e55cabf31249a74896a2d9eb2dd9d Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Wed, 30 Dec 2020 22:34:04 +0900 Subject: [PATCH] Upgrade rocket --- Cargo.toml | 2 +- plume-common/Cargo.toml | 2 +- plume-models/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 247182fd..681fdc53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ heck = "0.3.0" lettre = "0.9.2" lettre_email = "0.9.2" num_cpus = "1.10" -rocket = "0.4.5" +rocket = "0.4.6" rocket_contrib = { version = "0.4.5", features = ["json"] } rocket_i18n = { git = "https://github.com/Plume-org/rocket_i18n", rev = "e922afa7c366038b3433278c03b1456b346074f2" } rpassword = "4.0" diff --git a/plume-common/Cargo.toml b/plume-common/Cargo.toml index 1293fc8c..44cd6cf3 100644 --- a/plume-common/Cargo.toml +++ b/plume-common/Cargo.toml @@ -14,7 +14,7 @@ heck = "0.3.0" hex = "0.3" hyper = "0.12.33" openssl = "0.10.22" -rocket = "0.4.5" +rocket = "0.4.6" reqwest = "0.9" serde = "1.0" serde_derive = "1.0" diff --git a/plume-models/Cargo.toml b/plume-models/Cargo.toml index baed6eb1..3fd746d2 100644 --- a/plume-models/Cargo.toml +++ b/plume-models/Cargo.toml @@ -16,7 +16,7 @@ lazy_static = "1.0" ldap3 = "0.7.1" migrations_internals= "1.4.0" openssl = "0.10.22" -rocket = "0.4.5" +rocket = "0.4.6" rocket_i18n = { git = "https://github.com/Plume-org/rocket_i18n", rev = "e922afa7c366038b3433278c03b1456b346074f2" } reqwest = "0.9" scheduled-thread-pool = "0.2.2"