Skip to content

Commit

Permalink
chore: update dependencies, bump to 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ozwaldorf committed Oct 4, 2024
1 parent e948e13 commit d0d15e7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lutgen"
version = "0.11.0"
version = "0.11.1"
documentation = "https://docs.rs/lutgen"
keywords = [
"image-processing",
Expand All @@ -21,8 +21,8 @@ categories = ["multimedia::images"]
members = ["palettes"]

[workspace.dependencies]
clap = { version = "4.2", features = ["derive"] }
regex = "1.10"
clap = { version = "4.5", features = ["derive"] }
regex = "1.11"

[dev-dependencies]
criterion = { version = "0.5", features = ["html_reports"] }
Expand All @@ -33,7 +33,7 @@ rand = "0.8"
rand_distr = "0.4"
rayon = "1.10"
kiddo = "4.2"
oklab = "1.0"
oklab = "1.1"

# Bin dependencies
lutgen-palettes = { version = "0.4", path = "palettes", optional = true }
Expand All @@ -43,7 +43,7 @@ regex = { workspace = true, optional = true }
imara-diff = { version = "0.1", optional = true }

[dependencies.bpaf]
version = "0.9.13"
version = "0.9.14"
features = ["derive", "dull-color", "autocomplete", "docgen"]
optional = true

Expand Down

0 comments on commit d0d15e7

Please sign in to comment.