Skip to content

Commit 32f6100

Browse files
dependabot[bot]nicholasbishop
authored andcommitted
build(deps): bump regex from 1.7.0 to 1.8.1
Bumps [regex](https://github.com/rust-lang/regex) from 1.7.0 to 1.8.1. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.7.0...1.8.1) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a9048a7 commit 32f6100

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

xtask/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ nix = { version = "0.26.1", default-features = false, features = ["fs"] }
1616
os_info = { version = "3.6.0", default-features = false }
1717
proc-macro2 = "1.0.46"
1818
quote = "1.0.21"
19-
regex = "1.5.4"
19+
regex = "1.8.1"
2020
serde_json = "1.0.73"
2121
syn = { version = "2.0.0", features = ["full"] }
2222
tempfile = "3.5.0"

0 commit comments

Comments
 (0)