chore: bump gethostname from 0.2.1 to 0.2.3 (#23697)

* chore: bump gethostname from 0.2.1 to 0.2.3

Bumps gethostname from 0.2.1 to 0.2.3.

---
updated-dependencies:
- dependency-name: gethostname
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
dependabot[bot]
2022-03-16 12:35:39 -06:00
committed by GitHub
parent 072a8c99ea
commit 45337885c1
3 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ edition = "2021"
[dependencies]
crossbeam-channel = "0.5"
gethostname = "0.2.1"
gethostname = "0.2.3"
lazy_static = "1.4.0"
log = "0.4.14"
reqwest = { version = "0.11.10", default-features = false, features = ["blocking", "rustls-tls", "json"] }