Skip to content

Commit

Permalink
Bump pretty_assertions from 1.4.0 to 1.4.1 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
inflation authored Sep 17, 2024
2 parents bdb8710 + 9e234a5 commit 14a7101
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion jpegxl-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion jpegxl-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit 14a7101

Please sign in to comment.