Update Cargo.lock for cargo update

This commit is contained in:
Alex Crichton 2019-10-01 06:11:32 -07:00
parent e1d9f82605
commit 4447388f17
2 changed files with 8 additions and 8 deletions

View file

@ -265,7 +265,7 @@ dependencies = [
[[package]] [[package]]
name = "cargo" name = "cargo"
version = "0.40.0" version = "0.41.0"
dependencies = [ dependencies = [
"atty", "atty",
"bytesize", "bytesize",
@ -600,7 +600,7 @@ checksum = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b"
[[package]] [[package]]
name = "crates-io" name = "crates-io"
version = "0.28.0" version = "0.29.0"
dependencies = [ dependencies = [
"curl", "curl",
"failure", "failure",
@ -730,25 +730,24 @@ dependencies = [
[[package]] [[package]]
name = "curl" name = "curl"
version = "0.4.21" version = "0.4.24"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a85f2f95f2bd277d316d1aa8a477687ab4a6942258c7db7c89c187534669979c" checksum = "d08ad3cb89d076a36b0ce5749eec2c9964f70c0c58480ab6b75a91ec4fc206d8"
dependencies = [ dependencies = [
"curl-sys", "curl-sys",
"kernel32-sys",
"libc", "libc",
"openssl-probe", "openssl-probe",
"openssl-sys", "openssl-sys",
"schannel", "schannel",
"socket2", "socket2",
"winapi 0.2.8", "winapi 0.3.6",
] ]
[[package]] [[package]]
name = "curl-sys" name = "curl-sys"
version = "0.4.18" version = "0.4.22"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d91a0052d5b982887d8e829bee0faffc7218ea3c6ebd3d6c2c8f678a93c9a42" checksum = "2e9a9a4e417722876332136a00cacf92c2ceb331fab4b52b6a1ad16c6cd79255"
dependencies = [ dependencies = [
"cc", "cc",
"libc", "libc",

View file

@ -24,6 +24,7 @@ features = [
"jobapi", "jobapi",
"jobapi2", "jobapi2",
"knownfolders", "knownfolders",
"libloaderapi",
"lmcons", "lmcons",
"memoryapi", "memoryapi",
"minschannel", "minschannel",