Bump aho-corasick from 1.1.1 to 1.1.2 (#7979)

This commit is contained in:
dependabot[bot]
2023-10-16 09:33:22 -04:00
committed by GitHub
parent 5718df638f
commit 7da4e28a98
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -28,9 +28,9 @@ dependencies = [
[[package]]
name = "aho-corasick"
version = "1.1.1"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea5d730647d4fadd988536d06fecce94b7b4f2a7efdae548f1cf4b63205518ab"
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
dependencies = [
"memchr",
]