Skip to content

Commit

Permalink
chore(deps): bump hyper from 0.14.28 to 1.1.0
Browse files Browse the repository at this point in the history
Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.28 to 1.1.0.
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper@v0.14.28...v1.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 31, 2024
1 parent cf6a3ae commit 2ccf53b
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 16 deletions.
64 changes: 49 additions & 15 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 @@ -20,7 +20,7 @@ serde_json = "1"
tracing = "0.1"
tracing-tree = "0.2"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
hyper = "0.14"
hyper = "1.1"
clap = { version = "4.2.7", features = ["derive"] }
chrono = "0.4.24"
chrono-humanize = "0.2.2"
Expand Down

0 comments on commit 2ccf53b

Please sign in to comment.