Skip to content

Commit

Permalink
⬆️ (deps): Update derive_builder requirement from 0.12.0 to 0.13.0 (#35)
Browse files Browse the repository at this point in the history
⬆️ (deps): Update derive_builder requirement from 0.12.0 to 0.13.0
  • Loading branch information
inflation authored Jan 29, 2024
2 parents d9a36aa + 4f31e45 commit adda0cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jpegxl-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ docs = ["jpegxl-sys/docs"]
bench = []

[dependencies]
derive_builder = "0.12.0"
derive_builder = "0.13.0"
image = { version = "0.24.7", optional = true, default-features = false }
thiserror = "1.0.51"
half = "2.3.1"
Expand Down

0 comments on commit adda0cb

Please sign in to comment.