Skip to content

Commit

Permalink
build(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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 8, 2024
1 parent 6c7af8c commit 923fd6d
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 14 deletions.
58 changes: 46 additions & 12 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 daemon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env_logger = "0.10.1"
futures = "0.3.30"
futures-sink = "0.3.30"
futures-util = "0.3.30"
hyper = "0.14.28"
hyper = "1.1.0"
hyper-tungstenite = "0.11.1"
lazy_static = "1.4.0"
log = "0.4.20"
Expand Down
2 changes: 1 addition & 1 deletion minidsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ futures-sink = "0.3.30"
futures-util = "0.3.30"
hex = "0.4.3"
hexplay = "0.3.0"
hyper = "0.14.28"
hyper = "1.1.0"
lazy_static = "1.4.0"
log = "0.4.20"
minidsp-protocol = {path = "../protocol", version = "0.1.9", default-features = false, features = ["use_serde", "debug", "devices"]}
Expand Down

0 comments on commit 923fd6d

Please sign in to comment.