diff --git a/Cargo.lock b/Cargo.lock index f5e76710..605933a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1488,9 +1488,9 @@ dependencies = [ [[package]] name = "hyper" -version = "0.14.8" +version = "0.14.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3f71a7eea53a3f8257a7b4795373ff886397178cd634430ea94e12d7fe4fe34" +checksum = "07d6baa1b441335f3ce5098ac421fb6547c46dda735ca1bc6d0153c838f9dd83" dependencies = [ "bytes 1.0.1", "futures-channel", @@ -1502,7 +1502,7 @@ dependencies = [ "httparse", "httpdate", "itoa", - "pin-project 1.0.5", + "pin-project-lite 0.2.6", "socket2 0.4.0", "tokio", "tower-service", @@ -1517,7 +1517,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64" dependencies = [ "futures-util", - "hyper 0.14.8", + "hyper 0.14.9", "log 0.4.14", "rustls 0.19.0", "tokio", @@ -3220,7 +3220,7 @@ dependencies = [ "futures-util", "http", "http-body", - "hyper 0.14.8", + "hyper 0.14.9", "hyper-rustls", "ipnet", "js-sys", @@ -3944,7 +3944,7 @@ dependencies = [ "ed25519-dalek", "futures", "get-port", - "hyper 0.14.8", + "hyper 0.14.9", "itertools 0.10.1", "libp2p 0.38.0", "libp2p-async-await",