Skip to content

Commit

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

---
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 28, 2024
1 parent fbce798 commit 1128be4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 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 assembly/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ miette = { package = "miden-miette", version = "7.1", default-features = false,
"fancy-no-syscall",
"derive"
] }
regex = { version = "1.10", optional = true, default-features = false, features = ["unicode", "perf"] }
regex = { version = "1.11", optional = true, default-features = false, features = ["unicode", "perf"] }
smallvec = { version = "1.13", features = ["union", "const_generics", "const_new"] }
thiserror = { package = "miden-thiserror", version = "1.0", default-features = false }
tracing = { version = "0.1", default-features = false, features = ["attributes"] }
Expand All @@ -40,7 +40,7 @@ vm-core = { package = "miden-core", path = "../core", version = "0.10", default-

[dev-dependencies]
pretty_assertions = "1.4"
regex = { version = "1.10", default-features = false, features = [ "unicode", "perf"] }
regex = { version = "1.11", default-features = false, features = [ "unicode", "perf"] }

[build-dependencies]
lalrpop = { version = "0.20", default-features = false }
Expand Down

0 comments on commit 1128be4

Please sign in to comment.