From 88107f09aaec23bebbea1ff419bebc01c59decf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jul 2023 18:59:38 +0000 Subject: [PATCH] Update fancy-regex requirement from ^0.10 to ^0.11 (#33) 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.10.0...0.11.0) --- updated-dependencies: - dependency-name: fancy-regex dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- recisdb-rs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recisdb-rs/Cargo.toml b/recisdb-rs/Cargo.toml index f656289..6a2464d 100644 --- a/recisdb-rs/Cargo.toml +++ b/recisdb-rs/Cargo.toml @@ -24,7 +24,7 @@ futures-executor = "0.3.26" futures-util = { version = "0.3.26", features = ["io"] } futures-time = "3.0.0" clap = { version = "^3.2", features = ["derive"] } -fancy-regex = "^0.10" +fancy-regex = "^0.11" b25-sys = { path = "../b25-sys" } ctrlc = { version = "^3.0", features = ["termination"] } nix = "^0.24.1"