From 3644938d74bbada8f1dd8bbd1af0d560f0832174 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 17:43:31 +0000 Subject: [PATCH] build(deps): bump aho-corasick from 1.1.1 to 1.1.2 (#30529) Bumps [aho-corasick](https://github.com/BurntSushi/aho-corasick) from 1.1.1 to 1.1.2. - [Commits](https://github.com/BurntSushi/aho-corasick/compare/1.1.1...1.1.2) --- updated-dependencies: - dependency-name: aho-corasick dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3df9e751773..eadb54688cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -72,9 +72,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", ]