Skip to content

Commit bfb5cd7

Browse files
chore(deps): bump regex from 1.10.2 to 1.10.4
Bumps [regex](https://github.com/rust-lang/regex) from 1.10.2 to 1.10.4. - [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.4) --- 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 61fb19d commit bfb5cd7

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

Cargo.lock

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

crates/ark-starknet/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ anyhow.workspace = true
99
async-trait.workspace = true
1010
starknet.workspace = true
1111
url = "2.3.1"
12-
regex = "1.9.1"
12+
regex = "1.10.4"
1313
mockall = "0.11.2"
1414
num-bigint = "0.4.4"
1515
num-traits = "0.2.17"

crates/diri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ serde_json = "1.0"
1515
# TODO: add more stuff to the workspace after merge.
1616
url = "2.3.1"
1717
clap = { version = "4.3.19", features = ["derive", "env", "string"] }
18-
regex = "1.9.1"
18+
regex = "1.10.4"
1919
env_logger = "0.10.0"
2020
log = "0.4.17"
2121
dotenv = "0.15.0"

0 commit comments

Comments
 (0)