cargo update, and drop patched runtime-fmt

This commit is contained in:
Vincent Breitmoser 2019-11-03 00:53:34 +01:00
parent 435f8d4743
commit 8cf7adbb6c
No known key found for this signature in database
GPG Key ID: 7BD18320DEADFA11
2 changed files with 240 additions and 250 deletions

485
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -36,14 +36,11 @@ rocket_prometheus = "0.2"
lazy_static = "1.3.0"
rocket_i18n = "0.4"
gettext-macros = "0.5"
runtime-fmt = "0.4.0"
runtime-fmt = "0.4"
gettext = "0.4"
glob = "0.3"
rfc2047 = "0.1"
[patch.crates-io]
runtime-fmt = { git = "https://github.com/fdb-hiroshima/runtime-fmt/", rev = "ee47ac19b342de58aeaedc6880c1462daf3ca7f7" }
[dependencies.lettre]
version = "0.9"
default-features = false