Skip to content

Commit 49eee11

Browse files
Bump http from 0.2.12 to 1.4.0
Bumps [http](https://github.com/hyperium/http) from 0.2.12 to 1.4.0. - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](hyperium/http@v0.2.12...v1.4.0) --- updated-dependencies: - dependency-name: http dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 01429bb commit 49eee11

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws_secretsmanager_agent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ aws_secretsmanager_caching = { version = "2.0.0", path = "../aws_secretsmanager_
3535
hyper = { version = "1", features = ["http1", "server", "client"] }
3636
aws-smithy-runtime = { version = "1", features = ["test-util"] }
3737
tokio = { version = "1", features = ["test-util", "rt-multi-thread", "net", "macros"] }
38-
http = "0.2.9"
38+
http = "1.4.0"
3939
aws-smithy-types = "1"

aws_secretsmanager_caching/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ aws-smithy-mocks = "0.1"
2727
aws-smithy-runtime = { version = "1", features = ["test-util", "wire-mock"] }
2828
aws-sdk-secretsmanager = { version = "1", features = ["test-util"] }
2929
tokio = { version = "1", features = ["macros", "rt-multi-thread", "sync", "test-util"] }
30-
http = "0"
30+
http = "1"
3131
tokio-test = "0.4.4"
3232
criterion = { version = "0.7.0", features = ["async_tokio", "html_reports"] }
3333
rand = "0.9.2"

0 commit comments

Comments
 (0)