Skip to content

Commit

Permalink
Bump regex from 1.9.1 to 1.9.3
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.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.9.1...1.9.3)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 7, 2023
1 parent dfae384 commit b07c454
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 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.3"
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"
2 changes: 1 addition & 1 deletion crates/relayer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ signature = "1.6.0"
anyhow = "1.0"
semver = "1.0"
humantime = "2.1.0"
regex = "1.8.1"
regex = "1.9.3"
moka = "0.11.2"
uuid = { version = "1.4.0", features = ["v4"] }
bs58 = "0.5.0"
Expand Down

0 comments on commit b07c454

Please sign in to comment.