-
Notifications
You must be signed in to change notification settings - Fork 611
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
Update chrono, dotenv, num-*, migrations_macros, and derive_deref #1917
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
I've added a commit bumping |
This allows us to drop some old versions of `quote`, `syn`, `synom`, and `unicode-xid`.
I've added a final commit that bumps |
Nice! @bors r+ |
📌 Commit 1f25bda has been approved by |
Update chrono, dotenv, num-*, migrations_macros, and derive_deref Overall, this drops 16 old versions of dependencies. The `num-*` crates are on the list at #1805, but overall I think this is low risk to deploy together. * `cargo update -p num -p num-iter -p num-traits --aggressive` * `cargo update -p chrono` * `cargo update -p migrations_macros -p derive_deref` * Update to latest `dotenv`
☀️ Test successful - checks-travis |
Overall, this drops 16 old versions of dependencies. The
num-*
crates are on the list at #1805, but overall I think this is low risk to deploy together.cargo update -p num -p num-iter -p num-traits --aggressive
cargo update -p chrono
cargo update -p migrations_macros -p derive_deref
dotenv