Skip to content

Commit ee7575e

Browse files
Bump regex to 1.10.2 (#7985)
Recreating #7980 with regex's latest fix.
1 parent 84f7391 commit ee7575e

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ once_cell = { version = "1.17.1" }
3131
path-absolutize = { version = "3.1.1" }
3232
proc-macro2 = { version = "1.0.69" }
3333
quote = { version = "1.0.23" }
34-
regex = { version = "1.9.6" }
34+
regex = { version = "1.10.2" }
3535
rustc-hash = { version = "1.1.0" }
3636
schemars = { version = "0.8.15" }
3737
serde = { version = "1.0.152", features = ["derive"] }

0 commit comments

Comments
 (0)