diff --git a/Cargo.lock b/Cargo.lock index 79339485..d0cd7968 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2023,9 +2023,9 @@ dependencies = [ [[package]] name = "png" -version = "0.18.0" +version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0" +checksum = "60769b8b31b2a9f263dae2776c37b1b28ae246943cf719eb6946a1db05128a61" dependencies = [ "bitflags 2.10.0", "crc32fast", diff --git a/client/Cargo.toml b/client/Cargo.toml index 03d9c9aa..3c0dbf20 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -24,7 +24,7 @@ vk-shader-macros = "0.2.5" nalgebra = { workspace = true } libm = "0.2.16" tokio = { version = "1.43.0", features = ["rt-multi-thread", "sync", "macros"] } -png = "0.18.0" +png = "0.18.1" anyhow = "1.0.26" serde = { version = "1.0.104", features = ["derive", "rc"] } toml = { workspace = true }