Browse Source

Bump reqwest version to 0.8.2

Johannes Hofmann 8 years ago
parent
commit
1a920c16af
1 changed files with 12 additions and 12 deletions
  1. 12
    12
      Cargo.lock

+ 12
- 12
Cargo.lock View File

103
 version = "0.2.1"
103
 version = "0.2.1"
104
 source = "registry+https://github.com/rust-lang/crates.io-index"
104
 source = "registry+https://github.com/rust-lang/crates.io-index"
105
 dependencies = [
105
 dependencies = [
106
- "gleam 0.4.16 (registry+https://github.com/rust-lang/crates.io-index)",
106
+ "gleam 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)",
107
  "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
107
  "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
108
 ]
108
 ]
109
 
109
 
222
  "image 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)",
222
  "image 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)",
223
  "linked-hash-map 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
223
  "linked-hash-map 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
224
  "osmpbf 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
224
  "osmpbf 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
225
- "reqwest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
225
+ "reqwest 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
226
  "serde 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
226
  "serde 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
227
  "serde_derive 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
227
  "serde_derive 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
228
  "servo-glutin 0.13.3 (registry+https://github.com/rust-lang/crates.io-index)",
228
  "servo-glutin 0.13.3 (registry+https://github.com/rust-lang/crates.io-index)",
236
 
236
 
237
 [[package]]
237
 [[package]]
238
 name = "dwmapi-sys"
238
 name = "dwmapi-sys"
239
-version = "0.1.0"
239
+version = "0.1.1"
240
 source = "registry+https://github.com/rust-lang/crates.io-index"
240
 source = "registry+https://github.com/rust-lang/crates.io-index"
241
 dependencies = [
241
 dependencies = [
242
  "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
242
  "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
364
 
364
 
365
 [[package]]
365
 [[package]]
366
 name = "gleam"
366
 name = "gleam"
367
-version = "0.4.16"
367
+version = "0.4.17"
368
 source = "registry+https://github.com/rust-lang/crates.io-index"
368
 source = "registry+https://github.com/rust-lang/crates.io-index"
369
 dependencies = [
369
 dependencies = [
370
  "gl_generator 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
370
  "gl_generator 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
865
 
865
 
866
 [[package]]
866
 [[package]]
867
 name = "reqwest"
867
 name = "reqwest"
868
-version = "0.8.1"
868
+version = "0.8.2"
869
 source = "registry+https://github.com/rust-lang/crates.io-index"
869
 source = "registry+https://github.com/rust-lang/crates.io-index"
870
 dependencies = [
870
 dependencies = [
871
  "bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
871
  "bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
1010
  "cocoa 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
1010
  "cocoa 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
1011
  "core-foundation 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
1011
  "core-foundation 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
1012
  "core-graphics 0.12.4 (registry+https://github.com/rust-lang/crates.io-index)",
1012
  "core-graphics 0.12.4 (registry+https://github.com/rust-lang/crates.io-index)",
1013
- "dwmapi-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1013
+ "dwmapi-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1014
  "gdi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1014
  "gdi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1015
  "gl_generator 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
1015
  "gl_generator 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
1016
  "image 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
1016
  "image 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
1020
  "objc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
1020
  "objc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
1021
  "osmesa-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
1021
  "osmesa-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
1022
  "shared_library 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
1022
  "shared_library 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
1023
- "shell32-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1023
+ "shell32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
1024
  "user32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1024
  "user32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1025
  "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
1025
  "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
1026
  "x11-dl 2.17.1 (registry+https://github.com/rust-lang/crates.io-index)",
1026
  "x11-dl 2.17.1 (registry+https://github.com/rust-lang/crates.io-index)",
1037
 
1037
 
1038
 [[package]]
1038
 [[package]]
1039
 name = "shell32-sys"
1039
 name = "shell32-sys"
1040
-version = "0.1.1"
1040
+version = "0.1.2"
1041
 source = "registry+https://github.com/rust-lang/crates.io-index"
1041
 source = "registry+https://github.com/rust-lang/crates.io-index"
1042
 dependencies = [
1042
 dependencies = [
1043
  "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
1043
  "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
1313
 "checksum dbghelp-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "97590ba53bcb8ac28279161ca943a924d1fd4a8fb3fa63302591647c4fc5b850"
1313
 "checksum dbghelp-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "97590ba53bcb8ac28279161ca943a924d1fd4a8fb3fa63302591647c4fc5b850"
1314
 "checksum deflate 0.7.17 (registry+https://github.com/rust-lang/crates.io-index)" = "4dddda59aaab719767ab11d3efd9a714e95b610c4445d4435765021e9d52dfb1"
1314
 "checksum deflate 0.7.17 (registry+https://github.com/rust-lang/crates.io-index)" = "4dddda59aaab719767ab11d3efd9a714e95b610c4445d4435765021e9d52dfb1"
1315
 "checksum dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "09c3753c3db574d215cba4ea76018483895d7bff25a31b49ba45db21c48e50ab"
1315
 "checksum dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "09c3753c3db574d215cba4ea76018483895d7bff25a31b49ba45db21c48e50ab"
1316
-"checksum dwmapi-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "07c4c7cc7b396419bc0a4d90371d0cee16cb5053b53647d287c0b728000c41fe"
1316
+"checksum dwmapi-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b44b6442aeab12e609aee505bd1066bdfd36b79c3fe5aad604aae91537623e76"
1317
 "checksum either 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "740178ddf48b1a9e878e6d6509a1442a2d42fd2928aae8e7a6f8a36fb01981b3"
1317
 "checksum either 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "740178ddf48b1a9e878e6d6509a1442a2d42fd2928aae8e7a6f8a36fb01981b3"
1318
 "checksum enum_primitive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "be4551092f4d519593039259a9ed8daedf0da12e5109c5280338073eaeb81180"
1318
 "checksum enum_primitive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "be4551092f4d519593039259a9ed8daedf0da12e5109c5280338073eaeb81180"
1319
 "checksum error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff511d5dc435d703f4971bc399647c9bc38e20cb41452e3b9feb4765419ed3f3"
1319
 "checksum error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff511d5dc435d703f4971bc399647c9bc38e20cb41452e3b9feb4765419ed3f3"
1329
 "checksum gl 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0660ae8cc64fe83bab1ab77eacce0dc23f8e458f4498ccb52018d8c57ccc4234"
1329
 "checksum gl 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0660ae8cc64fe83bab1ab77eacce0dc23f8e458f4498ccb52018d8c57ccc4234"
1330
 "checksum gl_generator 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "75d69f914b49d9ff32fdf394cbd798f8c716d74fd19f9cc29da3e99797b2a78d"
1330
 "checksum gl_generator 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "75d69f914b49d9ff32fdf394cbd798f8c716d74fd19f9cc29da3e99797b2a78d"
1331
 "checksum gl_generator 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "04e3e0220a68b8875b5a311fe67ee3b76d3d9b719a92277aff0ec5bb5e7b0ec1"
1331
 "checksum gl_generator 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "04e3e0220a68b8875b5a311fe67ee3b76d3d9b719a92277aff0ec5bb5e7b0ec1"
1332
-"checksum gleam 0.4.16 (registry+https://github.com/rust-lang/crates.io-index)" = "6ffd049888bb226629574410d97c2e6709eed071416a193306d3cd32cc121c5a"
1332
+"checksum gleam 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)" = "6f4f9148004bdc641f47173769e2625d8dec7aafd3f8d808309aab8f2d7c5ee0"
1333
 "checksum httparse 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "af2f2dd97457e8fb1ae7c5a420db346af389926e36f43768b96f101546b04a07"
1333
 "checksum httparse 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "af2f2dd97457e8fb1ae7c5a420db346af389926e36f43768b96f101546b04a07"
1334
 "checksum hyper 0.11.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e0594792d2109069d0caffd176f674d770a84adf024c5bb48e686b1ee5ac7659"
1334
 "checksum hyper 0.11.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e0594792d2109069d0caffd176f674d770a84adf024c5bb48e686b1ee5ac7659"
1335
 "checksum hyper-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c81fa95203e2a6087242c38691a0210f23e9f3f8f944350bd676522132e2985"
1335
 "checksum hyper-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c81fa95203e2a6087242c38691a0210f23e9f3f8f944350bd676522132e2985"
1386
 "checksum rayon-core 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e64b609139d83da75902f88fd6c01820046840a18471e4dfcd5ac7c0f46bea53"
1386
 "checksum rayon-core 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e64b609139d83da75902f88fd6c01820046840a18471e4dfcd5ac7c0f46bea53"
1387
 "checksum redox_syscall 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)" = "ab105df655884ede59d45b7070c8a65002d921461ee813a024558ca16030eea0"
1387
 "checksum redox_syscall 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)" = "ab105df655884ede59d45b7070c8a65002d921461ee813a024558ca16030eea0"
1388
 "checksum relay 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f301bafeb60867c85170031bdb2fcf24c8041f33aee09e7b116a58d4e9f781c5"
1388
 "checksum relay 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f301bafeb60867c85170031bdb2fcf24c8041f33aee09e7b116a58d4e9f781c5"
1389
-"checksum reqwest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f73a8482e3b2b20ef5c07168b27048fc3778a012ce9b11a021556a450a01e9b5"
1389
+"checksum reqwest 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3161ca63fd11ce36c7718af239e6492a25a3dbfcec54240f959b9d816cf42413"
1390
 "checksum rustc-demangle 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "aee45432acc62f7b9a108cc054142dac51f979e69e71ddce7d6fc7adf29e817e"
1390
 "checksum rustc-demangle 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "aee45432acc62f7b9a108cc054142dac51f979e69e71ddce7d6fc7adf29e817e"
1391
 "checksum safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e27a8b19b835f7aea908818e871f5cc3a5a186550c30773be987e155e8163d8f"
1391
 "checksum safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e27a8b19b835f7aea908818e871f5cc3a5a186550c30773be987e155e8163d8f"
1392
 "checksum schannel 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "4330c2e874379fbd28fa67ba43239dbe8c7fb00662ceb1078bd37474f08bf5ce"
1392
 "checksum schannel 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "4330c2e874379fbd28fa67ba43239dbe8c7fb00662ceb1078bd37474f08bf5ce"
1403
 "checksum serde_urlencoded 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ce0fd303af908732989354c6f02e05e2e6d597152870f2c6990efb0577137480"
1403
 "checksum serde_urlencoded 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ce0fd303af908732989354c6f02e05e2e6d597152870f2c6990efb0577137480"
1404
 "checksum servo-glutin 0.13.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f5a0f8bf1b9904f47f3c191f2f7be6b1fdc8dc6e2e0d22934533c62cbe049793"
1404
 "checksum servo-glutin 0.13.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f5a0f8bf1b9904f47f3c191f2f7be6b1fdc8dc6e2e0d22934533c62cbe049793"
1405
 "checksum shared_library 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8254bf098ce4d8d7cc7cc6de438c5488adc5297e5b7ffef88816c0a91bd289c1"
1405
 "checksum shared_library 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8254bf098ce4d8d7cc7cc6de438c5488adc5297e5b7ffef88816c0a91bd289c1"
1406
-"checksum shell32-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "72f20b8f3c060374edb8046591ba28f62448c369ccbdc7b02075103fb3a9e38d"
1406
+"checksum shell32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9ee04b46101f57121c9da2b151988283b6beb79b34f5bb29a58ee48cb695122c"
1407
 "checksum siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0df90a788073e8d0235a67e50441d47db7c8ad9debd91cbf43736a2a92d36537"
1407
 "checksum siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0df90a788073e8d0235a67e50441d47db7c8ad9debd91cbf43736a2a92d36537"
1408
 "checksum slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17b4fcaed89ab08ef143da37bc52adbcc04d4a69014f4c1208d6b51f0c47bc23"
1408
 "checksum slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17b4fcaed89ab08ef143da37bc52adbcc04d4a69014f4c1208d6b51f0c47bc23"
1409
 "checksum slab 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fdeff4cd9ecff59ec7e3744cbca73dfe5ac35c2aedb2cfba8a1c715a18912e9d"
1409
 "checksum slab 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fdeff4cd9ecff59ec7e3744cbca73dfe5ac35c2aedb2cfba8a1c715a18912e9d"