Skip to content

Commit 119e77a

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 705662d commit 119e77a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws_secretsmanager_agent/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ aws_secretsmanager_caching = { version = "1.0.0", path = "../aws_secretsmanager_
3030
hyper = { version = "1", features = ["http1", "server", "client"]}
3131
aws-smithy-runtime = { version = "1", features = ["test-util"] }
3232
tokio = {version = "1", features = ["test-util", "rt-multi-thread", "net", "macros"] }
33-
http = "0.2.9"
33+
http = "1.1.0"
3434
aws-smithy-types = "1"

aws_secretsmanager_caching/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ aws-smithy-mocks-experimental = "0"
1818
aws-smithy-runtime = { version = "1", features = ["test-util"] }
1919
aws-sdk-secretsmanager = { version = "1", features = ["test-util"] }
2020
tokio = { version = "1", features = ["macros", "rt", "sync"] }
21-
http = "0"
21+
http = "1"

0 commit comments

Comments
 (0)