Skip to content

Commit

Permalink
Bump regex from 1.5.5 to 1.6.0
Browse files Browse the repository at this point in the history
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.5 to 1.6.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.5.5...1.6.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 Jul 5, 2022
1 parent f5c2da5 commit 8522ccc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 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 devtools/x/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env_logger = "0.9.0"
log = "0.4.16"
chrono = "0.4.19"
globset = "0.4.8"
regex = "1.5.4"
regex = "1.6.0"
rayon = "1.5.1"
indexmap = "1.6.2"
camino = { version = "1" }
Expand Down
2 changes: 1 addition & 1 deletion testsuite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ serde = { version = "1.0.130", features = ["derive"] }
serde_bytes = "0.11"
serde_json = { version="1.0", features = ["arbitrary_precision"]}
clap = { version = "3", features = ["derive"] }
regex = "1.5.4"
regex = "1.6.0"
starcoin-config = {path = "../config"}
starcoin-consensus = {path = "../consensus"}
starcoin-executor = {path = "../executor"}
Expand Down
2 changes: 1 addition & 1 deletion vm/compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2021"
anyhow = "1.0.41"
once_cell = "1.12.1"
tempfile = "3.1.0"
regex = { version = "1.5.4", default-features = false, features = ["std", "perf"] }
regex = { version = "1.6.0", default-features = false, features = ["std", "perf"] }
move-compiler = { package="move-compiler", git = "https://github.com/starcoinorg/move", rev = "69db2858761045f19935f3aaf43f04a1910ae74d" }
move-command-line-common = {git = "https://github.com/starcoinorg/move", rev = "69db2858761045f19935f3aaf43f04a1910ae74d"}
move-binary-format = { git = "https://github.com/starcoinorg/move", rev = "69db2858761045f19935f3aaf43f04a1910ae74d" }
Expand Down
2 changes: 1 addition & 1 deletion vm/transaction-builder-generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0.41"
heck = "0.3.3"
regex = "1.5.4"
regex = "1.6.0"
clap = { version = "3", features = ["derive"] }
textwrap = "0.14.0"
serde_yaml = "0.8.21"
Expand Down

0 comments on commit 8522ccc

Please sign in to comment.