mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-29 09:24:46 +00:00
Bump deadpool from 0.9.1 to 0.9.2 (#392)
Bumps [deadpool](https://github.com/bikeshedder/deadpool) from 0.9.1 to 0.9.2. - [Release notes](https://github.com/bikeshedder/deadpool/releases) - [Changelog](https://github.com/bikeshedder/deadpool/blob/master/CHANGELOG.md) - [Commits](https://github.com/bikeshedder/deadpool/compare/deadpool-v0.9.1...deadpool-v0.9.2) --- updated-dependencies: - dependency-name: deadpool dependency-type: direct:production 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
31ec9a1fe7
commit
09a4754c55
2 changed files with 4 additions and 4 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
|
@ -661,9 +661,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "deadpool"
|
||||
version = "0.9.1"
|
||||
version = "0.9.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "51dc1e92ba8164da131a4753a26cb1e7ebcfe617e56bb3c2b6136049c8ee5730"
|
||||
checksum = "3bf0c5365c0925c80a838a6810a1bf38d3304ca6b4eb25829e29e33da12de786"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"deadpool-runtime",
|
||||
|
|
@ -1500,7 +1500,7 @@ version = "0.8.0"
|
|||
dependencies = [
|
||||
"cached",
|
||||
"check-if-email-exists",
|
||||
"deadpool 0.9.1",
|
||||
"deadpool 0.9.2",
|
||||
"doc-comment",
|
||||
"fast_chemail",
|
||||
"glob",
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ version = "0.8.0"
|
|||
|
||||
[dependencies]
|
||||
check-if-email-exists = "0.8.25"
|
||||
deadpool = "0.9.1"
|
||||
deadpool = "0.9.2"
|
||||
fast_chemail = "0.9.6"
|
||||
glob = "0.3.0"
|
||||
html5ever = "0.25.1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue