Skip to content

Commit 58511c1

Browse files
Bump regex from 1.10.3 to 1.11.1 (#5)
Bumps [regex](https://github.com/rust-lang/regex) from 1.10.3 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.3...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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4bceb53 commit 58511c1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ crate-type = ["cdylib"]
1616

1717
[dependencies]
1818
clap = { version = "4.5.35", features = ["derive"] }
19-
regex = "1.10.3"
19+
regex = "1.11.1"
2020
gix = { version = "0.71.0", default-features = false, features = ["status", "worktree-mutation", "revision", "attributes", "index"] }
2121
anyhow = "1.0.97"
2222
smallvec = "1.15.0"

0 commit comments

Comments
 (0)