diff --git a/Cargo.lock b/Cargo.lock index b66bd9c..e3d161c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -579,7 +579,7 @@ dependencies = [ "aws_secretsmanager_caching", "bytes", "config", - "http 0.2.12", + "http 1.3.1", "http-body-util", "hyper 1.6.0", "hyper-util", @@ -603,7 +603,7 @@ dependencies = [ "aws-smithy-runtime", "aws-smithy-runtime-api", "aws-smithy-types", - "http 0.2.12", + "http 1.3.1", "linked-hash-map", "log", "rustls 0.23.27", diff --git a/aws_secretsmanager_agent/Cargo.toml b/aws_secretsmanager_agent/Cargo.toml index 07f9063..b43c68e 100644 --- a/aws_secretsmanager_agent/Cargo.toml +++ b/aws_secretsmanager_agent/Cargo.toml @@ -35,7 +35,7 @@ aws_secretsmanager_caching = { version = "2.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.3.1" aws-smithy-types = "1" [features] diff --git a/aws_secretsmanager_caching/Cargo.toml b/aws_secretsmanager_caching/Cargo.toml index 631ab7c..d6cd4fd 100644 --- a/aws_secretsmanager_caching/Cargo.toml +++ b/aws_secretsmanager_caching/Cargo.toml @@ -27,7 +27,7 @@ aws-smithy-mocks-experimental = "0" aws-smithy-runtime = { version = "1", features = ["test-util", "wire-mock"] } 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" [features]