Skip to content

Commit

Permalink
Merge pull request #496 from gosub-browser/dependabot/cargo/regex-1.10.5
Browse files Browse the repository at this point in the history
Bump regex from 1.10.4 to 1.10.5
  • Loading branch information
Sharktheone authored Jun 25, 2024
2 parents 120fcb7 + 4ec8e93 commit 85cfc6a
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 @@ -11,5 +11,5 @@ gosub_styling = { path = "../gosub_styling" }
gosub_render_backend = { path = "../gosub_render_backend" }
taffy = "0.5.1"
anyhow = "1.0.86"
regex = "1.10.4"
regex = "1.10.5"
rstar = "0.12.0"
2 changes: 1 addition & 1 deletion crates/gosub_styling/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gosub_render_backend = { path = "../gosub_render_backend" }
gosub_typeface = { path = "../gosub_typeface" }
lazy_static = "1.5"
anyhow = "1.0.86"
regex = "1.10.4"
regex = "1.10.5"
colors-transform = "0.2.11"

#[target.'cfg(target_arch = "wasm32")'.dependencies]
Expand Down

0 comments on commit 85cfc6a

Please sign in to comment.