Skip to content

Commit

Permalink
chore(deps): bump hyper from 0.14.8 to 0.14.9 (#7793)
Browse files Browse the repository at this point in the history
Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.8 to 0.14.9.
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper@v0.14.8...v0.14.9)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 9, 2021
1 parent c4c59d5 commit 53f9006
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 @@ -207,7 +207,7 @@ headers = { version = "0.3.4", default-features = false }
heim = { version = "0.1.0-rc.1", default-features = false, features = ["cpu", "disk", "host", "memory", "net"], optional = true }
hostname = { version = "0.3.1", default-features = false }
http = { version = "0.2.4", default-features = false }
hyper = { version = "0.14.8", default-features = false, features = ["stream"] }
hyper = { version = "0.14.9", default-features = false, features = ["stream"] }
hyper-openssl = { version = "0.9.1", default-features = false }
infer = { version = "0.5.0", default-features = false, optional = true}
indexmap = { version = "1.6.2", default-features = false, features = ["serde"] }
Expand Down

0 comments on commit 53f9006

Please sign in to comment.