Skip to content

Commit

Permalink
fix(deps): bump http from 0.2.12 to 1.2.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.2.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.2.0)

---
updated-dependencies:
- dependency-name: http
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 11, 2025
1 parent 79b2626 commit 8bafb11
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 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 @@ -81,7 +81,7 @@ version = "1.4.0"
version = "2.0.0"

[dependencies.http]
version = "0.2.9"
version = "1.2.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 @@ -82,7 +82,7 @@ version = "1.3.3"
version = "1.4.0"

[dependencies.http]
version = "0.2.9"
version = "1.2.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 @@ -77,7 +77,7 @@ version = "1.4.0"
version = "2.0.0"

[dependencies.http]
version = "0.2.9"
version = "1.2.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 @@ -71,7 +71,7 @@ version = "1.4.0"
version = "2.0.0"

[dependencies.http]
version = "0.2.9"
version = "1.2.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 @@ -78,7 +78,7 @@ version = "1.3.3"
version = "1.4.0"

[dependencies.http]
version = "0.2.9"
version = "1.2.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 @@ -67,7 +67,7 @@ version = "1.1.3"
version = "1.0.0"

[dependencies.http]
version = "0.2.9"
version = "1.2.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.4.4"
aws-smithy-runtime-api = "1.6.1"
aws-smithy-types = "1.2.10"
aws-types = "1.3.0"
http = "0.2.12"
http = "1.2.0"
tracing.workspace = true

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/fig_desktop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ fig_util.workspace = true
flume = "0.11.0"
fnv = "1.0.7"
futures = "0.3.30"
http = "1.1.0"
http = "1.2.0"
image = "0.25.0"
infer = "0.16.0"
keyboard-types = "0.7.0"
Expand Down

0 comments on commit 8bafb11

Please sign in to comment.