Skip to content

Commit

Permalink
chore: Update rfd and strum
Browse files Browse the repository at this point in the history
  • Loading branch information
woelper committed Feb 11, 2024
1 parent d7fa35b commit 0b2d246
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 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.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ rand = "0.8"
rand_chacha = "0.3"
rayon = "1.7"
resvg = "0.33.0"
rfd = {version = "0.12", optional = true}
rfd = {version = "0.13", optional = true}
rgb = "0.8"
self_update = {version = "0.39", default-features = false, features = ["rustls"], optional = true}
serde = {version = "1.0", features = ["derive"]}
serde_json = "1.0"
strum = {version = "0.25", features = ["derive"]}
strum_macros = "0.25"
strum = {version = "0.26", features = ["derive"]}
strum_macros = "0.26"
tiny-skia = "0.9"
turbojpeg = {version = "0.5", features = ["image"], optional = true}
usvg = "0.33.0"
Expand Down

0 comments on commit 0b2d246

Please sign in to comment.