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:
renovate[bot] 2025-01-02 16:12:18 +01:00 committed by GitHub
parent 832ad10e3a
commit bc4dfcd798
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 10 deletions

12
Cargo.lock generated
View File

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

View File

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