summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/difftastic/files/difftastic-0.27.0-regex-dep.patch')
-rw-r--r--dev-util/difftastic/files/difftastic-0.27.0-regex-dep.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-util/difftastic/files/difftastic-0.27.0-regex-dep.patch b/dev-util/difftastic/files/difftastic-0.27.0-regex-dep.patch
deleted file mode 100644
index 535368179951..000000000000
--- a/dev-util/difftastic/files/difftastic-0.27.0-regex-dep.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-diff --git a/Cargo.lock b/Cargo.lock
-index f307f4a86..49cc65fae 100644
---- a/Cargo.lock
-+++ b/Cargo.lock
-@@ -417,9 +417,9 @@ dependencies = [
-
- [[package]]
- name = "regex"
--version = "1.5.4"
-+version = "1.5.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
-+checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
- dependencies = [
- "aho-corasick",
- "memchr",
-diff --git a/Cargo.toml b/Cargo.toml
-index a84b8716e..2db0dbf33 100644
---- a/Cargo.toml
-+++ b/Cargo.toml
-@@ -21,7 +21,7 @@ include = [
- ]
-
- [dependencies]
--regex = "1.5.4"
-+regex = "1.5.5"
- clap = { version = "3.1.8", features = ["cargo", "env"] }
- itertools = "0.10.1"
- typed-arena = "2.0.1"