-
Notifications
You must be signed in to change notification settings - Fork 599
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
`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: r+ |
📌 Commit 96e245b has been approved by |
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 ```
☀️ Test successful - checks-travis |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
hyper
and its dependencies are updated. The overlap with otherproduction functionality is fairly minimal and comes from compatible
bumps to fairly foundational crates. Below is a summary of the notable
overlap:
bitflags
- diesel, opensslbyteorder
- base64, diesel, libflatehyper
- reqwestlazy_staic
- openssl, ring, schannel, semver-parserlibc
- many crates, of coursetime
- chrono, conduit_conditional_get, conduit_static, cookie, tarThe full output of the update command is below: