diff --git a/Cargo.lock b/Cargo.lock index 2e3fa4e..4f3ee4d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -654,9 +654,9 @@ checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a" [[package]] name = "hyper" -version = "0.13.6" +version = "0.13.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6e7655b9594024ad0ee439f3b5a7299369dc2a3f459b47c696f9ff676f9aa1f" +checksum = "8a6f157065790a3ed2f88679250419b5cdd96e714a0d65f7797fd337186e96bb" dependencies = [ "bytes 0.5.4", "futures-channel", @@ -666,13 +666,13 @@ dependencies = [ "http", "http-body 0.3.1", "httparse", + "httpdate", "itoa", - "log", - "pin-project 0.4.26", + "pin-project 1.0.6", "socket2 0.3.19", - "time", "tokio 0.2.24", "tower-service", + "tracing", "want", ] @@ -709,7 +709,7 @@ dependencies = [ "bytes 0.5.4", "futures", "http", - "hyper 0.13.6", + "hyper 0.13.10", "hyper-rustls 0.19.1", "rustls-native-certs", "tokio 0.2.24", @@ -728,7 +728,7 @@ dependencies = [ "bytes 0.5.4", "ct-logs", "futures-util", - "hyper 0.13.6", + "hyper 0.13.10", "rustls 0.16.0", "rustls-native-certs", "tokio 0.2.24", @@ -1810,7 +1810,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c7c0d75ca3a7da0185c28356cd39f577d373a600986c8345bd5dfc9041f92f1" dependencies = [ "futures", - "hyper 0.13.6", + "hyper 0.13.10", "hyper-proxy", "hyper-rustls 0.19.1", "is-macro", @@ -1984,6 +1984,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "01ebdc2bb4498ab1ab5f5b73c5803825e60199229ccba0698170e3be0e7f959f" dependencies = [ "cfg-if 1.0.0", + "log", "pin-project-lite 0.2.4", "tracing-attributes", "tracing-core",