Skip to content

Commit f58359b

Browse files
Bump regex from 1.5.4 to 1.5.5 (#215)
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.5. - [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.5.4...1.5.5) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e3ca2b1 commit f58359b

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.

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ futures = "0.3"
4949
tokio = { version = "1", features = ["full"] }
5050
tokio-util = { version = "0.6", features = ["codec"] }
5151
lazy_static = "1.4.0"
52-
regex = "1.3"
52+
regex = "1.5"
5353
serde = "1.0"
5454
serde_derive = "1.0"
5555
serde_yaml = "0.8"

0 commit comments

Comments
 (0)