aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot]2023-03-07 01:18:28 +0000
committerGitHub2023-03-07 01:18:28 +0000
commit84be5cd52c61a53f8d47be60b33bbaaed63652e6 (patch)
treeeb822e03d7b2f6f8b214ed49f57a0de78a35a500 /Cargo.lock
parent8228fb0cf7634a627f2eb79289d105ac941361b9 (diff)
build(deps): bump grep-regex from 0.1.10 to 0.1.11 (#6215)
Bumps [grep-regex](https://github.com/BurntSushi/ripgrep) from 0.1.10 to 0.1.11. - [Release notes](https://github.com/BurntSushi/ripgrep/releases) - [Changelog](https://github.com/BurntSushi/ripgrep/blob/master/CHANGELOG.md) - [Commits](https://github.com/BurntSushi/ripgrep/compare/grep-regex-0.1.10...0.1.11) --- updated-dependencies: - dependency-name: grep-regex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock59
1 files changed, 24 insertions, 35 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e25c47d6..a184cf3a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -75,17 +75,6 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bstr"
-version = "0.2.17"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
-dependencies = [
- "lazy_static",
- "memchr",
- "regex-automata",
-]
-
-[[package]]
-name = "bstr"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ffdb39cb703212f3c11973452c2861b972f757b021158f3516ba10f2fa8b2c1"
@@ -557,7 +546,7 @@ version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc22b0cdc52237667c301dd7cdc6ead8f8f73c9f824e9942c8ebd6b764f6c0bf"
dependencies = [
- "bstr 1.3.0",
+ "bstr",
"btoi",
"gix-date",
"itoa",
@@ -571,7 +560,7 @@ version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2231a25934a240d0a4b6f4478401c73ee81d8be52de0293eedbc172334abf3e1"
dependencies = [
- "bstr 1.3.0",
+ "bstr",
"gix-features",
"gix-glob",
"gix-path",
@@ -604,7 +593,7 @@ version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2c6f75c1e0f924de39e750880a6e21307194bb1ab773efe3c7d2d787277f8ab"
dependencies = [
- "bstr 1.3.0",
+ "bstr",
]
[[package]]
@@ -613,7 +602,7 @@ version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52c62e26ce11f607712e4f49a0a192ed87675d30187fd61be070abbd607d12f1"
dependencies = [
- "bstr 1.3.0",
+ "bstr",
"gix-config-value",
"gix-features",
"gix-glob",
@@ -635,7 +624,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "693d4a4ba0531e46fe558459557a5b29fb86c3e4b2666c1c0861d93c7c678331"
dependencies = [
"bitflags",
- "bstr 1.3.0",
+ "bstr",
"gix-path",
"libc",
"thiserror",
@@ -647,7 +636,7 @@ version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5be32b5fe339a31b8e53fa854081dc914c45020dcb64637f3c21baf69c96fc1b"
dependencies = [
- "bstr 1.3.0",
+ "bstr",
"gix-command",
"gix-config-value",
"gix-path",
@@ -663,7 +652,7 @@ version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b96271912ce39822501616f177dea7218784e6c63be90d5f36322ff3a722aae2"
dependencies = [
- "bstr 1.3.0",
+ "bstr",
"itoa",
"thiserror",
"time",
@@ -687,7 +676,7 @@ version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91c204adba5ebd211c74735cbb65817d277e154486bac0dffa3701f163b80350"
dependencies = [
- "bstr 1.3.0",
+ "bstr",
"dunce",
"gix-hash",
"gix-path",
@@ -720,7 +709,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93e43efd776bc543f46f0fd0ca3d920c37af71a764a16f2aebd89765e9ff2993"
dependencies = [
"bitflags",
- "bstr 1.3.0",
+ "bstr",
]
[[package]]
@@ -751,7 +740,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c12caf7886c7ba06f2b28835cdc2be1dca86bd047d00299d2d49e707ce1c2616"
dependencies = [
"bitflags",
- "bstr 1.3.0",
+ "bstr",
"btoi",
"filetime",
"gix-bitmap",
@@ -783,7 +772,7 @@ version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b66aea5e52875cd4915f4957a6f4b75831a36981e2ec3f5fad9e370e444fe1a"
dependencies = [
- "bstr 1.3.0",
+ "bstr",
"gix-actor",
"thiserror",
]
@@ -794,7 +783,7 @@ version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8df068db9180ee935fbb70504848369e270bdcb576b05c0faa8b9fd3b86fc017"
dependencies = [
- "bstr 1.3.0",
+ "bstr",
"btoi",
"gix-actor",
"gix-features",
@@ -853,7 +842,7 @@ version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6c104a66dec149cb8f7aaafc6ab797654cf82d67f050fd0cb7e7294e328354b"
dependencies = [
- "bstr 1.3.0",
+ "bstr",
"thiserror",
]
@@ -876,7 +865,7 @@ version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a282f5a8d9ee0b09ec47390ac727350c48f2f5c76d803cd8da6b3e7ad56e0bcb"
dependencies = [
- "bstr 1.3.0",
+ "bstr",
"btoi",
"thiserror",
]
@@ -906,7 +895,7 @@ version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aba332462bda2e8efeae4302b39a6ed01ad56ef772fd5b7ef197cf2798294d65"
dependencies = [
- "bstr 1.3.0",
+ "bstr",
"gix-hash",
"gix-revision",
"gix-validate",
@@ -920,7 +909,7 @@ version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed98e4a0254953c64bc913bd23146a1de662067d5cf974cbdde396958b39e5b0"
dependencies = [
- "bstr 1.3.0",
+ "bstr",
"gix-date",
"gix-hash",
"gix-hashtable",
@@ -973,7 +962,7 @@ version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "044072b7ce8601b62dcec841b92129f5cc677072823324121b395d766ac5f528"
dependencies = [
- "bstr 1.3.0",
+ "bstr",
"gix-features",
"gix-path",
"home",
@@ -987,7 +976,7 @@ version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b69ddb780ea1465255e66818d75b7098371c58dbc9560da4488a44b9f5c7e443"
dependencies = [
- "bstr 1.3.0",
+ "bstr",
"thiserror",
]
@@ -997,7 +986,7 @@ version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7cb9af6e56152953d8fe113c4f9d7cf60cf7a982362711e9200a255579b49cb"
dependencies = [
- "bstr 1.3.0",
+ "bstr",
"gix-attributes",
"gix-features",
"gix-glob",
@@ -1016,7 +1005,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc"
dependencies = [
"aho-corasick",
- "bstr 1.3.0",
+ "bstr",
"fnv",
"log",
"regex",
@@ -1033,12 +1022,12 @@ dependencies = [
[[package]]
name = "grep-regex"
-version = "0.1.10"
+version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1345f8d33c89f2d5b081f2f2a41175adef9fd0bed2fea6a26c96c2deb027e58e"
+checksum = "997598b41d53a37a2e3fc5300d5c11d825368c054420a9c65125b8fe1078463f"
dependencies = [
"aho-corasick",
- "bstr 0.2.17",
+ "bstr",
"grep-matcher",
"log",
"regex",
@@ -1052,7 +1041,7 @@ version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5601c4b9f480f0c9ebb40b1f6cbf447b8a50c5369223937a6c5214368c58779f"
dependencies = [
- "bstr 1.3.0",
+ "bstr",
"bytecount",
"encoding_rs",
"encoding_rs_io",