Daniel García
3 years ago
No known key found for this signature in database
GPG Key ID: FC8A7D14C3CD543A
2 changed files with
3 additions and
3 deletions
-
Cargo.lock
-
Cargo.toml
|
|
@ -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" |
|
|
|
|
|
@ -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" |
|
|
|