vw_small

Hardened fork of Vaultwarden (https://github.com/dani-garcia/vaultwarden) with fewer features.
git clone https://git.philomathiclife.com/repos/vw_small
Log | Files | Refs | README

commit f95bd3bb04839ea4fa8f2700cd3867ee12b260b0
parent e33b8fab34aa5fa9b6f3f3ca5c97f01c0a091847
Author: Daniel GarcĂ­a <dani-garcia@users.noreply.github.com>
Date:   Sat,  4 Jun 2022 19:16:36 +0200

Update pico-args

Diffstat:
MCargo.lock | 4++--
MCargo.toml | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock @@ -1935,9 +1935,9 @@ dependencies = [ [[package]] name = "pico-args" -version = "0.4.2" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db8bcd96cb740d03149cbad5518db9fd87126a10ab519c011893b1754134c468" +checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315" [[package]] name = "pin-project-lite" diff --git a/Cargo.toml b/Cargo.toml @@ -132,7 +132,7 @@ cookie_store = "0.16.1" openssl = "0.10.40" # CLI argument parsing -pico-args = "0.4.2" +pico-args = "0.5.0" # Macro ident concatenation paste = "1.0.7"