summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-01 17:31:00 +0000
committerGitHub <noreply@github.com>2024-04-01 17:31:00 +0000
commit5910285db098240ea690386c6f9f68d8a8d05f09 (patch)
tree14d629b292db53d4b52c8e51065a52c98fd2f769
parent68fe31da3f5da5d8d5b997d8919dc97e6eafead5 (diff)
build(deps): bump aho-corasick from 1.1.2 to 1.1.3
Bumps [aho-corasick](https://github.com/BurntSushi/aho-corasick) from 1.1.2 to 1.1.3. - [Commits](https://github.com/BurntSushi/aho-corasick/compare/1.1.2...1.1.3) --- updated-dependencies: - dependency-name: aho-corasick dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index dcd5e57..e489146 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4,9 +4,9 @@ version = 3
[[package]]
name = "aho-corasick"
-version = "1.1.2"
+version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
+checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
dependencies = [
"memchr",
]
diff --git a/Cargo.toml b/Cargo.toml
index c1cf5e5..7a6205f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -34,7 +34,7 @@ path = "src/main.rs"
version_check = "0.9"
[dependencies]
-aho-corasick = "1.0"
+aho-corasick = "1.1"
nu-ansi-term = "0.50"
argmax = "0.3.1"
ignore = "0.4.22"