Skip to content

Commit

Permalink
build(deps): bump http from 0.2.8 to 0.2.9 (#1026)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 20, 2023
1 parent f392ae3 commit 30be076
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 @@ -42,7 +42,7 @@ deadpool = { version = "0.9.5", features = ["rt_tokio_1"] }
deadpool-postgres = "0.10.5"
derivative = "2.2.0"
futures = "0.3.26"
http = "0.2.8"
http = "0.2.9"
http-api-problem = "0.56.0"
hyper = "0.14.24"
itertools = "0.10.5"
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 = "2.2.0"
http = "0.2.8"
http = "0.2.9"
http-api-problem = "0.56.0"
janus_core = { version = "0.2", path = "../core" }
janus_messages = { version = "0.2", path = "../messages" }
Expand Down

0 comments on commit 30be076

Please sign in to comment.