Skip to content

Bump version of most dependencies #1157

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

Merged
merged 5 commits into from
Nov 8, 2017

Conversation

jtgeibel
Copy link
Member

@jtgeibel jtgeibel commented Nov 2, 2017

This series of commits bumps many dependencies, with the exception of diesel (as I couldn't figure out how to update the reverse dependencies query). In particular, this switches from time to chrono in the cargo_registry_s3 crate.

I've also updated the contributing instructions for Ubuntu and Fedora to explicitly install pkg-config.

Overall this consolidates duplicate versions of `base64` and `chrono`.

The following commands were run:

```
cargo update -p openssl --aggressive
cargo update -p ammonia --aggressive
cargo update -p lettre --aggressive
cargo update -p tokio-core --aggressive
cargo update -p hyper --aggressive
cargo update -p itertools --aggressive
cargo update -p serde_derive -p serde_json -p filetime --aggressive
cargo update -p curl -p git2 --aggressive
cargo update -p backtrace -p cookie -p miniz-sys --aggressive
cargo update -p twoway -p schannel -p memchr:1.0.1 --aggressive
```
The old code used the local time which I've switched to Utc.  Otherwise the 822z
and 2822 format appear the same.
@jtgeibel jtgeibel changed the title Bump version of all dependencies Bump version of most dependencies Nov 8, 2017
@carols10cents
Copy link
Member

Looks great!! Thanks!!

bors: r+

bors-voyager bot added a commit that referenced this pull request Nov 8, 2017
1157: Bump version of most dependencies r=carols10cents

This series of commits bumps many dependencies, with the exception of diesel (as I couldn't figure out how to update the reverse dependencies query).  In particular, this switches from `time` to `chrono` in the `cargo_registry_s3` crate.

I've also updated the contributing instructions for Ubuntu and Fedora to explicitly install `pkg-config`.
@bors-voyager
Copy link
Contributor

bors-voyager bot commented Nov 8, 2017

Build succeeded

@bors-voyager bors-voyager bot merged commit ce5916d into rust-lang:master Nov 8, 2017
@jtgeibel jtgeibel deleted the bump-dep-versions branch November 9, 2017 04:57
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