Skip to content

Commit

Permalink
Bump http from 0.2.9 to 1.0.0
Browse files Browse the repository at this point in the history
Bumps [http](https://github.com/hyperium/http) from 0.2.9 to 1.0.0.
- [Release notes](https://github.com/hyperium/http/releases)
- [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md)
- [Commits](hyperium/http@v0.2.9...v1.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent 9339b57 commit 460e666
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 11 deletions.
29 changes: 20 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions progenitor-impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "../README.md"

[dependencies]
heck = "0.4.1"
http = "0.2.9"
http = "1.0.0"
getopts = "0.2"
indexmap = "2.1.0"
openapiv3 = "2.0.0-rc.0"
Expand All @@ -29,7 +29,7 @@ unicode-ident = "1.0.12"
[dev-dependencies]
dropshot = { git = "https://github.com/oxidecomputer/dropshot", default-features = false }
expectorate = "1.1"
http = "0.2.9"
http = "1.0.0"
hyper = "0.14.27"
rustfmt-wrapper = "0.2.1"
serde_yaml = "0.9"
Expand Down

0 comments on commit 460e666

Please sign in to comment.