From 3ea48f4644a9a575bd64cae70f9255212b8970d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 03:29:58 +0000 Subject: [PATCH] Update fancy-regex requirement from 0.13.0 to 0.14.0 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](https://github.com/fancy-regex/fancy-regex/compare/0.13.0...0.14.0) --- updated-dependencies: - dependency-name: fancy-regex dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- libcnb-data/Cargo.toml | 2 +- libcnb-proc-macros/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libcnb-data/Cargo.toml b/libcnb-data/Cargo.toml index bb5a4115..c06e1fc7 100644 --- a/libcnb-data/Cargo.toml +++ b/libcnb-data/Cargo.toml @@ -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" diff --git a/libcnb-proc-macros/Cargo.toml b/libcnb-proc-macros/Cargo.toml index 6154f3c2..9ec571cd 100644 --- a/libcnb-proc-macros/Cargo.toml +++ b/libcnb-proc-macros/Cargo.toml @@ -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"] }