mirror of
https://github.com/Hopiu/lychee.git
synced 2026-05-13 00:03:11 +00:00
Merge pull request #992 from lycheeverse/dependabot/cargo/hyper-0.14.25
This commit is contained in:
commit
15c711bf39
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -1643,9 +1643,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "hyper"
|
||||
version = "0.14.24"
|
||||
version = "0.14.25"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5e011372fa0b68db8350aa7a248930ecc7839bf46d8485577d69f117a75f164c"
|
||||
checksum = "cc5e554ff619822309ffd57d8734d77cd5ce6238bc956f037ea06c58238c9899"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"futures-channel",
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ html5gum = "0.5.2"
|
|||
octocrab = "0.18.1"
|
||||
ip_network = "0.4.1"
|
||||
secrecy = "0.8.0"
|
||||
hyper = "0.14.24"
|
||||
hyper = "0.14.25"
|
||||
|
||||
[dependencies.par-stream]
|
||||
version = "0.10.2"
|
||||
|
|
|
|||
Loading…
Reference in a new issue