Skip to content

Commit 5ef656e

Browse files
Bump regex from 1.10.1 to 1.10.2
Bumps [regex](https://github.com/rust-lang/regex) from 1.10.1 to 1.10.2. - [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.1...1.10.2) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9315469 commit 5ef656e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/cargo-contract/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ which = "4.4.2"
5353

5454
[dev-dependencies]
5555
assert_cmd = "2.0.12"
56-
regex = "1.10.1"
56+
regex = "1.10.2"
5757
predicates = "3.0.4"
5858
tempfile = "3.8.0"
5959

crates/extrinsics/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ hex = "0.4.3"
4141

4242
[dev-dependencies]
4343
assert_cmd = "2.0.12"
44-
regex = "1.10.1"
44+
regex = "1.10.2"
4545
predicates = "3.0.4"
4646
tempfile = "3.8.0"
4747
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }

0 commit comments

Comments
 (0)