diff --git a/Cargo.lock b/Cargo.lock index 22f2023..67e666b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -894,7 +894,8 @@ dependencies = [ [[package]] name = "keyring" version = "0.10.1" -source = "git+https://github.com/FliegendeWurst/keyring-rs?branch=application-name#292611fb9c64cb715d9a2e2b8f0f35edfeb7ea0a" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2bcd64f48199f69993c705fd2f76882e53969db93bc6345021bc8bb6462a9ffa" dependencies = [ "byteorder", "secret-service", diff --git a/Cargo.toml b/Cargo.toml index 6df67db..56b187b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ rprompt = "1.0.5" ignore = "0.4.14" anyhow = "1.0.28" colored = "2.0.0" -keyring = { git = "https://github.com/FliegendeWurst/keyring-rs", branch = "application-name", optional = true } +keyring = { version = "0.10.1", optional = true } cfg-if = "1.0.0" indicatif = "0.16.0" once_cell = "1.7.2"