Update pico-args

This commit is contained in:
Daniel García 2022-06-04 19:16:36 +02:00
parent e33b8fab34
commit f95bd3bb04
No known key found for this signature in database
GPG Key ID: FC8A7D14C3CD543A
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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"

View File

@ -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"