Spiegel von
https://github.com/dani-garcia/vaultwarden.git
synchronisiert 2024-11-22 05:10:29 +01:00
Update pico-args
Dieser Commit ist enthalten in:
Ursprung
e33b8fab34
Commit
f95bd3bb04
2 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
4
Cargo.lock
generiert
4
Cargo.lock
generiert
|
@ -1935,9 +1935,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pico-args"
|
name = "pico-args"
|
||||||
version = "0.4.2"
|
version = "0.5.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "db8bcd96cb740d03149cbad5518db9fd87126a10ab519c011893b1754134c468"
|
checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pin-project-lite"
|
name = "pin-project-lite"
|
||||||
|
|
|
@ -132,7 +132,7 @@ cookie_store = "0.16.1"
|
||||||
openssl = "0.10.40"
|
openssl = "0.10.40"
|
||||||
|
|
||||||
# CLI argument parsing
|
# CLI argument parsing
|
||||||
pico-args = "0.4.2"
|
pico-args = "0.5.0"
|
||||||
|
|
||||||
# Macro ident concatenation
|
# Macro ident concatenation
|
||||||
paste = "1.0.7"
|
paste = "1.0.7"
|
||||||
|
|
Laden …
In neuem Issue referenzieren