Merge pull request 'Bump rocket_contrib from 0.4.10 to 0.4.11' (#1101) from rocket_contrib-0.4.11 into main

Reviewed-on: https://git.joinplu.me/Plume/Plume/pulls/1101
This commit is contained in:
KitaitiMakoto 2022-05-27 02:08:27 +00:00
commit 16b10695df
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -3981,9 +3981,9 @@ dependencies = [
[[package]]
name = "rocket_contrib"
version = "0.4.10"
version = "0.4.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b6303dccab46dce6c7ac26c9b9d8d8cde1b19614b027c3f913be6611bff6d9b"
checksum = "e20efbc6a211cb3df5375accf532d4186f224b623f39eca650b19b96240c596b"
dependencies = [
"log 0.4.17",
"notify",

View File

@ -16,7 +16,7 @@ guid-create = "0.2"
lettre_email = "0.9.2"
num_cpus = "1.10"
rocket = "0.4.11"
rocket_contrib = { version = "0.4.5", features = ["json"] }
rocket_contrib = { version = "0.4.11", features = ["json"] }
rocket_i18n = "0.4.1"
scheduled-thread-pool = "0.2.2"
serde = "1.0"