Update gettext-macros to 0.6.1
This commit is contained in:
parent
306f2d5738
commit
ed491bad21
16
Cargo.lock
generated
16
Cargo.lock
generated
@ -1535,11 +1535,12 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "gettext-macros"
|
name = "gettext-macros"
|
||||||
version = "0.6.0"
|
version = "0.6.1"
|
||||||
source = "git+https://git.joinplu.me/plume/gettext-macros?rev=2227905fb9#2227905fb949ee107053eeda982530407e51ae99"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "649db3b5cda06091ea6aacb9f66f7002dfe885505b324b8ed795261253ffc2b3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"gettext",
|
"gettext",
|
||||||
"gettext-utils 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"gettext-utils",
|
||||||
"proc-macro2 1.0.36",
|
"proc-macro2 1.0.36",
|
||||||
"quote 1.0.15",
|
"quote 1.0.15",
|
||||||
"syn 1.0.86",
|
"syn 1.0.86",
|
||||||
@ -1551,11 +1552,6 @@ version = "0.1.0"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "46dd079379f756f6a1ae74b051813e242893f84fbf6ac898bce827fc77958d70"
|
checksum = "46dd079379f756f6a1ae74b051813e242893f84fbf6ac898bce827fc77958d70"
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "gettext-utils"
|
|
||||||
version = "0.1.0"
|
|
||||||
source = "git+https://git.joinplu.me/plume/gettext-macros?rev=2227905fb9#2227905fb949ee107053eeda982530407e51ae99"
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ghash"
|
name = "ghash"
|
||||||
version = "0.3.1"
|
version = "0.3.1"
|
||||||
@ -3088,7 +3084,7 @@ dependencies = [
|
|||||||
"dotenv",
|
"dotenv",
|
||||||
"gettext",
|
"gettext",
|
||||||
"gettext-macros",
|
"gettext-macros",
|
||||||
"gettext-utils 0.1.0 (git+https://git.joinplu.me/plume/gettext-macros?rev=2227905fb9)",
|
"gettext-utils",
|
||||||
"guid-create",
|
"guid-create",
|
||||||
"lettre_email",
|
"lettre_email",
|
||||||
"multipart",
|
"multipart",
|
||||||
@ -3167,7 +3163,7 @@ dependencies = [
|
|||||||
"console_error_panic_hook",
|
"console_error_panic_hook",
|
||||||
"gettext",
|
"gettext",
|
||||||
"gettext-macros",
|
"gettext-macros",
|
||||||
"gettext-utils 0.1.0 (git+https://git.joinplu.me/plume/gettext-macros?rev=2227905fb9)",
|
"gettext-utils",
|
||||||
"js-sys",
|
"js-sys",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"serde 1.0.136",
|
"serde 1.0.136",
|
||||||
|
@ -11,8 +11,8 @@ atom_syndication = "0.11.0"
|
|||||||
clap = "2.33"
|
clap = "2.33"
|
||||||
dotenv = "0.15.0"
|
dotenv = "0.15.0"
|
||||||
gettext = "0.4.0"
|
gettext = "0.4.0"
|
||||||
gettext-macros = { git = "https://git.joinplu.me/plume/gettext-macros", rev = "2227905fb9" }
|
gettext-macros = "0.6.1"
|
||||||
gettext-utils = { git = "https://git.joinplu.me/plume/gettext-macros", rev = "2227905fb9" }
|
gettext-utils = "0.1.0"
|
||||||
guid-create = "0.2"
|
guid-create = "0.2"
|
||||||
lettre_email = "0.9.2"
|
lettre_email = "0.9.2"
|
||||||
num_cpus = "1.10"
|
num_cpus = "1.10"
|
||||||
|
@ -9,8 +9,8 @@ crate-type = ["cdylib"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
gettext = "0.4.0"
|
gettext = "0.4.0"
|
||||||
gettext-macros = { git = "https://git.joinplu.me/plume/gettext-macros", rev = "2227905fb9" }
|
gettext-macros = "0.6.1"
|
||||||
gettext-utils = { git = "https://git.joinplu.me/plume/gettext-macros", rev = "2227905fb9" }
|
gettext-utils = "0.1.0"
|
||||||
lazy_static = "1.3"
|
lazy_static = "1.3"
|
||||||
serde = "1.0"
|
serde = "1.0"
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user