Skip to content

Commit 8374933

Browse files
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](hyperium/http@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] <[email protected]>
1 parent 9944b7a commit 8374933

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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 = "1.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.1.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
@@ -24,5 +24,5 @@ aws-smithy-mocks-experimental = "0"
2424
aws-smithy-runtime = { version = "1", features = ["test-util"] }
2525
aws-sdk-secretsmanager = { version = "1", features = ["test-util"] }
2626
tokio = { version = "1", features = ["macros", "rt", "sync", "test-util"] }
27-
http = "0"
27+
http = "1"
2828
tokio-test = "0.4.4"

0 commit comments

Comments
 (0)