summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2016-03-14 21:59:54 -0700
committerbors <bors@rust-lang.org>2016-03-14 21:59:54 -0700
commit052118790c88c036215b2d87ba008cdabc8b80b8 (patch)
treeace3882e9c5ab395483880b56b46a54567921ecc
parent722fedd5bb2e1d337fe88bcab59e5872e8ea92cd (diff)
parent609693dae1cb3bb5b470a687463effc11ad3ecdd (diff)
downloadrust-libc-052118790c88c036215b2d87ba008cdabc8b80b8.tar.gz
Auto merge of #230 - alexcrichton:winapi-update, r=alexcrichton
Update winapi
-rw-r--r--libc-test/Cargo.lock6
-rw-r--r--libc-test/generate-files/Cargo.lock10
2 files changed, 8 insertions, 8 deletions
diff --git a/libc-test/Cargo.lock b/libc-test/Cargo.lock
index 3961fc4944..0174f0c7a1 100644
--- a/libc-test/Cargo.lock
+++ b/libc-test/Cargo.lock
@@ -30,7 +30,7 @@ name = "kernel32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
- "winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -80,7 +80,7 @@ version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@@ -90,7 +90,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "winapi"
-version = "0.2.5"
+version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
diff --git a/libc-test/generate-files/Cargo.lock b/libc-test/generate-files/Cargo.lock
index 8a599cff1b..7b23e556c6 100644
--- a/libc-test/generate-files/Cargo.lock
+++ b/libc-test/generate-files/Cargo.lock
@@ -10,7 +10,7 @@ name = "advapi32-sys"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
- "winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -34,7 +34,7 @@ version = "0.3.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"advapi32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@@ -42,7 +42,7 @@ name = "kernel32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
- "winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -88,7 +88,7 @@ version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@@ -98,7 +98,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "winapi"
-version = "0.2.5"
+version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]