Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cargo update -p hyper --aggressive #1650

Merged
merged 1 commit into from
Mar 8, 2019
Merged

Conversation

jtgeibel
Copy link
Member

@jtgeibel jtgeibel commented Mar 8, 2019

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

`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
```
@sgrif
Copy link
Contributor

sgrif commented Mar 8, 2019

@bors: r+

@bors
Copy link
Contributor

bors commented Mar 8, 2019

📌 Commit 96e245b has been approved by sgrif

@bors
Copy link
Contributor

bors commented Mar 8, 2019

⌛ Testing commit 96e245b with merge 3283448...

bors added a commit that referenced this pull request Mar 8, 2019
`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
```
@bors
Copy link
Contributor

bors commented Mar 8, 2019

☀️ Test successful - checks-travis
Approved by: sgrif
Pushing 3283448 to master...

@bors bors merged commit 96e245b into rust-lang:master Mar 8, 2019
@jtgeibel jtgeibel deleted the update/hyper branch March 9, 2019 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants