mirror of
https://github.com/FliegendeWurst/KIT-ILIAS-downloader.git
synced 2024-08-28 04:04:18 +00:00
Switch to upstream keyring crate
This commit is contained in:
parent
1459ff5ae4
commit
9c9885be78
3
Cargo.lock
generated
3
Cargo.lock
generated
@ -894,7 +894,8 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "keyring"
|
name = "keyring"
|
||||||
version = "0.10.1"
|
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 = [
|
dependencies = [
|
||||||
"byteorder",
|
"byteorder",
|
||||||
"secret-service",
|
"secret-service",
|
||||||
|
@ -24,7 +24,7 @@ rprompt = "1.0.5"
|
|||||||
ignore = "0.4.14"
|
ignore = "0.4.14"
|
||||||
anyhow = "1.0.28"
|
anyhow = "1.0.28"
|
||||||
colored = "2.0.0"
|
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"
|
cfg-if = "1.0.0"
|
||||||
indicatif = "0.16.0"
|
indicatif = "0.16.0"
|
||||||
once_cell = "1.7.2"
|
once_cell = "1.7.2"
|
||||||
|
Loading…
Reference in New Issue
Block a user