diff --git a/Cargo.lock b/Cargo.lock index ef2c2260..ef99e8dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1181,7 +1181,7 @@ dependencies = [ "fs_extra", "futures", "glob", - "hyper 0.14.28", + "hyper 1.2.0", "log", "log-derive", "maud", @@ -1201,7 +1201,7 @@ dependencies = [ name = "esthri-internals" version = "12.0.0" dependencies = [ - "hyper 0.14.28", + "hyper 1.2.0", "hyper-rustls 0.23.2", "hyper-tls 0.5.0", ] @@ -1220,7 +1220,7 @@ dependencies = [ "flate2", "fs_extra", "futures", - "hyper 0.14.28", + "hyper 1.2.0", "md-5", "once_cell", "tempdir", diff --git a/Cargo.toml b/Cargo.toml index 64af789d..c404189a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ aws-sdk-s3 = "1.21.0" aws-types = "1.1.8" aws-config = { version = "1.1.9", features = ["behavior-version-latest"]} aws-smithy-runtime = "1.1.8" -hyper = "0.14.28" # hyper 0.14 is the version used in the aws-smithy-runtime api. Can't upgrade to "1" until smithy-runtime does +hyper = "1.2.0" # hyper 0.14 is the version used in the aws-smithy-runtime api. Can't upgrade to "1" until smithy-runtime does [profile.dev]