Bump socket2 from 0.3.8 to 0.3.9 (#4186)

Bumps [socket2](https://github.com/alexcrichton/socket2-rs) from 0.3.8 to 0.3.9.
- [Release notes](https://github.com/alexcrichton/socket2-rs/releases)
- [Commits](https://github.com/alexcrichton/socket2-rs/compare/0.3.8...0.3.9)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2019-05-07 07:15:04 -07:00
committed by Michael Vines
parent 88d9618788
commit 0cc0d3ab7a
2 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ clap = "2.33.0"
log = "0.4.2"
nix = "0.12.0"
rand = "0.6.1"
socket2 = "0.3.8"
socket2 = "0.3.9"
solana-logger = { path = "../logger", version = "0.15.0" }
tokio = "0.1"