Skip to content

Commit a7c1032

Browse files
dependabot[bot]nicokosi
authored andcommitted
Bump regex from 1.11.1 to 1.11.2
Bumps [regex](https://github.com/rust-lang/regex) from 1.11.1 to 1.11.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.11.1...1.11.2) --- updated-dependencies: - dependency-name: regex dependency-version: 1.11.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b75124a commit a7c1032

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -18,7 +18,7 @@ serde_json = "1.0"
1818
chrono = { version = "0.4", features = ["serde"] }
1919
reqwest = { version = "0.12", features = ["blocking"] }
2020
structopt = "0.3"
21-
regex = "1.10"
21+
regex = "1.11"
2222
lazy_static = "1.4"
2323

2424
[lib]

0 commit comments

Comments
 (0)