-
Notifications
You must be signed in to change notification settings - Fork 649
Update serde crates and their dependencies #1657
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
Conversation
☔ The latest upstream changes (presumably #1656) made this pull request unmergeable. Please resolve the merge conflicts. |
@bors: r+ |
📌 Commit 8268a79 has been approved by |
🔒 Merge conflict This pull request and the master branch diverged in a way that cannot be automatically merged. Please rebase on top of the latest master branch, and let the reviewer approve again. How do I rebase?Assuming
You may also read Git Rebasing to Resolve Conflicts by Drew Blessing for a short tutorial. Please avoid the "Resolve conflicts" button on GitHub. It uses Sometimes step 4 will complete without asking for resolution. This is usually due to difference between how Error message
|
☔ The latest upstream changes (presumably #1664) made this pull request unmergeable. Please resolve the merge conflicts. |
…ive --aggressive` All serde crates and their dependencies are updated: ``` Updating dtoa v0.4.2 -> v0.4.3 Updating idna v0.1.4 -> v0.1.5 Removing itoa v0.3.4 Updating matches v0.1.6 -> v0.1.8 Removing num-traits v0.1.40 Adding num-traits v0.1.43 Adding num-traits v0.2.6 Updating percent-encoding v1.0.0 -> v1.0.1 Updating proc-macro2 v0.4.6 -> v0.4.27 Updating quote v0.6.3 -> v0.6.11 Adding ryu v0.2.7 Updating serde v1.0.80 -> v1.0.89 Updating serde_derive v1.0.80 -> v1.0.89 Updating serde_json v1.0.5 -> v1.0.39 Updating serde_urlencoded v0.5.3 -> v0.5.4 Updating syn v0.15.13 -> v0.15.29 Updating unicode-normalization v0.1.5 -> v0.1.8 Updating url v1.6.0 -> v1.7.2 ```
Rebased to resolve merge conflicts. @bors r+ |
📌 Commit c8a6f62 has been approved by |
Update serde crates and their dependencies `cargo update -p serde -p serde_json -p serde_urlencoded -p serde_derive --aggressive` All serde crates and their dependencies are updated: ``` Updating dtoa v0.4.2 -> v0.4.3 Updating idna v0.1.4 -> v0.1.5 Removing itoa v0.3.4 Updating matches v0.1.6 -> v0.1.8 Removing num-traits v0.1.40 Adding num-traits v0.1.43 Adding num-traits v0.2.6 Updating percent-encoding v1.0.0 -> v1.0.1 Updating proc-macro2 v0.4.6 -> v0.4.27 Updating quote v0.6.3 -> v0.6.11 Adding ryu v0.2.7 Updating serde v1.0.80 -> v1.0.89 Updating serde_derive v1.0.80 -> v1.0.89 Updating serde_json v1.0.5 -> v1.0.39 Updating serde_urlencoded v0.5.3 -> v0.5.4 Updating syn v0.15.13 -> v0.15.29 Updating unicode-normalization v0.1.5 -> v0.1.8 Updating url v1.6.0 -> v1.7.2 ```
☀️ Test successful - checks-travis |
cargo update -p serde -p serde_json -p serde_urlencoded -p serde_derive --aggressive
All serde crates and their dependencies are updated: