Skip to content

Commit

Permalink
Update fancy-regex requirement from 0.11.0 to 0.12.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.11.0...0.12.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 14, 2023
1 parent 581ed73 commit 44f39e3
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 @@ -12,7 +12,7 @@ readme = "README.md"
include = ["src/**/*", "LICENSE", "README.md"]

[dependencies]
fancy-regex = { version = "0.11.0", default-features = false }
fancy-regex = { version = "0.12.0", default-features = false }
libcnb-proc-macros.workspace = true
serde = { version = "1.0.188", features = ["derive"] }
thiserror = "1.0.48"
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 @@ -15,6 +15,6 @@ proc-macro = true

[dependencies]
cargo_metadata = "0.18.0"
fancy-regex = { version = "0.11.0", default-features = false }
fancy-regex = { version = "0.12.0", default-features = false }
quote = "1.0.33"
syn = { version = "2.0.37", features = ["full"] }

0 comments on commit 44f39e3

Please sign in to comment.