Skip to content

Commit

Permalink
Merge pull request #519 from gosub-browser/dependabot/cargo/taffy-0.5.2
Browse files Browse the repository at this point in the history
Bump taffy from 0.5.1 to 0.5.2
  • Loading branch information
Sharktheone authored Jul 16, 2024
2 parents c406225 + 1bfc0cc commit 8e44b41
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 crates/gosub_render_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
gosub_html5 = { path = "../gosub_html5" }
gosub_styling = { path = "../gosub_styling" }
gosub_render_backend = { path = "../gosub_render_backend" }
taffy = "0.5.1"
taffy = "0.5.2"
anyhow = "1.0.86"
regex = "1.10.5"
rstar = "0.12.0"
2 changes: 1 addition & 1 deletion crates/gosub_renderer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ gosub_shared = { path = "../gosub_shared" }
gosub_styling = { path = "../gosub_styling" }
gosub_net = { path = "../gosub_net" }
gosub_render_backend = { path = "../gosub_render_backend" }
taffy = "0.5.1"
taffy = "0.5.2"
anyhow = "1.0.86"
image = "0.25.1"
url = "2.5.2"
Expand Down

0 comments on commit 8e44b41

Please sign in to comment.