From 07fe87624793875631e24abf1c2c42c5ffa917f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 23:01:07 +0000 Subject: [PATCH] Bump http from 0.2.12 to 1.3.1 Bumps [http](https://github.com/hyperium/http) from 0.2.12 to 1.3.1. - [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.3.1) --- updated-dependencies: - dependency-name: http dependency-version: 1.3.1 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 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]