update gettext-macros to 0.6.1

This commit is contained in:
Vincent Breitmoser 2022-02-26 16:34:57 +01:00
parent 36b03ea608
commit 329a9c09b0
2 changed files with 4 additions and 6 deletions

5
Cargo.lock generated
View File

@ -871,8 +871,9 @@ dependencies = [
[[package]]
name = "gettext-macros"
version = "0.6.0"
source = "git+https://github.com/Valodim/gettext-macros?rev=d15fa92ef6ac28269890557fe9c3767d01442633#d15fa92ef6ac28269890557fe9c3767d01442633"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "649db3b5cda06091ea6aacb9f66f7002dfe885505b324b8ed795261253ffc2b3"
dependencies = [
"gettext",
"gettext-utils",

View File

@ -35,7 +35,7 @@ base64 = "0.10"
uuid = { version = "0.7", features = [ "v4" ] }
rocket_prometheus = "0.10.0-rc.1"
lazy_static = "1.3.0"
gettext-macros = "0.6"
gettext-macros = "0.6.1"
gettext-utils = "0.1"
gettext = "0.4"
glob = "0.3"
@ -48,9 +48,6 @@ branch = "go-async"
default-features = false
features = ["rocket"]
[patch.crates-io]
gettext-macros = { git = "https://github.com/Valodim/gettext-macros", rev = "d15fa92ef6ac28269890557fe9c3767d01442633" }
[dependencies.lettre]
version = "0.10.0-pre"
default-features = false