diff --git a/Cargo.lock b/Cargo.lock index d6f93b7..79aabb4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -320,7 +320,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.0", "http-body-util", - "hyper 1.2.0", + "hyper 1.3.0", "hyper-util", "itoa", "matchit", @@ -1315,9 +1315,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.2.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "186548d73ac615b32a73aafe38fb4f56c0d340e110e5a200bcadbaf2e199263a" +checksum = "9f24ce812868d86d19daa79bf3bf9175bc44ea323391147a5e3abde2a283871b" dependencies = [ "bytes", "futures-channel", @@ -1341,7 +1341,7 @@ checksum = "a0bea761b46ae2b24eb4aef630d8d1c398157b6fc29e6350ecf090a0b70c952c" dependencies = [ "futures-util", "http 1.1.0", - "hyper 1.2.0", + "hyper 1.3.0", "hyper-util", "rustls", "rustls-pki-types", @@ -1386,7 +1386,7 @@ dependencies = [ "futures-util", "http 1.1.0", "http-body 1.0.0", - "hyper 1.2.0", + "hyper 1.3.0", "pin-project-lite", "socket2 0.5.6", "tokio", @@ -2545,7 +2545,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.0", "http-body-util", - "hyper 1.2.0", + "hyper 1.3.0", "hyper-rustls", "hyper-util", "ipnet", @@ -4004,7 +4004,7 @@ dependencies = [ "config", "futures", "futures-util", - "hyper 1.2.0", + "hyper 1.3.0", "image", "iso8601", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index a24560f..da190a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ lazy_static = "1.4" serde_json = "1.0" bytes = "1.6.0" tower = "0.4.13" -hyper = "1.2" +hyper = "1.3" futures = "0.3.30" async-trait = "0.1.79" prometheus = { version = "0.13" }