As proxmox-pgp crate is now available, use it here and get rid of the verifier module.
Also fixed two lifetime related clippy lints in the first patch. proxmox-offline-mirror: Nicolas Frey (3): clippy: elide redundant lifetimes use proxmox-pgp crate to replace verifier helper module verifier: remove module Cargo.toml | 1 + src/bin/proxmox-offline-mirror-helper.rs | 2 +- src/config.rs | 33 +---- src/helpers/mod.rs | 3 - src/helpers/verifier.rs | 163 ----------------------- src/medium.rs | 2 +- src/mirror.rs | 7 +- 7 files changed, 7 insertions(+), 204 deletions(-) delete mode 100644 src/helpers/verifier.rs Summary over all repositories: 7 files changed, 7 insertions(+), 204 deletions(-) -- Generated by git-murpp 0.8.1
