summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/difftastic/files')
-rw-r--r--dev-util/difftastic/files/difftastic-0.28.0-regex-dep.patch (renamed from dev-util/difftastic/files/difftastic-0.27.0-regex-dep.patch)8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/difftastic/files/difftastic-0.27.0-regex-dep.patch b/dev-util/difftastic/files/difftastic-0.28.0-regex-dep.patch
index 535368179951..70c3cea7e514 100644
--- a/dev-util/difftastic/files/difftastic-0.27.0-regex-dep.patch
+++ b/dev-util/difftastic/files/difftastic-0.28.0-regex-dep.patch
@@ -1,8 +1,8 @@
diff --git a/Cargo.lock b/Cargo.lock
-index f307f4a86..49cc65fae 100644
+index bb94d832d..e769f61fa 100644
--- a/Cargo.lock
+++ b/Cargo.lock
-@@ -417,9 +417,9 @@ dependencies = [
+@@ -418,9 +418,9 @@ dependencies = [
[[package]]
name = "regex"
@@ -15,7 +15,7 @@ index f307f4a86..49cc65fae 100644
"aho-corasick",
"memchr",
diff --git a/Cargo.toml b/Cargo.toml
-index a84b8716e..2db0dbf33 100644
+index 426c91660..6dd6c2e46 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,7 @@ include = [
@@ -24,6 +24,6 @@ index a84b8716e..2db0dbf33 100644
[dependencies]
-regex = "1.5.4"
+regex = "1.5.5"
- clap = { version = "3.1.8", features = ["cargo", "env"] }
+ clap = { version = "3.1.8", features = ["cargo", "env", "wrap_help"] }
itertools = "0.10.1"
typed-arena = "2.0.1"