From 83749331a9be1d6ff096824b2185e70f2dd6d6ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 22:55:30 +0000 Subject: [PATCH] Bump http from 0.2.12 to 1.1.0 Bumps [http](https://github.com/hyperium/http) from 0.2.12 to 1.1.0. - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/http/compare/v0.2.12...v1.1.0) --- updated-dependencies: - dependency-name: http dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- aws_secretsmanager_agent/Cargo.toml | 2 +- aws_secretsmanager_caching/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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"