Skip to content

Commit 33d4470

Browse files
dependabot[bot]nicholasbishop
authored andcommitted
build(deps): bump regex from 1.8.1 to 1.9.0
Bumps [regex](https://github.com/rust-lang/regex) from 1.8.1 to 1.9.0. - [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.8.1...1.9.0) --- 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 17227f7 commit 33d4470

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

Cargo.lock

Lines changed: 16 additions & 4 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
@@ -18,7 +18,7 @@ nix = { version = "0.26.1", default-features = false, features = ["fs"] }
1818
os_info = { version = "3.6.0", default-features = false }
1919
proc-macro2 = { version = "1.0.46", features = ["span-locations"] }
2020
quote = "1.0.21"
21-
regex = "1.8.1"
21+
regex = "1.9.0"
2222
serde_json = "1.0.73"
2323
sha2 = "0.10.6"
2424
syn = { version = "2.0.0", features = ["full"] }

0 commit comments

Comments
 (0)