Skip to content

Commit c5c3c22

Browse files
Bump regex from 1.10.6 to 1.11.1 (#112)
Bumps [regex](https://github.com/rust-lang/regex) from 1.10.6 to 1.11.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.10.6...1.11.1) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5b84db8 commit c5c3c22

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 7 additions & 7 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
@@ -29,7 +29,7 @@ serde = { version = "1", default-features = false, features = ["derive"] }
2929
chrono = { version = "0.4.38", default-features = false, features = ["serde"] }
3030
uuid = { version = "1", default-features = false, features = ["v4"] }
3131
validator = { version = "0.18.1", default-features = false, features = ["derive"] }
32-
regex = "1.10.6"
32+
regex = "1.11.1"
3333
rust_decimal = { version = "1.36.0", features = ["serde-with-arbitrary-precision"] }
3434

3535
[dev-dependencies]

0 commit comments

Comments
 (0)