Skip to content

Commit

Permalink
Update fancy-regex requirement from 0.13.0 to 0.14.0
Browse files Browse the repository at this point in the history
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.13.0...0.14.0)

---
updated-dependencies:
- dependency-name: fancy-regex
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 2a3299c commit 3ea48f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libcnb-data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ include = ["src/**/*", "LICENSE", "README.md"]
workspace = true

[dependencies]
fancy-regex = { version = "0.13.0", default-features = false, features = ["std"] }
fancy-regex = { version = "0.14.0", default-features = false, features = ["std"] }
libcnb-proc-macros.workspace = true
serde = { version = "1.0.213", features = ["derive"] }
thiserror = "1.0.65"
Expand Down
2 changes: 1 addition & 1 deletion libcnb-proc-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ workspace = true

[dependencies]
cargo_metadata = "0.18.1"
fancy-regex = { version = "0.13.0", default-features = false, features = ["std"] }
fancy-regex = { version = "0.14.0", default-features = false, features = ["std"] }
quote = "1.0.37"
syn = { version = "2.0.82", features = ["full"] }

0 comments on commit 3ea48f4

Please sign in to comment.