Skip to content

Commit 751fa99

Browse files
dependabot[bot]arxanas
authored andcommitted
build: bump regex from 1.8.1 to 1.8.4
Bumps [regex](https://github.com/rust-lang/regex) from 1.8.1 to 1.8.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.8.1...1.8.4) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 48c56db commit 751fa99

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
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.

git-branchless-hook/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ itertools = "0.10.5"
1515
tracing = "0.1.37"
1616
lazy_static = "1.4.0"
1717
console = "0.15.7"
18-
regex = "1.8.1"
18+
regex = "1.8.4"
1919
git-branchless-invoke = { version = "0.7.0", path = "../git-branchless-invoke" }
2020
git-branchless-opts = { version = "0.7.0", path = "../git-branchless-opts" }
2121

git-branchless-lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ itertools = "0.10.3"
6262
lazy_static = "1.4.0"
6363
once_cell = "1.17.1"
6464
rayon = "1.7.0"
65-
regex = "1.8.1"
65+
regex = "1.8.4"
6666
rusqlite = { version = "0.29.0", features = ["bundled"] }
6767
scm-record = { version = "0.1.0", path = "../scm-record" }
6868
serde = { version = "1.0.163", features = ["derive"] }

git-branchless-revset/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ lalrpop-util = "0.19.12"
2222
lazy_static = "1.4.0"
2323
lib = { package = "git-branchless-lib", version = "0.7.0", path = "../git-branchless-lib" }
2424
rayon = "1.7.0"
25-
regex = "1.8.1"
25+
regex = "1.8.4"
2626
serde_json = "1.0.96"
2727
thiserror = "1.0.40"
2828
tracing = "0.1.37"

git-branchless-submit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ itertools = "0.10.5"
2020
lazy_static = "1.4.0"
2121
lib = { package = "git-branchless-lib", version = "0.7.0", path = "../git-branchless-lib" }
2222
rayon = "1.7.0"
23-
regex = "1.8.1"
23+
regex = "1.8.4"
2424
serde = { version = "1.0.163", features = ["derive"] }
2525
serde_json = "1.0.96"
2626
thiserror = "1.0.40"

git-branchless-testing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ lazy_static = "1.4.0"
1515
lib = { package = "git-branchless-lib", version = "0.7.0", path = "../git-branchless-lib" }
1616
once_cell = "1.17.1"
1717
portable-pty = "0.8.1"
18-
regex = "1.8.1"
18+
regex = "1.8.4"
1919
tempfile = "3.5.0"
2020
tracing = "0.1.37"
2121
vt100 = "0.15.2"

git-branchless/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ num_cpus = "1.13.1"
4848
once_cell = "1.17.1"
4949
path-slash = "0.2.1"
5050
rayon = "1.7.0"
51-
regex = "1.8.1"
51+
regex = "1.8.4"
5252
rusqlite = { version = "0.29.0", features = ["bundled"] }
5353
thiserror = "1.0.40"
5454
tracing = "0.1.37"

0 commit comments

Comments
 (0)