From ed491bad2145c8ef504b32450570912ebc8b6517 Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Sat, 26 Feb 2022 11:20:38 +0900 Subject: [PATCH] Update gettext-macros to 0.6.1 --- Cargo.lock | 16 ++++++---------- Cargo.toml | 4 ++-- plume-front/Cargo.toml | 4 ++-- 3 files changed, 10 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 61bb644b..c5c9afae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1535,11 +1535,12 @@ dependencies = [ [[package]] name = "gettext-macros" -version = "0.6.0" -source = "git+https://git.joinplu.me/plume/gettext-macros?rev=2227905fb9#2227905fb949ee107053eeda982530407e51ae99" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "649db3b5cda06091ea6aacb9f66f7002dfe885505b324b8ed795261253ffc2b3" dependencies = [ "gettext", - "gettext-utils 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gettext-utils", "proc-macro2 1.0.36", "quote 1.0.15", "syn 1.0.86", @@ -1551,11 +1552,6 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "46dd079379f756f6a1ae74b051813e242893f84fbf6ac898bce827fc77958d70" -[[package]] -name = "gettext-utils" -version = "0.1.0" -source = "git+https://git.joinplu.me/plume/gettext-macros?rev=2227905fb9#2227905fb949ee107053eeda982530407e51ae99" - [[package]] name = "ghash" version = "0.3.1" @@ -3088,7 +3084,7 @@ dependencies = [ "dotenv", "gettext", "gettext-macros", - "gettext-utils 0.1.0 (git+https://git.joinplu.me/plume/gettext-macros?rev=2227905fb9)", + "gettext-utils", "guid-create", "lettre_email", "multipart", @@ -3167,7 +3163,7 @@ dependencies = [ "console_error_panic_hook", "gettext", "gettext-macros", - "gettext-utils 0.1.0 (git+https://git.joinplu.me/plume/gettext-macros?rev=2227905fb9)", + "gettext-utils", "js-sys", "lazy_static", "serde 1.0.136", diff --git a/Cargo.toml b/Cargo.toml index 9efbb391..fe8bdfd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,8 +11,8 @@ atom_syndication = "0.11.0" clap = "2.33" dotenv = "0.15.0" gettext = "0.4.0" -gettext-macros = { git = "https://git.joinplu.me/plume/gettext-macros", rev = "2227905fb9" } -gettext-utils = { git = "https://git.joinplu.me/plume/gettext-macros", rev = "2227905fb9" } +gettext-macros = "0.6.1" +gettext-utils = "0.1.0" guid-create = "0.2" lettre_email = "0.9.2" num_cpus = "1.10" diff --git a/plume-front/Cargo.toml b/plume-front/Cargo.toml index 955e8015..f26e9ad3 100644 --- a/plume-front/Cargo.toml +++ b/plume-front/Cargo.toml @@ -9,8 +9,8 @@ crate-type = ["cdylib"] [dependencies] gettext = "0.4.0" -gettext-macros = { git = "https://git.joinplu.me/plume/gettext-macros", rev = "2227905fb9" } -gettext-utils = { git = "https://git.joinplu.me/plume/gettext-macros", rev = "2227905fb9" } +gettext-macros = "0.6.1" +gettext-utils = "0.1.0" lazy_static = "1.3" serde = "1.0" serde_json = "1.0"