Skip to content

Commit

Permalink
build(deps): bump hyperlocal from 0.8.0 to 0.9.1
Browse files Browse the repository at this point in the history
Bumps [hyperlocal](https://github.com/softprops/hyperlocal) from 0.8.0 to 0.9.1.
- [Changelog](https://github.com/softprops/hyperlocal/blob/main/CHANGELOG.md)
- [Commits](softprops/hyperlocal@v0.8.0...v0.9.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 8cfa96d commit 32bbcd2
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 17 deletions.
124 changes: 109 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 daemon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ features = ["net", "codec", "io"]
version = "0.7.12"

[target.'cfg(target_family="unix")'.dependencies]
hyperlocal = "0.8.0"
hyperlocal = "0.9.1"
routerify-unixsocket = "3.0.0"
2 changes: 1 addition & 1 deletion minidsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ features = ["net", "codec", "io"]
version = "0.7.12"

[target.'cfg(target_family="unix")'.dependencies]
hyperlocal = "0.8.0"
hyperlocal = "0.9.1"

[features]
debug = []
Expand Down

0 comments on commit 32bbcd2

Please sign in to comment.