Skip to content

Commit

Permalink
chore(deps): bump regex from 1.8.4 to 1.9.0
Browse files Browse the repository at this point in the history
Bumps [regex](https://github.com/rust-lang/regex) from 1.8.4 to 1.9.0.
- [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.8.4...1.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 6, 2023
1 parent 1ebb258 commit 17e3b18
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
26 changes: 19 additions & 7 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ base64 = "0.21.1"
tempfile = "3.6.0"
hex = "0.4.3"
chacha20poly1305 = "0.10.1"
regex = "1.8.4"
regex = "1.9.0"

[build-dependencies]
protobuf-src = { version = "1.1.0" }
Expand Down

0 comments on commit 17e3b18

Please sign in to comment.