taskwarrior/taskchampion/xtask/Cargo.toml
dependabot[bot] 1b6fd7c803
Bump regex from 1.9.4 to 1.10.2 (#3201)
Bumps [regex](https://github.com/rust-lang/regex) from 1.9.4 to 1.10.2.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.9.4...1.10.2)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-14 12:03:15 -05:00

12 lines
228 B
TOML

[package]
name = "xtask"
version = "0.4.1"
edition = "2018"
# rust-version = "1.65" # Used for testing xtask MSRV functionality
[dependencies]
anyhow.workspace = true
taskchampion-lib = { path = "../lib" }
regex = "^1.10.2"