diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 9fff84f28..6abc2f525 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -4717,9 +4717,9 @@ dependencies = [ [[package]] name = "png" -version = "0.17.14" +version = "0.17.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52f9d46a34a05a6a57566bc2bfae066ef07585a6e3fa30fbbdff5936380623f0" +checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526" dependencies = [ "bitflags 1.3.2", "crc32fast", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index ae40945d5..f8e771f8d 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -81,7 +81,7 @@ opentelemetry-otlp = "0.26.0" opentelemetry_sdk = "0.26.0" os_info = { version = "3", default-features = false } output_vt100 = "0.1" -png = "0.17.13" +png = "0.17.16" proptest = "1" proptest-state-machine = "0.3" quinn-udp = { version = "0.5.8", features = ["fast-apple-datapath"] }