chore: bump socket2 to 0.4.7 (#29611)

This commit is contained in:
Yihau Chen 2023-01-11 14:19:43 +08:00 committed by GitHub
parent b1b683d2af
commit d351c58ff4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ nix = "0.25.0"
rand = "0.7.0"
serde = "1.0.144"
serde_derive = "1.0.103"
socket2 = "0.4.4"
socket2 = "0.4.7"
solana-logger = { path = "../logger", version = "=1.15.0" }
solana-sdk = { path = "../sdk", version = "=1.15.0" }
solana-version = { path = "../version", version = "=1.15.0" }