Skip to content

Commit

Permalink
chore(deps): Bump hostname from 0.3.1 to 0.4.0
Browse files Browse the repository at this point in the history
Bumps [hostname](https://github.com/svartalf/hostname) from 0.3.1 to 0.4.0.
- [Release notes](https://github.com/svartalf/hostname/releases)
- [Changelog](https://github.com/svartalf/hostname/blob/master/CHANGELOG.md)
- [Commits](svartalf/hostname@v0.3.1...v0.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 2e9ef2d commit 6b54b62
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 4 deletions.
36 changes: 33 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 src/utils/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ console = "0.15"
console-subscriber = "0.2.0"
either = "1"
futures = { version = "0.3", default-features = false, features = ["alloc"] }
hostname = "0.3"
hostname = "0.4"
parking_lot = { version = "0.12", features = ["deadlock_detection"] }
pprof = { version = "0.13", features = ["flamegraph"] }
risingwave_common = { workspace = true }
Expand Down

0 comments on commit 6b54b62

Please sign in to comment.