diff --git a/Cargo.lock b/Cargo.lock index ef746f9..7d42e59 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -595,9 +595,9 @@ dependencies = [ [[package]] name = "pretty_assertions" -version = "1.4.0" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66" +checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d" dependencies = [ "diff", "yansi", @@ -939,9 +939,9 @@ checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0" [[package]] name = "yansi" -version = "0.5.1" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" +checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" [[package]] name = "zune-core" diff --git a/jpegxl-rs/Cargo.toml b/jpegxl-rs/Cargo.toml index 34ab00c..d257b6c 100644 --- a/jpegxl-rs/Cargo.toml +++ b/jpegxl-rs/Cargo.toml @@ -45,7 +45,7 @@ image = { version = "0.25.2", default-features = false, features = [ "png", ] } lcms2 = "6.1.0" -pretty_assertions = "1.4.0" +pretty_assertions = "1.4.1" testresult = "0.4.1" [target.'cfg(not(target_family = "wasm"))'.dev-dependencies] diff --git a/jpegxl-sys/Cargo.toml b/jpegxl-sys/Cargo.toml index dacccd7..bdd1a1b 100644 --- a/jpegxl-sys/Cargo.toml +++ b/jpegxl-sys/Cargo.toml @@ -34,7 +34,7 @@ optional = true [dev-dependencies] image = { version = "0.25.2", default-features = false, features = ["png"] } -pretty_assertions = "1.4.0" +pretty_assertions = "1.4.1" [features] default = []