-
Notifications
You must be signed in to change notification settings - Fork 649
Commit 3283448
committed
Auto merge of #1650 - jtgeibel:update/hyper, r=sgrif
`cargo update -p hyper --aggressive`
`hyper` and its dependencies are updated. The overlap with other
production functionality is fairly minimal and comes from compatible
bumps to fairly foundational crates. Below is a summary of the notable
overlap:
* `bitflags` - diesel, openssl
* `byteorder` - base64, diesel, libflate
* `hyper` - reqwest
* `lazy_staic` - openssl, ring, schannel, semver-parser
* `libc` - many crates, of course
* `time` - chrono, conduit_conditional_get, conduit_static, cookie, tar
The full output of the update command is below:
```
Updating arrayvec v0.4.7 -> v0.4.10
Updating bitflags v1.0.1 -> v1.0.4
Updating byteorder v1.1.0 -> v1.3.1
Updating bytes v0.4.8 -> v0.4.12
Updating cfg-if v0.1.2 -> v0.1.7
Updating crossbeam-deque v0.6.1 -> v0.7.1
Updating crossbeam-epoch v0.5.2 -> v0.7.1
Adding crossbeam-queue v0.1.2
Updating crossbeam-utils v0.5.0 -> v0.6.5
Adding fuchsia-cprng v0.1.1
Updating futures v0.1.24 -> v0.1.25
Updating futures-cpupool v0.1.7 -> v0.1.8
Updating h2 v0.1.12 -> v0.1.16
Updating http v0.1.13 -> v0.1.16
Updating httparse v1.2.3 -> v1.3.3
Updating hyper v0.12.10 -> v0.12.25
Updating indexmap v1.0.1 -> v1.0.2
Updating lazy_static v1.2.0 -> v1.3.0
Updating lazycell v0.6.0 -> v1.2.1
Updating libc v0.2.42 -> v0.2.50
Updating log v0.4.5 -> v0.4.6
Updating mio v0.6.14 -> v0.6.16
Updating net2 v0.2.32 -> v0.2.33
Updating nodrop v0.1.12 -> v0.1.13
Updating num_cpus v1.7.0 -> v1.10.0
Updating rand v0.5.5 -> v0.5.6
Removing rand_core v0.2.2
Updating redox_syscall v0.1.31 -> v0.1.51
Updating slab v0.4.1 -> v0.4.2
Updating string v0.1.0 -> v0.1.3
Updating time v0.1.38 -> v0.1.42
Updating tokio v0.1.8 -> v0.1.16
Updating tokio-codec v0.1.0 -> v0.1.1
Updating tokio-current-thread v0.1.1 -> v0.1.5
Updating tokio-executor v0.1.2 -> v0.1.6
Updating tokio-fs v0.1.3 -> v0.1.6
Updating tokio-io v0.1.8 -> v0.1.12
Updating tokio-reactor v0.1.1 -> v0.1.9
Adding tokio-sync v0.1.3
Updating tokio-tcp v0.1.0 -> v0.1.3
Updating tokio-threadpool v0.1.6 -> v0.1.12
Updating tokio-timer v0.2.6 -> v0.2.10
Updating tokio-udp v0.1.0 -> v0.1.3
Updating tokio-uds v0.2.1 -> v0.2.5
Updating winapi v0.3.5 -> v0.3.6
```File tree
Expand file treeCollapse file tree
1 file changed
+362
-329
lines changedFilter options
Expand file treeCollapse file tree
1 file changed
+362
-329
lines changed
0 commit comments