Skip to content

Commit 8f65703

Browse files
Update fancy-regex requirement from 0.14.0 to 0.16.0 (#953)
Updates the requirements on [fancy-regex](https://github.com/fancy-regex/fancy-regex) to permit the latest version. - [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.14.0...0.16.0) --- updated-dependencies: - dependency-name: fancy-regex dependency-version: 0.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f11ab54 commit 8f65703

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libcnb-data/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ include = ["src/**/*", "LICENSE", "README.md"]
1515
workspace = true
1616

1717
[dependencies]
18-
fancy-regex = { version = "0.14.0", default-features = false, features = ["std"] }
18+
fancy-regex = { version = "0.16.0", default-features = false, features = ["std"] }
1919
libcnb-proc-macros.workspace = true
2020
serde = { version = "1.0.219", features = ["derive"] }
2121
thiserror = "2.0.12"

libcnb-proc-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ workspace = true
1818

1919
[dependencies]
2020
cargo_metadata = "0.19.2"
21-
fancy-regex = { version = "0.14.0", default-features = false, features = ["std"] }
21+
fancy-regex = { version = "0.16.0", default-features = false, features = ["std"] }
2222
quote = "1.0.40"
2323
syn = { version = "2.0.101", features = ["full"] }

0 commit comments

Comments
 (0)