build(deps): bump aho-corasick from 1.0.0 to 1.0.1

Bumps [aho-corasick](https://github.com/BurntSushi/aho-corasick) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/BurntSushi/aho-corasick/releases)
- [Commits](https://github.com/BurntSushi/aho-corasick/compare/1.0.0...1.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-04-22 00:00:24 +00:00 committed by GitHub
parent a0692e8de3
commit 1323fa5c96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
Cargo.lock generated
View File

@ -68,9 +68,9 @@ dependencies = [
[[package]]
name = "aho-corasick"
version = "1.0.0"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5bce8d450891e3b36f85a2230cec441fddd60e0c455b61b15bb3ffba955ca85"
checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04"
dependencies = [
"memchr",
]
@ -1889,7 +1889,7 @@ name = "rustic-rs"
version = "0.5.1-dev"
dependencies = [
"aes256ctr_poly1305aes",
"aho-corasick 1.0.0",
"aho-corasick 1.0.1",
"anyhow",
"backoff",
"binrw",