Bump socket2 from 0.3.11 to 0.3.12 (#9222)

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

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot]
2020-04-01 09:33:22 -07:00
committed by GitHub
parent 691a3c6087
commit 9f5d3f0ee5
2 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@ nix = "0.17.0"
rand = "0.6.1"
serde = "1.0.105"
serde_derive = "1.0.103"
socket2 = "0.3.11"
socket2 = "0.3.12"
solana-clap-utils = { path = "../clap-utils", version = "1.2.0" }
solana-logger = { path = "../logger", version = "1.2.0" }
tokio = "0.1"