Skip to content

Commit

Permalink
Bump http from 0.2.12 to 1.1.0
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 23, 2024
1 parent 6422378 commit ce7c480
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/amzn-codewhisperer-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ version = "1.4.0"
version = "2.0.0"

[dependencies.http]
version = "0.2.9"
version = "1.1.0"

[dependencies.tracing]
version = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/amzn-codewhisperer-streaming-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ version = "1.3.3"
version = "1.4.0"

[dependencies.http]
version = "0.2.9"
version = "1.1.0"

[dependencies.tracing]
version = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/amzn-consolas-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ version = "1.4.0"
version = "2.0.0"

[dependencies.http]
version = "0.2.9"
version = "1.1.0"

[dependencies.tracing]
version = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/amzn-qdeveloper-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ version = "1.3.3"
version = "1.4.0"

[dependencies.http]
version = "0.2.9"
version = "1.1.0"

[dependencies.tracing]
version = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/amzn-qdeveloper-streaming-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ version = "1.3.3"
version = "1.4.0"

[dependencies.http]
version = "0.2.9"
version = "1.1.0"

[dependencies.tracing]
version = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/amzn-toolkit-telemetry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ version = "1.1.3"
version = "1.0.0"

[dependencies.http]
version = "0.2.9"
version = "1.1.0"

[dependencies.tracing]
version = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/fig_aws_common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ aws-runtime = "1.2.2"
aws-smithy-runtime-api = "1.6.1"
aws-smithy-types = "1.1.10"
aws-types = "1.3.0"
http = "0.2.12"
http = "1.1.0"
tracing.workspace = true

[dev-dependencies]
Expand Down

0 comments on commit ce7c480

Please sign in to comment.