Skip to content

Commit

Permalink
Merge pull request #657 from gosub-io/dependabot/cargo/regex-1.11.1
Browse files Browse the repository at this point in the history
Bump regex from 1.11.0 to 1.11.1
  • Loading branch information
Sharktheone authored Oct 28, 2024
2 parents 0cfc589 + 20de4ba commit 9fe388f
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,6 +11,6 @@ gosub_css3 = { path = "../gosub_css3" }
gosub_shared = { path = "../gosub_shared" }
gosub_render_backend = { path = "../gosub_render_backend" }
anyhow = "1.0.90"
regex = "1.10.6"
regex = "1.11.1"
rstar = "0.12.0"
log = "0.4.14"
2 changes: 1 addition & 1 deletion crates/gosub_taffy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ gosub_render_backend = { path = "../gosub_render_backend" }
gosub_typeface = { path = "../gosub_typeface" }
taffy = "0.6.1"
anyhow = "1.0.90"
regex = "1.10.5"
regex = "1.11.1"
log = "0.4.22"
parley = { version = "0.2.0", default-features = false, features = ["std"] }

0 comments on commit 9fe388f

Please sign in to comment.