mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-02-06 10:48:16 +00:00
chore(deps): update rust crate pico-args to 0.5 (dev) (#12125)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
832ad10e3a
commit
bc4dfcd798
12
Cargo.lock
generated
12
Cargo.lock
generated
@ -6584,12 +6584,6 @@ dependencies = [
|
||||
"siphasher 0.3.11",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "pico-args"
|
||||
version = "0.4.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "db8bcd96cb740d03149cbad5518db9fd87126a10ab519c011893b1754134c468"
|
||||
|
||||
[[package]]
|
||||
name = "pico-args"
|
||||
version = "0.5.0"
|
||||
@ -7430,7 +7424,7 @@ dependencies = [
|
||||
"gif",
|
||||
"image-webp 0.1.3",
|
||||
"log",
|
||||
"pico-args 0.5.0",
|
||||
"pico-args",
|
||||
"rgb",
|
||||
"svgtypes",
|
||||
"tiny-skia",
|
||||
@ -9317,7 +9311,7 @@ dependencies = [
|
||||
"futures",
|
||||
"futures-util",
|
||||
"hyper 0.14.30",
|
||||
"pico-args 0.4.2",
|
||||
"pico-args",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"signal-hook",
|
||||
@ -10445,7 +10439,7 @@ dependencies = [
|
||||
"imagesize",
|
||||
"kurbo",
|
||||
"log",
|
||||
"pico-args 0.5.0",
|
||||
"pico-args",
|
||||
"roxmltree",
|
||||
"rustybuzz",
|
||||
"simplecss",
|
||||
|
||||
@ -23,7 +23,7 @@ hyper = { version = "0.14", features = [
|
||||
] }
|
||||
futures = "0.3"
|
||||
futures-util = "0.3"
|
||||
pico-args = "0.4"
|
||||
pico-args = "0.5"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
tokio = { version = "1", features = ["macros"] }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user