mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-02-06 11:22:04 +00:00
chore(deps) Update Rust crate image to v0.25.4 (dev) (#11457)
* chore(deps) Update Rust crate image to v0.25.4 * Also bump json-patch and resvg * Just json-patch for now --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tony <legendmastertony@gmail.com>
This commit is contained in:
parent
ed78f52cd1
commit
ce864cebfd
24
Cargo.lock
generated
24
Cargo.lock
generated
@ -3973,16 +3973,16 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "image"
|
||||
version = "0.25.2"
|
||||
version = "0.25.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "99314c8a2152b8ddb211f924cdae532d8c5e4c8bb54728e12fff1b0cd5963a10"
|
||||
checksum = "bc144d44a31d753b02ce64093d532f55ff8dc4ebf2ffb8a63c0dda691385acae"
|
||||
dependencies = [
|
||||
"bytemuck",
|
||||
"byteorder-lite",
|
||||
"color_quant",
|
||||
"exr",
|
||||
"gif",
|
||||
"image-webp",
|
||||
"image-webp 0.2.0",
|
||||
"num-traits",
|
||||
"png",
|
||||
"qoi",
|
||||
@ -4004,6 +4004,16 @@ dependencies = [
|
||||
"quick-error 2.0.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "image-webp"
|
||||
version = "0.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
|
||||
dependencies = [
|
||||
"byteorder-lite",
|
||||
"quick-error 2.0.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "imagesize"
|
||||
version = "0.13.0"
|
||||
@ -7203,7 +7213,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c7314563c59c7ce31c18e23ad3dd092c37b928a0fa4e1c0a1a6504351ab411d1"
|
||||
dependencies = [
|
||||
"gif",
|
||||
"image-webp",
|
||||
"image-webp 0.1.3",
|
||||
"log",
|
||||
"pico-args 0.5.0",
|
||||
"rgb",
|
||||
@ -8974,7 +8984,7 @@ dependencies = [
|
||||
"include_dir",
|
||||
"insta",
|
||||
"itertools 0.13.0",
|
||||
"json-patch 2.0.0",
|
||||
"json-patch 3.0.1",
|
||||
"jsonrpsee",
|
||||
"jsonrpsee-client-transport",
|
||||
"jsonrpsee-core",
|
||||
@ -9042,7 +9052,7 @@ dependencies = [
|
||||
"base64 0.22.1",
|
||||
"brotli",
|
||||
"ico",
|
||||
"json-patch 2.0.0",
|
||||
"json-patch 3.0.1",
|
||||
"plist",
|
||||
"png",
|
||||
"proc-macro2",
|
||||
@ -9341,7 +9351,7 @@ dependencies = [
|
||||
"glob",
|
||||
"html5ever",
|
||||
"infer 0.16.0",
|
||||
"json-patch 2.0.0",
|
||||
"json-patch 3.0.1",
|
||||
"json5",
|
||||
"kuchikiki",
|
||||
"log",
|
||||
|
||||
@ -56,7 +56,7 @@ notify-debouncer-mini = "0.4"
|
||||
shared_child = "1.0"
|
||||
duct = "0.13"
|
||||
toml_edit = { version = "0.22", features = ["serde"] }
|
||||
json-patch = "2.0"
|
||||
json-patch = "3.0"
|
||||
tauri-utils = { version = "2.0.2", path = "../tauri-utils", features = [
|
||||
"isolation",
|
||||
"schema",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user