Skip to content

Commit fe60cfc

Browse files
build(deps): bump regex from 1.9.0 to 1.10.2
Bumps [regex](https://github.com/rust-lang/regex) from 1.9.0 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](rust-lang/regex@1.9.0...1.10.2) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0889a3a commit fe60cfc

File tree

2 files changed

+16
-53
lines changed

2 files changed

+16
-53
lines changed

Cargo.lock

Lines changed: 15 additions & 52 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.27.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.9.0"
21+
regex = "1.10.2"
2222
serde_json = "1.0.73"
2323
sha2 = "0.10.6"
2424
syn = { version = "2.0.0", features = ["full"] }

0 commit comments

Comments
 (0)