Skip to content

Commit

Permalink
Bump regex from 1.9.1 to 1.9.5 (informalsystems#3599)
Browse files Browse the repository at this point in the history
Bumps [regex](https://github.com/rust-lang/regex) from 1.9.1 to 1.9.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.9.1...1.9.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>
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent b737777 commit 8894314
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/relayer-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ http = "0.2"
humantime = "2.1"
itertools = "0.10.5"
oneline-eyre = "0.1"
regex = "1.8.1"
regex = "1.9.5"
serde = { version = "1.0", features = ["serde_derive"] }
serde_json = "1"
signal-hook = "0.3.17"
Expand Down Expand Up @@ -74,5 +74,5 @@ features = ["options"]
[dev-dependencies]
abscissa_core = { version = "=0.6.0", features = ["testing"] }
once_cell = "1.17"
regex = "1.8"
regex = "1.9"
serial_test = "2.0.0"

0 comments on commit 8894314

Please sign in to comment.