diff --git a/Cargo.lock b/Cargo.lock index 34b1528..070a6dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -469,7 +469,7 @@ dependencies = [ "aws_secretsmanager_caching", "bytes", "config", - "http 0.2.12", + "http 1.1.0", "http-body-util", "hyper 1.4.0", "hyper-util", @@ -492,7 +492,7 @@ dependencies = [ "aws-smithy-mocks-experimental", "aws-smithy-runtime", "aws-smithy-types", - "http 0.2.12", + "http 1.1.0", "linked-hash-map", "serde", "serde_json", diff --git a/aws_secretsmanager_agent/Cargo.toml b/aws_secretsmanager_agent/Cargo.toml index 32811e9..301892d 100644 --- a/aws_secretsmanager_agent/Cargo.toml +++ b/aws_secretsmanager_agent/Cargo.toml @@ -35,5 +35,5 @@ aws_secretsmanager_caching = { version = "1.0.0", path = "../aws_secretsmanager_ hyper = { version = "1", features = ["http1", "server", "client"]} aws-smithy-runtime = { version = "1", features = ["test-util"] } tokio = {version = "1", features = ["test-util", "rt-multi-thread", "net", "macros"] } -http = "0.2.9" +http = "1.1.0" aws-smithy-types = "1" diff --git a/aws_secretsmanager_caching/Cargo.toml b/aws_secretsmanager_caching/Cargo.toml index ce72f00..ab65a05 100644 --- a/aws_secretsmanager_caching/Cargo.toml +++ b/aws_secretsmanager_caching/Cargo.toml @@ -24,5 +24,5 @@ aws-smithy-mocks-experimental = "0" aws-smithy-runtime = { version = "1", features = ["test-util"] } aws-sdk-secretsmanager = { version = "1", features = ["test-util"] } tokio = { version = "1", features = ["macros", "rt", "sync", "test-util"] } -http = "0" +http = "1" tokio-test = "0.4.4"