Skip to content

Commit a660857

Browse files
Bump regex from 1.10.6 to 1.12.3
Bumps [regex](https://github.com/rust-lang/regex) from 1.10.6 to 1.12.3. - [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.12.3) --- updated-dependencies: - dependency-name: regex dependency-version: 1.12.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9703993 commit a660857

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

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
@@ -14,7 +14,7 @@ categories = ["encoding", "parsing"]
1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515

1616
[dependencies]
17-
regex = "1.10"
17+
regex = "1.12"
1818
serde = { version = "1.0", features = ["derive"] }
1919
time = { version = "0.3", features = ["formatting", "macros", "parsing", "serde"] }
2020

0 commit comments

Comments
 (0)