diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -522,6 +522,12 @@ dependencies = [ ] [[package]] +name = "glob" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" + +[[package]] name = "gpg-error" version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1041,6 +1047,7 @@ dependencies = [ "flate2", "futures-util", "git2", + "glob", "gpgme", "indicatif", "log", |
