Skip to content

Commit

Permalink
build(deps): Bump http from 0.2.11 to 0.2.12 (#2804)
Browse files Browse the repository at this point in the history
Bumps [http](https://github.com/hyperium/http) from 0.2.11 to 0.2.12.
- [Release notes](https://github.com/hyperium/http/releases)
- [Changelog](https://github.com/hyperium/http/blob/v0.2.12/CHANGELOG.md)
- [Commits](hyperium/http@v0.2.11...v0.2.12)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent e909910 commit e04e332
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 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.26", 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 = "0.2.12"
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 = "0.2.12"
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 = "0.2.12"
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 @@ -42,7 +42,7 @@ fixed = { version = "1.26", optional = true }
futures = "0.3.30"
hex = "0.4"
hpke-dispatch = { version = "0.5.1", features = ["serde"] }
http = "0.2.11"
http = "0.2.12"
http-api-problem = "0.57.0"
janus_messages.workspace = true
kube = { workspace = true, optional = true, features = ["rustls-tls"] }
Expand Down

0 comments on commit e04e332

Please sign in to comment.