mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
![dependabot[bot]](/assets/img/avatar_default.png)
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>
12 lines
228 B
TOML
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"
|