Skip to content

Commit

Permalink
chore(deps): bump pingora from 0.1.0 to 0.2.0 (#13)
Browse files Browse the repository at this point in the history
Bumps [pingora](https://github.com/cloudflare/pingora) from 0.1.0 to 0.2.0.
- [Release notes](https://github.com/cloudflare/pingora/releases)
- [Changelog](https://github.com/cloudflare/pingora/blob/main/CHANGELOG.md)
- [Commits](cloudflare/pingora@0.1.0...0.2.0)

---
updated-dependencies:
- dependency-name: pingora
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 May 29, 2024
1 parent a835f1e commit d1b5475
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 37 deletions.
109 changes: 73 additions & 36 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env_logger = "0.11.3"
http = "1.1.0"
jemallocator = "0.5.4"
log = "0.4.21"
pingora = { version = "0.1.0", features = ["proxy"] }
pingora = { version = "0.2.0", features = ["proxy"] }
serde = { version = "1.0.197", features = ["derive"] }
structopt = "0.3.26"
toml = "0.8.12"
Expand Down

0 comments on commit d1b5475

Please sign in to comment.