mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
chore(deps) Update Rust crate image to 0.23.13 (#1196)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
4
cli/tauri-bundler/Cargo.lock
generated
4
cli/tauri-bundler/Cargo.lock
generated
@@ -565,9 +565,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "image"
|
||||
version = "0.23.12"
|
||||
version = "0.23.13"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7ce04077ead78e39ae8610ad26216aed811996b043d47beed5090db674f9e9b5"
|
||||
checksum = "293f07a1875fa7e9c5897b51aa68b2d8ed8271b87e1a44cb64b9c3d98aabbc0d"
|
||||
dependencies = [
|
||||
"bytemuck",
|
||||
"byteorder",
|
||||
|
||||
@@ -23,7 +23,7 @@ clap = "^2"
|
||||
dirs-next = "2.0.0"
|
||||
glob = "0.3.0"
|
||||
icns = "0.3"
|
||||
image = "0.23.12"
|
||||
image = "0.23.13"
|
||||
libflate = "1.0"
|
||||
md5 = "0.7.0"
|
||||
anyhow = "1.0"
|
||||
|
||||
Reference in New Issue
Block a user