chore: bump socket2 from 0.3.12 to 0.3.15

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2020-09-25 08:02:09 +00:00
committed by Michael Vines
parent 00b36e6db2
commit de04dcd9d6
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ nix = "0.17.0"
rand = "0.7.0"
serde = "1.0.112"
serde_derive = "1.0.103"
socket2 = "0.3.12"
socket2 = "0.3.15"
solana-clap-utils = { path = "../clap-utils", version = "1.4.0" }
solana-logger = { path = "../logger", version = "1.4.0" }
solana-version = { path = "../version", version = "1.4.0" }