1
0
mirror of https://github.com/containers/youki synced 2024-11-23 17:32:15 +01:00

chore(deps): bump aho-corasick from 1.0.3 to 1.0.4

Bumps [aho-corasick](https://github.com/BurntSushi/aho-corasick) from 1.0.3 to 1.0.4.
- [Commits](https://github.com/BurntSushi/aho-corasick/compare/1.0.3...1.0.4)

---
updated-dependencies:
- dependency-name: aho-corasick
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-08-15 00:37:05 +00:00 committed by GitHub
parent ac0d0524ff
commit ec0afade2b
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated

@ -50,9 +50,9 @@ dependencies = [
[[package]]
name = "aho-corasick"
version = "1.0.3"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86b8f9420f797f2d9e935edf629310eb938a0d839f984e25327f3c7eed22300c"
checksum = "6748e8def348ed4d14996fa801f4122cd763fff530258cdc03f64b25f89d3a5a"
dependencies = [
"memchr",
]