Skip to content

Commit 8f214ff

Browse files
dependabot[bot]relrelb
authored andcommitted
build(deps): bump regex from 1.6.0 to 1.7.0
Bumps [regex](https://github.com/rust-lang/regex) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.6.0...1.7.0) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 52f692c commit 8f214ff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ruffle_core = { path = "../core", features = ["deterministic", "timeline_debug",
1010
ruffle_render_wgpu = { path = "../render/wgpu", optional = true }
1111
ruffle_input_format = { path = "input-format" }
1212
image = "0.24.4"
13-
regex = "1.6.0"
13+
regex = "1.7.0"
1414

1515
[features]
1616
# Enable running image comparison tests. This is off by default,

0 commit comments

Comments
 (0)