Skip to content

Commit adb6ea2

Browse files
Bump regex from 1.5.4 to 1.5.5 (#657)
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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 86d5ede commit adb6ea2

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.

josh-proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ opentelemetry-jaeger = "0.16.0"
3030
reqwest= { version = "0.11.9", default-features = false, features = ["blocking", "json"] }
3131
uuid = { version = "0.8.2", features = ["v4"] }
3232
base64 = "0.13.0"
33-
regex = "1.5.4"
33+
regex = "1.5.5"
3434
lazy_static = "1.4.0"
3535
josh = {path = "../"}
3636
serde_json= "1.0.79"

0 commit comments

Comments
 (0)