Skip to content

Commit

Permalink
Update fancy-regex requirement from ^0.10 to ^0.11
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.10.0...0.11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 17, 2023
1 parent 3cf9faf commit beb347f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recisdb-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ default = ["bg-runtime"]
futures-executor = { git = "https://github.com/rust-lang/futures-rs.git" }
futures-util = { git = "https://github.com/rust-lang/futures-rs.git", features = ["io"] }
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"
Expand Down

0 comments on commit beb347f

Please sign in to comment.