mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
2f39875b48
commit
3644938d74
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue