Update bindgen
This commit is contained in:
Родитель
69684a0eb9
Коммит
adcf1ae085
|
@ -116,7 +116,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "bindgen"
|
||||
version = "0.51.0"
|
||||
version = "0.51.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
dependencies = [
|
||||
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -125,15 +125,15 @@ dependencies = [
|
|||
"clang-sys 0.28.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"which 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"which 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -768,14 +768,6 @@ dependencies = [
|
|||
"viaduct 0.1.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "fxhash"
|
||||
version = "0.2.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
dependencies = [
|
||||
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "getrandom"
|
||||
version = "0.1.12"
|
||||
|
@ -1319,7 +1311,7 @@ dependencies = [
|
|||
name = "nss_sys"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"bindgen 0.51.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"bindgen 0.51.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"toml 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -2081,6 +2073,14 @@ name = "rustc-demangle"
|
|||
version = "0.1.16"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
|
||||
[[package]]
|
||||
name = "rustc-hash"
|
||||
version = "1.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
dependencies = [
|
||||
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "rustc_version"
|
||||
version = "0.2.3"
|
||||
|
@ -2891,6 +2891,14 @@ dependencies = [
|
|||
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "which"
|
||||
version = "3.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
dependencies = [
|
||||
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "widestring"
|
||||
version = "0.4.0"
|
||||
|
@ -2986,7 +2994,7 @@ dependencies = [
|
|||
"checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
|
||||
"checksum base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643"
|
||||
"checksum bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "9f04a5e50dc80b3d5d35320889053637d15011aed5e66b66b37ae798c65da6f7"
|
||||
"checksum bindgen 0.51.0 (registry+https://github.com/rust-lang/crates.io-index)" = "18270cdd7065ec045a6bb4bdcd5144d14a78b3aedb3bc5111e688773ac8b9ad0"
|
||||
"checksum bindgen 0.51.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ebd71393f1ec0509b553aa012b9b58e81dadbdff7130bd3b8cba576e69b32f75"
|
||||
"checksum bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd"
|
||||
"checksum blake2b_simd 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)" = "5850aeee1552f495dd0250014cf64b82b7c8879a89d83b33bbdace2cc4f63182"
|
||||
"checksum bstr 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8d6c2c5b58ab920a4f5aeaaca34b4488074e8cc7596af94e6f8c6ff247c60245"
|
||||
|
@ -3049,7 +3057,6 @@ dependencies = [
|
|||
"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
||||
"checksum futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)" = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef"
|
||||
"checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
|
||||
"checksum fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
||||
"checksum getrandom 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "473a1265acc8ff1e808cd0a1af8cee3c2ee5200916058a2ca113c29f2d903571"
|
||||
"checksum glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
||||
"checksum h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462"
|
||||
|
@ -3165,6 +3172,7 @@ dependencies = [
|
|||
"checksum rusqlite 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2a194373ef527035645a1bc21b10dc2125f73497e6e155771233eb187aedd051"
|
||||
"checksum rust-argon2 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4ca4eaef519b494d1f2848fc602d18816fed808a981aedf4f1f00ceb7c9d32cf"
|
||||
"checksum rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
|
||||
"checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8"
|
||||
"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
||||
"checksum ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997"
|
||||
"checksum safemem 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d2b08423011dae9a5ca23f07cf57dac3857f5c885d352b76f6d95f4aea9434d0"
|
||||
|
@ -3247,6 +3255,7 @@ dependencies = [
|
|||
"checksum webbrowser 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "97d468a911faaaeb783693b004e1c62e0063e646b0afae5c146cd144e566e66d"
|
||||
"checksum weedle 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3bb43f70885151e629e2a19ce9e50bd730fd436cfd4b666894c9ce4de9141164"
|
||||
"checksum which 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b57acb10231b9493c8472b20cb57317d0679a49e0bdbee44b3b803a6473af164"
|
||||
"checksum which 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "240a31163872f7e8e49f35b42b58485e35355b07eb009d9f3686733541339a69"
|
||||
"checksum widestring 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "effc0e4ff8085673ea7b9b2e3c73f6bd4d118810c9009ed8f1e16bd96c331db6"
|
||||
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
||||
"checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
|
||||
|
|
|
@ -473,7 +473,6 @@ The following text applies to code linked from these dependendencies:
|
|||
[foreign-types](https://github.com/sfackler/foreign-types),
|
||||
[futures-cpupool](https://github.com/alexcrichton/futures-rs),
|
||||
[futures](https://github.com/rust-lang-nursery/futures-rs),
|
||||
[fxhash](https://github.com/cbreeden/fxhash),
|
||||
[getrandom](https://github.com/rust-random/getrandom),
|
||||
[glob](https://github.com/rust-lang/glob),
|
||||
[heck](https://github.com/withoutboats/heck),
|
||||
|
@ -534,6 +533,7 @@ The following text applies to code linked from these dependendencies:
|
|||
[remove_dir_all](https://github.com/XAMPPRocky/remove_dir_all.git),
|
||||
[reqwest](https://github.com/seanmonstar/reqwest),
|
||||
[rustc-demangle](https://github.com/alexcrichton/rustc-demangle),
|
||||
[rustc-hash](https://github.com/rust-lang-nursery/rustc-hash),
|
||||
[rustc_version](https://github.com/Kimundi/rustc-version-rs),
|
||||
[ryu](https://github.com/dtolnay/ryu),
|
||||
[safemem](https://github.com/abonander/safemem),
|
||||
|
|
|
@ -435,7 +435,6 @@ The following text applies to code linked from these dependendencies:
|
|||
[fallible-iterator](https://github.com/sfackler/rust-fallible-iterator),
|
||||
[fallible-streaming-iterator](https://github.com/sfackler/fallible-streaming-iterator),
|
||||
[fixedbitset](https://github.com/bluss/fixedbitset),
|
||||
[fxhash](https://github.com/cbreeden/fxhash),
|
||||
[getrandom](https://github.com/rust-random/getrandom),
|
||||
[glob](https://github.com/rust-lang/glob),
|
||||
[heck](https://github.com/withoutboats/heck),
|
||||
|
@ -481,6 +480,7 @@ The following text applies to code linked from these dependendencies:
|
|||
[regex](https://github.com/rust-lang/regex),
|
||||
[remove_dir_all](https://github.com/XAMPPRocky/remove_dir_all.git),
|
||||
[rustc-demangle](https://github.com/alexcrichton/rustc-demangle),
|
||||
[rustc-hash](https://github.com/rust-lang-nursery/rustc-hash),
|
||||
[rustc_version](https://github.com/Kimundi/rustc-version-rs),
|
||||
[ryu](https://github.com/dtolnay/ryu),
|
||||
[safemem](https://github.com/abonander/safemem),
|
||||
|
|
|
@ -435,7 +435,6 @@ The following text applies to code linked from these dependendencies:
|
|||
[fallible-iterator](https://github.com/sfackler/rust-fallible-iterator),
|
||||
[fallible-streaming-iterator](https://github.com/sfackler/fallible-streaming-iterator),
|
||||
[fixedbitset](https://github.com/bluss/fixedbitset),
|
||||
[fxhash](https://github.com/cbreeden/fxhash),
|
||||
[getrandom](https://github.com/rust-random/getrandom),
|
||||
[glob](https://github.com/rust-lang/glob),
|
||||
[heck](https://github.com/withoutboats/heck),
|
||||
|
@ -481,6 +480,7 @@ The following text applies to code linked from these dependendencies:
|
|||
[regex](https://github.com/rust-lang/regex),
|
||||
[remove_dir_all](https://github.com/XAMPPRocky/remove_dir_all.git),
|
||||
[rustc-demangle](https://github.com/alexcrichton/rustc-demangle),
|
||||
[rustc-hash](https://github.com/rust-lang-nursery/rustc-hash),
|
||||
[rustc_version](https://github.com/Kimundi/rustc-version-rs),
|
||||
[ryu](https://github.com/dtolnay/ryu),
|
||||
[safemem](https://github.com/abonander/safemem),
|
||||
|
|
|
@ -463,7 +463,6 @@ The following text applies to code linked from these dependendencies:
|
|||
[fnv](https://github.com/servo/rust-fnv),
|
||||
[futures-cpupool](https://github.com/alexcrichton/futures-rs),
|
||||
[futures](https://github.com/rust-lang-nursery/futures-rs),
|
||||
[fxhash](https://github.com/cbreeden/fxhash),
|
||||
[getrandom](https://github.com/rust-random/getrandom),
|
||||
[glob](https://github.com/rust-lang/glob),
|
||||
[heck](https://github.com/withoutboats/heck),
|
||||
|
@ -519,6 +518,7 @@ The following text applies to code linked from these dependendencies:
|
|||
[remove_dir_all](https://github.com/XAMPPRocky/remove_dir_all.git),
|
||||
[reqwest](https://github.com/seanmonstar/reqwest),
|
||||
[rustc-demangle](https://github.com/alexcrichton/rustc-demangle),
|
||||
[rustc-hash](https://github.com/rust-lang-nursery/rustc-hash),
|
||||
[rustc_version](https://github.com/Kimundi/rustc-version-rs),
|
||||
[ryu](https://github.com/dtolnay/ryu),
|
||||
[safemem](https://github.com/abonander/safemem),
|
||||
|
|
|
@ -432,7 +432,6 @@ The following text applies to code linked from these dependendencies:
|
|||
[fallible-iterator](https://github.com/sfackler/rust-fallible-iterator),
|
||||
[fallible-streaming-iterator](https://github.com/sfackler/fallible-streaming-iterator),
|
||||
[fixedbitset](https://github.com/bluss/fixedbitset),
|
||||
[fxhash](https://github.com/cbreeden/fxhash),
|
||||
[getrandom](https://github.com/rust-random/getrandom),
|
||||
[glob](https://github.com/rust-lang/glob),
|
||||
[heck](https://github.com/withoutboats/heck),
|
||||
|
@ -478,6 +477,7 @@ The following text applies to code linked from these dependendencies:
|
|||
[regex](https://github.com/rust-lang/regex),
|
||||
[remove_dir_all](https://github.com/XAMPPRocky/remove_dir_all.git),
|
||||
[rustc-demangle](https://github.com/alexcrichton/rustc-demangle),
|
||||
[rustc-hash](https://github.com/rust-lang-nursery/rustc-hash),
|
||||
[rustc_version](https://github.com/Kimundi/rustc-version-rs),
|
||||
[ryu](https://github.com/dtolnay/ryu),
|
||||
[safemem](https://github.com/abonander/safemem),
|
||||
|
|
Загрузка…
Ссылка в новой задаче