Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 22, 2024
1 parent 990b64b commit 0d863f4
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 crates/cargo-contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ which = "6.0.0"

[dev-dependencies]
assert_cmd = "2.0.13"
regex = "1.10.2"
regex = "1.10.3"
predicates = "3.1.0"
tempfile = "3.9.0"

Expand Down
2 changes: 1 addition & 1 deletion crates/extrinsics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ink_metadata = "5.0.0-rc"
[dev-dependencies]
ink = "5.0.0-rc"
assert_cmd = "2.0.13"
regex = "1.10.2"
regex = "1.10.3"
predicates = "3.1.0"
tempfile = "3.9.0"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
Expand Down

0 comments on commit 0d863f4

Please sign in to comment.