diff --git a/Cargo.lock b/Cargo.lock index 6ac8aea5..0acb404e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -1372,9 +1372,9 @@ dependencies = [ [[package]] name = "gettext-rs" -version = "0.7.0" +version = "0.7.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e49ea8a8fad198aaa1f9655a2524b64b70eb06b2f3ff37da407566c93054f364" +checksum = "5d5857dc1b7f0fee86961de833f434e29494d72af102ce5355738c0664222bdf" dependencies = [ "gettext-sys", "locale_config", diff --git a/Cargo.toml b/Cargo.toml index 21cf9177..e51d7212 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ version = "^0.8.5" features = ["small_rng"] [dependencies.gettext-rs] -version = "=0.7.0" +version = "=0.7.7" features = ["gettext-system"] [dependencies.secret-service]