Skip to content

Commit

Permalink
build(deps): Bump http-api-problem from 0.57.0 to 0.58.0
Browse files Browse the repository at this point in the history
Bumps [http-api-problem](https://github.com/chridou/http-api-problem) from 0.57.0 to 0.58.0.
- [Release notes](https://github.com/chridou/http-api-problem/releases)
- [Changelog](https://github.com/chridou/http-api-problem/blob/master/CHANGELOG.md)
- [Commits](https://github.com/chridou/http-api-problem/commits)

---
updated-dependencies:
- dependency-name: http-api-problem
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent 95dbd88 commit 52e5734
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 26 deletions.
57 changes: 34 additions & 23 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 @@ -53,7 +53,7 @@ futures = "0.3.30"
git-version = "0.3.9"
hex = { version = "0.4.3", features = ["serde"], optional = true }
http = "0.2.11"
http-api-problem = "0.57.0"
http-api-problem = "0.58.0"
itertools.workspace = true
janus_aggregator_api.workspace = true
janus_aggregator_core.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 @@ -25,7 +25,7 @@ derivative.workspace = true
futures = "0.3.30"
hex = { version = "0.4.3", features = ["serde"], optional = true }
http = "0.2.11"
http-api-problem = "0.57.0"
http-api-problem = "0.58.0"
janus_core.workspace = true
janus_messages.workspace = true
k8s-openapi.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 @@ futures = "0.3.30"
hex = "0.4"
hpke-dispatch = { version = "0.5.1", features = ["serde"] }
http = "0.2.11"
http-api-problem = "0.57.0"
http-api-problem = "0.58.0"
janus_messages.workspace = true
kube = { workspace = true, optional = true, features = ["rustls-tls"] }
k8s-openapi = { workspace = true, optional = true }
Expand Down

0 comments on commit 52e5734

Please sign in to comment.