|
Line 0
Link Here
|
|
|
1 |
--- Cargo.lock.orig 2019-12-22 11:56:20 UTC |
| 2 |
+++ Cargo.lock |
| 3 |
@@ -38,7 +38,7 @@ dependencies = [ |
| 4 |
"autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 5 |
"backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
| 6 |
"cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 7 |
- "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |
| 8 |
+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
| 9 |
"rustc-demangle 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
| 10 |
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 11 |
] |
| 12 |
@@ -49,7 +49,7 @@ version = "0.1.28" |
| 13 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 14 |
dependencies = [ |
| 15 |
"cc 1.0.29 (registry+https://github.com/rust-lang/crates.io-index)", |
| 16 |
- "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |
| 17 |
+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
| 18 |
] |
| 19 |
|
| 20 |
[[package]] |
| 21 |
@@ -128,9 +128,9 @@ version = "0.4.5" |
| 22 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 23 |
dependencies = [ |
| 24 |
"cc 1.0.29 (registry+https://github.com/rust-lang/crates.io-index)", |
| 25 |
- "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |
| 26 |
+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
| 27 |
"libz-sys 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", |
| 28 |
- "openssl-sys 0.9.46 (registry+https://github.com/rust-lang/crates.io-index)", |
| 29 |
+ "openssl-sys 0.9.53 (registry+https://github.com/rust-lang/crates.io-index)", |
| 30 |
"pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", |
| 31 |
"vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 32 |
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 33 |
@@ -141,7 +141,7 @@ name = "dirs" |
| 34 |
version = "1.0.4" |
| 35 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 36 |
dependencies = [ |
| 37 |
- "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |
| 38 |
+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
| 39 |
"redox_users 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 40 |
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 41 |
] |
| 42 |
@@ -224,7 +224,7 @@ source = "registry+https://github.com/ru |
| 43 |
|
| 44 |
[[package]] |
| 45 |
name = "libc" |
| 46 |
-version = "0.2.48" |
| 47 |
+version = "0.2.66" |
| 48 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 49 |
|
| 50 |
[[package]] |
| 51 |
@@ -238,7 +238,7 @@ dependencies = [ |
| 52 |
"dirs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| 53 |
"gettext-rs 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 54 |
"gettext-sys 0.19.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 55 |
- "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |
| 56 |
+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
| 57 |
"libz-sys 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", |
| 58 |
"natord 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| 59 |
"nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 60 |
@@ -260,7 +260,7 @@ dependencies = [ |
| 61 |
name = "libnewsboat-ffi" |
| 62 |
version = "2.18.0" |
| 63 |
dependencies = [ |
| 64 |
- "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |
| 65 |
+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
| 66 |
"libnewsboat 2.18.0", |
| 67 |
] |
| 68 |
|
| 69 |
@@ -270,7 +270,7 @@ version = "1.0.17" |
| 70 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 71 |
dependencies = [ |
| 72 |
"cc 1.0.29 (registry+https://github.com/rust-lang/crates.io-index)", |
| 73 |
- "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |
| 74 |
+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
| 75 |
"pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", |
| 76 |
"vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 77 |
] |
| 78 |
@@ -305,7 +305,7 @@ version = "2.1.3" |
| 79 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 80 |
dependencies = [ |
| 81 |
"cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 82 |
- "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |
| 83 |
+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
| 84 |
] |
| 85 |
|
| 86 |
[[package]] |
| 87 |
@@ -350,12 +350,12 @@ dependencies = [ |
| 88 |
|
| 89 |
[[package]] |
| 90 |
name = "openssl-sys" |
| 91 |
-version = "0.9.46" |
| 92 |
+version = "0.9.53" |
| 93 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 94 |
dependencies = [ |
| 95 |
"autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 96 |
"cc 1.0.29 (registry+https://github.com/rust-lang/crates.io-index)", |
| 97 |
- "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |
| 98 |
+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
| 99 |
"pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", |
| 100 |
"vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 101 |
] |
| 102 |
@@ -374,7 +374,7 @@ name = "parking_lot_core" |
| 103 |
version = "0.4.0" |
| 104 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 105 |
dependencies = [ |
| 106 |
- "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |
| 107 |
+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
| 108 |
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 109 |
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 110 |
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 111 |
@@ -434,7 +434,7 @@ version = "0.4.6" |
| 112 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 113 |
dependencies = [ |
| 114 |
"fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 115 |
- "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |
| 116 |
+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
| 117 |
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 118 |
"rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 119 |
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 120 |
@@ -447,7 +447,7 @@ source = "registry+https://github.com/ru |
| 121 |
dependencies = [ |
| 122 |
"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 123 |
"fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 124 |
- "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |
| 125 |
+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
| 126 |
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 127 |
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 128 |
] |
| 129 |
@@ -458,7 +458,7 @@ version = "0.6.5" |
| 130 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 131 |
dependencies = [ |
| 132 |
"autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 133 |
- "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |
| 134 |
+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
| 135 |
"rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 136 |
"rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 137 |
"rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 138 |
@@ -513,7 +513,7 @@ name = "rand_jitter" |
| 139 |
version = "0.1.3" |
| 140 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 141 |
dependencies = [ |
| 142 |
- "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |
| 143 |
+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
| 144 |
"rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 145 |
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 146 |
] |
| 147 |
@@ -525,7 +525,7 @@ source = "registry+https://github.com/ru |
| 148 |
dependencies = [ |
| 149 |
"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 150 |
"fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 151 |
- "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |
| 152 |
+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
| 153 |
"rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 154 |
"rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 155 |
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 156 |
@@ -686,7 +686,7 @@ source = "registry+https://github.com/ru |
| 157 |
name = "strprintf" |
| 158 |
version = "0.1.0" |
| 159 |
dependencies = [ |
| 160 |
- "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |
| 161 |
+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
| 162 |
] |
| 163 |
|
| 164 |
[[package]] |
| 165 |
@@ -716,7 +716,7 @@ version = "3.0.6" |
| 166 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 167 |
dependencies = [ |
| 168 |
"cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 169 |
- "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |
| 170 |
+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
| 171 |
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 172 |
"redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)", |
| 173 |
"remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 174 |
@@ -744,7 +744,7 @@ name = "time" |
| 175 |
version = "0.1.42" |
| 176 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 177 |
dependencies = [ |
| 178 |
- "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |
| 179 |
+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
| 180 |
"redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)", |
| 181 |
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 182 |
] |
| 183 |
@@ -815,7 +815,7 @@ name = "wait-timeout" |
| 184 |
version = "0.1.5" |
| 185 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 186 |
dependencies = [ |
| 187 |
- "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |
| 188 |
+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
| 189 |
] |
| 190 |
|
| 191 |
[[package]] |
| 192 |
@@ -881,7 +881,7 @@ source = "registry+https://github.com/ru |
| 193 |
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" |
| 194 |
"checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73" |
| 195 |
"checksum lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a374c89b9db55895453a74c1e38861d9deec0b01b405a82516e9d5de4820dea1" |
| 196 |
-"checksum libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)" = "e962c7641008ac010fa60a7dfdc1712449f29c44ef2d4702394aea943ee75047" |
| 197 |
+"checksum libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)" = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558" |
| 198 |
"checksum libz-sys 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)" = "44ebbc760fd2d2f4d93de09a0e13d97e057612052e871da9985cedcb451e6bd5" |
| 199 |
"checksum locale_config 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "14fbee0e39bc2dd6a2427c4fdea66e9826cc1fd09b0a0b7550359f5f6efe1dab" |
| 200 |
"checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c" |
| 201 |
@@ -893,7 +893,7 @@ source = "registry+https://github.com/ru |
| 202 |
"checksum num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea" |
| 203 |
"checksum num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1" |
| 204 |
"checksum once_cell 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "532c29a261168a45ce28948f9537ddd7a5dd272cc513b3017b1e82a88f962c37" |
| 205 |
-"checksum openssl-sys 0.9.46 (registry+https://github.com/rust-lang/crates.io-index)" = "05636e06b4f8762d4b81d24a351f3966f38bd25ccbcfd235606c91fdb82cc60f" |
| 206 |
+"checksum openssl-sys 0.9.53 (registry+https://github.com/rust-lang/crates.io-index)" = "465d16ae7fc0e313318f7de5cecf57b2fbe7511fd213978b457e1c96ff46736f" |
| 207 |
"checksum parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337" |
| 208 |
"checksum parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9" |
| 209 |
"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" |