Upgrade socket2

This commit is contained in:
Joakim Frostegård 2021-08-15 23:32:59 +02:00
parent 1028dcc709
commit d172fc4f8c
9 changed files with 18 additions and 19 deletions

5
Cargo.lock generated
View file

@ -1530,11 +1530,10 @@ dependencies = [
[[package]]
name = "socket2"
version = "0.3.19"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
checksum = "765f090f0e423d2b55843402a07915add955e7d60657db13707a159727326cad"
dependencies = [
"cfg-if",
"libc",
"winapi",
]