Skip to content

Commit

Permalink
build(deps): Bump http from 0.2.11 to 1.0.0
Browse files Browse the repository at this point in the history
Bumps [http](https://github.com/hyperium/http) from 0.2.11 to 1.0.0.
- [Release notes](https://github.com/hyperium/http/releases)
- [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md)
- [Commits](hyperium/http@v0.2.11...v1.0.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 15, 2024
1 parent 0105c28 commit 6dd7f71
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 26 deletions.
53 changes: 32 additions & 21 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 aggregator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ fixed = { version = "1.24", optional = true }
futures = "0.3.30"
git-version = "0.3.9"
hex = { version = "0.4.3", features = ["serde"], optional = true }
http = "0.2.11"
http = "1.0.0"
http-api-problem = "0.57.0"
itertools.workspace = true
janus_aggregator_api.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion aggregator_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ deadpool-postgres = "0.12.1"
derivative.workspace = true
futures = "0.3.30"
hex = { version = "0.4.3", features = ["serde"], optional = true }
http = "0.2.11"
http = "1.0.0"
http-api-problem = "0.57.0"
janus_core.workspace = true
janus_messages.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ version.workspace = true
[dependencies]
backoff = { version = "0.4.0", features = ["tokio"] }
derivative.workspace = true
http = "0.2.11"
http = "1.0.0"
itertools.workspace = true
janus_core.workspace = true
janus_messages.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ fixed = { version = "1.24", optional = true }
futures = "0.3.30"
hex = "0.4"
hpke-dispatch = { version = "0.5.1", features = ["serde"] }
http = "0.2.11"
http = "1.0.0"
http-api-problem = "0.57.0"
janus_messages.workspace = true
kube = { workspace = true, optional = true, features = ["rustls-tls"] }
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ base64.workspace = true
clap.workspace = true
futures = "0.3.30"
hex = "0.4"
http = "0.2"
http = "1.0"
itertools.workspace = true
janus_aggregator = { workspace = true, features = ["test-util"] }
janus_aggregator_core = { workspace = true, features = ["test-util"] }
Expand Down

0 comments on commit 6dd7f71

Please sign in to comment.