Skip to content

Commit

Permalink
Update fancy-regex requirement from 0.10.0 to 0.11.0 in /cartographer
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2023
1 parent 76ddadb commit 82d271a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cartographer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
wasm-bindgen = { version = "0.2", features = ["serde-serialize"] }
charabia = "0.6"
fancy-regex = "0.10.0"
fancy-regex = "0.11.0"
unicode-segmentation = "1"
lazy_static = "1"
url = "2.2"
Expand Down

0 comments on commit 82d271a

Please sign in to comment.