Skip to content

Commit b87e32e

Browse files
build(deps): bump fancy-regex from 0.11.0 to 0.12.0 (#444)
Bumps [fancy-regex](https://github.com/fancy-regex/fancy-regex) from 0.11.0 to 0.12.0. - [Release notes](https://github.com/fancy-regex/fancy-regex/releases) - [Changelog](https://github.com/fancy-regex/fancy-regex/blob/main/CHANGELOG.md) - [Commits](fancy-regex/fancy-regex@0.11.0...0.12.0) --- updated-dependencies: - dependency-name: fancy-regex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fb58336 commit b87e32e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.

aw-query/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ serde_json = "1.0"
1212
chrono = { version = "0.4", features = ["serde"] }
1313
plex = "0.3.0"
1414
log = "0.4"
15-
fancy-regex = "0.11.0"
15+
fancy-regex = "0.12.0"
1616
aw-datastore = { path = "../aw-datastore" }
1717
aw-models = { path = "../aw-models" }
1818
aw-transform = { path = "../aw-transform" }

aw-transform/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition = "2021"
1010
serde = "1.0"
1111
rocket = "0.5.0-rc.1" # TODO: Remove this dependency
1212
serde_json = "1.0"
13-
fancy-regex = "0.11.0"
13+
fancy-regex = "0.12.0"
1414
log = "0.4"
1515
chrono = { version = "0.4", features = ["serde"] }
1616
aw-models = { path = "../aw-models" }

0 commit comments

Comments
 (0)