]> git.proxmox.com Git - rustc.git/blobdiff - vendor/socket2/Cargo.toml
New upstream version 1.44.1+dfsg1
[rustc.git] / vendor / socket2 / Cargo.toml
index 692fa9f4f0c0dde8ee4195068d5b7e6eebcb4e82..76428698fb7db8f0d0bd9868a0be6209dc6fa7a2 100644 (file)
@@ -13,7 +13,7 @@
 [package]
 edition = "2018"
 name = "socket2"
-version = "0.3.11"
+version = "0.3.12"
 authors = ["Alex Crichton <alex@alexcrichton.com>"]
 description = "Utilities for handling networking sockets with a maximal amount of configuration\npossible intended.\n"
 homepage = "https://github.com/alexcrichton/socket2-rs"
@@ -30,10 +30,10 @@ pair = []
 reuseport = []
 unix = []
 [target."cfg(any(unix, target_os = \"redox\"))".dependencies.cfg-if]
-version = "0.1"
+version = "0.1.6"
 
 [target."cfg(any(unix, target_os = \"redox\"))".dependencies.libc]
-version = "0.2.42"
+version = "0.2.66"
 [target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
 version = "0.1.38"
 [target."cfg(windows)".dependencies.winapi]