mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-29 01:14:45 +00:00
Bump deadpool from 0.6.0 to 0.7.0 (#88)
Bumps [deadpool](https://github.com/bikeshedder/deadpool) from 0.6.0 to 0.7.0. - [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.6.0...deadpool-v0.7.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
3a52f5670d
commit
f0aeba56cf
2 changed files with 6 additions and 6 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
|
@ -881,16 +881,16 @@ checksum = "d4d0e2d24e5ee3b23a01de38eefdcd978907890701f08ffffd4cb457ca4ee8d6"
|
|||
|
||||
[[package]]
|
||||
name = "deadpool"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3f1ea999b4bd6f33b668ea6c847823fc95105be8799c0cf3611ac4025871e004"
|
||||
checksum = "3d126179d86aee4556e54f5f3c6bf6d9884e7cc52cef82f77ee6f90a7747616d"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"config",
|
||||
"crossbeam-queue 0.3.0",
|
||||
"num_cpus",
|
||||
"serde",
|
||||
"tokio 0.3.4",
|
||||
"tokio 1.0.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -3043,9 +3043,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tokio"
|
||||
version = "0.3.4"
|
||||
version = "1.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9dfe2523e6fa84ddf5e688151d4e5fddc51678de9752c6512a24714c23818d61"
|
||||
checksum = "d258221f566b6c803c7b4714abadc080172b272090cdc5e244a6d4dd13c3a6bd"
|
||||
dependencies = [
|
||||
"autocfg",
|
||||
"pin-project-lite 0.2.0",
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ pulldown-cmark = "0.8.0"
|
|||
quick-xml = "0.20.0"
|
||||
headers = "0.3.2"
|
||||
derive_builder = "0.9.0"
|
||||
deadpool = "0.6.0"
|
||||
deadpool = "0.7.0"
|
||||
shellexpand = "2.1"
|
||||
lazy_static = "1.1"
|
||||
wiremock = "0.3.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue