Skip to content

Commit

Permalink
Bump regex from 1.7.3 to 1.8.0
Browse files Browse the repository at this point in the history
Bumps [regex](https://github.com/rust-lang/regex) from 1.7.3 to 1.8.0.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 21, 2023
1 parent 85821b5 commit 1a6b6a2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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 compiler/compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ default-features = false
features = [ "circuit", "console" ]

[dev-dependencies.regex]
version = "1.7.3"
version = "1.8.0"

[dev-dependencies.serde]
version = "1.0.160"
Expand Down
2 changes: 1 addition & 1 deletion tests/test-framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ version = "0.8"
version = "2.3"

[dependencies.regex]
version = "1.7"
version = "1.8"

[dev-dependencies.leo-compiler]
path = "../../compiler/compiler"
Expand Down

0 comments on commit 1a6b6a2

Please sign in to comment.