Skip to content

Commit

Permalink
Bump regex from 1.9.6 to 1.10.0
Browse files Browse the repository at this point in the history
Bumps [regex](https://github.com/rust-lang/regex) from 1.9.6 to 1.10.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.9.6...1.10.0)

---
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 Oct 10, 2023
1 parent ab8ff9b commit 51735d7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
18 changes: 12 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 @@ -59,7 +59,7 @@ workspace = true
features = [ "circuit", "console" ]

[dev-dependencies.regex]
version = "1.9.6"
version = "1.10.0"

[dev-dependencies.serde]
version = "1.0.183"
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.4"

[dependencies.regex]
version = "1.9"
version = "1.10"

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

0 comments on commit 51735d7

Please sign in to comment.