diff --git a/Cargo.lock b/Cargo.lock index 5a4615f..cf28aef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -671,7 +671,7 @@ dependencies = [ "aws-smithy-types", "aws_workload_credentials_provider_common", "base64ct", - "http 0.2.12", + "http 1.4.1", "log", "pkcs5", "pkcs8", @@ -695,7 +695,7 @@ dependencies = [ "aws-smithy-runtime-api", "aws-smithy-types", "criterion", - "http 0.2.12", + "http 1.4.1", "linked-hash-map", "log", "rand 0.10.2", @@ -724,7 +724,7 @@ dependencies = [ "aws_secretsmanager_caching", "aws_workload_credentials_provider_common", "bytes", - "http 0.2.12", + "http 1.4.1", "http-body-util", "hyper 1.10.1", "hyper-util", diff --git a/aws_certificatemanager_provider/Cargo.toml b/aws_certificatemanager_provider/Cargo.toml index 43c51ba..1b4dc80 100644 --- a/aws_certificatemanager_provider/Cargo.toml +++ b/aws_certificatemanager_provider/Cargo.toml @@ -32,7 +32,7 @@ aws_workload_credentials_provider_common = { version = "3.0.0", path = "../aws_w aws-smithy-mocks = "0.1" aws-smithy-runtime = { version = "1", features = ["test-util"] } aws-sdk-acm = { version = "1", features = ["test-util"] } -http = "0.2" +http = "1.4" tokio = { version = "1", features = ["rt-multi-thread", "sync", "macros", "test-util"] } rand_core = { version = "0.6", features = ["getrandom"] } pkcs5 = "0.7" diff --git a/aws_secretsmanager_caching/Cargo.toml b/aws_secretsmanager_caching/Cargo.toml index 3396540..139049e 100644 --- a/aws_secretsmanager_caching/Cargo.toml +++ b/aws_secretsmanager_caching/Cargo.toml @@ -31,7 +31,7 @@ aws-smithy-mocks = "0.2" aws-smithy-runtime = { version = "1", features = ["test-util", "wire-mock"] } aws-sdk-secretsmanager = { version = "1", features = ["test-util"] } tokio = { version = "1", features = ["macros", "rt-multi-thread", "sync", "test-util"] } -http = "0" +http = "1" tokio-test = "0.4.4" criterion = { version = "0.8.2", features = ["async_tokio", "html_reports"] } rand = "0.10.1" diff --git a/aws_secretsmanager_provider/Cargo.toml b/aws_secretsmanager_provider/Cargo.toml index 202aff1..8a02341 100644 --- a/aws_secretsmanager_provider/Cargo.toml +++ b/aws_secretsmanager_provider/Cargo.toml @@ -48,6 +48,6 @@ hyper = { version = "1", features = ["http1", "server", "client"] } aws-smithy-runtime = { version = "1", features = ["test-util"] } aws_secretsmanager_caching = { version = "2.1.0", path = "../aws_secretsmanager_caching", features = ["test-util"] } tokio = { version = "1", features = ["test-util", "rt-multi-thread", "net", "macros"] } -http = "0.2.9" +http = "1.4.1" aws-smithy-types = "1" tempfile = "3"