mirror of https://github.com/tauri-apps/tauri
chore(deps): update png to 0.17.5
This commit is contained in:
parent
73388119e6
commit
a6a4f689a0
|
@ -26,7 +26,6 @@ tauri-utils = { version = "1.0.0-rc.2", path = "../../core/tauri-utils", feature
|
|||
ar = "0.9.0"
|
||||
icns = "0.3"
|
||||
image = "0.24.1"
|
||||
png = "=0.17.3"
|
||||
libflate = "1.1"
|
||||
md5 = "0.7.0"
|
||||
anyhow = "1.0"
|
||||
|
|
|
@ -1032,7 +1032,7 @@ dependencies = [
|
|||
"num-iter",
|
||||
"num-rational",
|
||||
"num-traits",
|
||||
"png 0.17.3",
|
||||
"png 0.17.5",
|
||||
"scoped_threadpool",
|
||||
"tiff",
|
||||
]
|
||||
|
@ -1908,9 +1908,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "png"
|
||||
version = "0.17.3"
|
||||
version = "0.17.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8e8f1882177b17c98ec33a51f5910ecbf4db92ca0def706781a1f8d0c661f393"
|
||||
checksum = "dc38c0ad57efb786dd57b9864e5b18bae478c00c824dc55a38bbc9da95dde3ba"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"crc32fast",
|
||||
|
@ -2632,7 +2632,6 @@ dependencies = [
|
|||
"libflate",
|
||||
"md5",
|
||||
"os_pipe",
|
||||
"png 0.17.3",
|
||||
"regex",
|
||||
"serde",
|
||||
"serde_json",
|
||||
|
|
Loading…
Reference in New Issue