This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 256
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
mati865
pushed a commit
to mati865/rls
that referenced
this pull request
Jun 7, 2019
…7, r=Xanewok Bump serde from 1.0.85 to 1.0.87 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.85 to 1.0.87. <details> <summary>Release notes</summary> *Sourced from [serde's releases](https://github.com/serde-rs/serde/releases).* > ## v1.0.87 > - Fix inclusion of tag in struct containing flattened fields ([rust-lang#1468](https://github-redirect.dependabot.com/serde-rs/serde/issues/1468), thanks [**jwillbold**](https://github.com/jwillbold)) > > ## v1.0.86 > - Implement Serialize and Deserialize for core::ops::Bound\<T\> ([rust-lang#1466](https://github-redirect.dependabot.com/serde-rs/serde/issues/1466), thanks [**0nkery**](https://github.com/0nkery)) </details> <details> <summary>Commits</summary> - [`134f268`](serde-rs/serde@134f268) Release 1.0.87 - [`c473633`](serde-rs/serde@c473633) Format with rustfmt 2018-12-10 - [`6a3a820`](serde-rs/serde@6a3a820) Merge pull request [rust-lang#1474](https://github-redirect.dependabot.com/serde-rs/serde/issues/1474) from jwillbold/master - [`1d6ef76`](serde-rs/serde@1d6ef76) Fixed [rust-lang#1468](https://github-redirect.dependabot.com/serde-rs/serde/issues/1468), flattened struct fields made structs ignore their tag - [`c8e3959`](serde-rs/serde@c8e3959) Release 1.0.86 - [`796f412`](serde-rs/serde@796f412) Document that Bound<T> impls exist - [`fa854a2`](serde-rs/serde@fa854a2) Format with rustfmt 2018-12-10 - [`3a097ff`](serde-rs/serde@3a097ff) Deserialize Bound::Unbounded as unit variant - [`8463bfc`](serde-rs/serde@8463bfc) Remove as yet unrequested range impls - [`7a72b4c`](serde-rs/serde@7a72b4c) Merge pull request [rust-lang#1466](https://github-redirect.dependabot.com/serde-rs/serde/issues/1466) from 0nkery/master - Additional commits viewable in [compare view](serde-rs/serde@v1.0.85...v1.0.87) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=serde&package-manager=cargo&previous-version=1.0.85&new-version=1.0.87)](https://dependabot.com/compatibility-score.html?dependency-name=serde&package-manager=cargo&previous-version=1.0.85&new-version=1.0.87) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
mati865
pushed a commit
to mati865/rls
that referenced
this pull request
Jun 7, 2019
…e-1.0.87, r=Xanewok Bump serde_derive from 1.0.85 to 1.0.87 Bumps [serde_derive](https://github.com/serde-rs/serde) from 1.0.85 to 1.0.87. <details> <summary>Release notes</summary> *Sourced from [serde_derive's releases](https://github.com/serde-rs/serde/releases).* > ## v1.0.87 > - Fix inclusion of tag in struct containing flattened fields ([rust-lang#1468](https://github-redirect.dependabot.com/serde-rs/serde/issues/1468), thanks [**jwillbold**](https://github.com/jwillbold)) > > ## v1.0.86 > - Implement Serialize and Deserialize for core::ops::Bound\<T\> ([rust-lang#1466](https://github-redirect.dependabot.com/serde-rs/serde/issues/1466), thanks [**0nkery**](https://github.com/0nkery)) </details> <details> <summary>Commits</summary> - [`134f268`](serde-rs/serde@134f268) Release 1.0.87 - [`c473633`](serde-rs/serde@c473633) Format with rustfmt 2018-12-10 - [`6a3a820`](serde-rs/serde@6a3a820) Merge pull request [rust-lang#1474](https://github-redirect.dependabot.com/serde-rs/serde/issues/1474) from jwillbold/master - [`1d6ef76`](serde-rs/serde@1d6ef76) Fixed [rust-lang#1468](https://github-redirect.dependabot.com/serde-rs/serde/issues/1468), flattened struct fields made structs ignore their tag - [`c8e3959`](serde-rs/serde@c8e3959) Release 1.0.86 - [`796f412`](serde-rs/serde@796f412) Document that Bound<T> impls exist - [`fa854a2`](serde-rs/serde@fa854a2) Format with rustfmt 2018-12-10 - [`3a097ff`](serde-rs/serde@3a097ff) Deserialize Bound::Unbounded as unit variant - [`8463bfc`](serde-rs/serde@8463bfc) Remove as yet unrequested range impls - [`7a72b4c`](serde-rs/serde@7a72b4c) Merge pull request [rust-lang#1466](https://github-redirect.dependabot.com/serde-rs/serde/issues/1466) from 0nkery/master - Additional commits viewable in [compare view](serde-rs/serde@v1.0.85...v1.0.87) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=serde_derive&package-manager=cargo&previous-version=1.0.85&new-version=1.0.87)](https://dependabot.com/compatibility-score.html?dependency-name=serde_derive&package-manager=cargo&previous-version=1.0.85&new-version=1.0.87) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
☔ The latest upstream changes (presumably #1478) made this pull request unmergeable. Please resolve the merge conflicts. |
* cargo -> 545f354 * cargo_metadata -> 0.8 * jsonrpc-core -> 12 * lsp-types -> =0.57.2 * rustc_tools_util -> 0.2 * cargo update
@bors r+ |
📌 Commit f2f4c35 has been approved by |
bors
added a commit
that referenced
this pull request
Jun 8, 2019
Update dependencies * cargo -> `545f354` * cargo_metadata -> `0.8` * jsonrpc-core -> `12` * lsp-types -> `=0.57.2` _(pinned as "proposed" feature can cause any change to break)_ * rustc_tools_util -> `0.2` * _cargo update_ ``` Updating aho-corasick v0.6.9 -> v0.7.3 Adding annotate-snippets v0.5.0 Updating arc-swap v0.3.7 -> v0.3.11 Updating autocfg v0.1.2 -> v0.1.4 Updating backtrace v0.3.13 -> v0.3.30 Updating bitflags v1.0.4 -> v1.1.0 Adding bstr v0.1.4 Updating bytes v0.4.11 -> v0.4.12 Adding cargo v0.38.0 (https://github.com/rust-lang/cargo?rev=545f354259be4e9745ea00a524c0e4c51df01aa6#545f3542) Removing cargo v0.37.0 (https://github.com/rust-lang/cargo?rev=d56af31df1fbe45105ccd3b633297b2bc61e7405#d56af31d) Updating cargo_metadata v0.7.1 -> v0.7.4 Updating cc v1.0.29 -> v1.0.37 Updating cfg-if v0.1.6 -> v0.1.9 Updating clap v2.32.0 -> v2.33.0 Updating core-foundation v0.6.3 -> v0.6.4 Adding crates-io v0.26.0 (https://github.com/rust-lang/cargo?rev=545f354259be4e9745ea00a524c0e4c51df01aa6#545f3542) Removing crates-io v0.25.0 (https://github.com/rust-lang/cargo?rev=d56af31df1fbe45105ccd3b633297b2bc61e7405#d56af31d) Updating crc32fast v1.1.2 -> v1.2.0 Removing crossbeam v0.6.0 Updating crossbeam-deque v0.6.3 -> v0.7.1 Adding crossbeam-queue v0.1.2 Updating curl v0.4.21 -> v0.4.22 Updating either v1.5.0 -> v1.5.2 Updating env_logger v0.6.0 -> v0.6.1 Updating error-chain v0.12.0 -> v0.12.1 Updating filetime v0.2.4 -> v0.2.6 Updating flate2 v1.0.6 -> v1.0.7 Updating futures v0.1.25 -> v0.1.27 Updating getopts v0.2.18 -> v0.2.19 Updating globset v0.4.2 -> v0.4.3 Updating http v0.1.16 -> v0.1.17 Updating ignore v0.4.6 -> v0.4.7 Updating im-rc v12.3.0 -> v13.0.0 Updating itoa v0.4.3 -> v0.4.4 Updating json v0.11.13 -> v0.11.14 Updating jsonrpc-core v10.0.1 -> v12.0.0 Updating lazy_static v1.2.0 -> v1.3.0 Updating libc v0.2.48 -> v0.2.58 Updating lsp-types v0.57.0 -> v0.57.2 Updating miniz-sys v0.1.11 -> v0.1.12 Updating mio v0.6.16 -> v0.6.19 Updating num-derive v0.2.4 -> v0.2.5 Updating num-traits v0.2.6 -> v0.2.8 Updating num_cpus v1.9.0 -> v1.10.0 Adding numtoa v0.1.0 Updating openssl v0.10.16 -> v0.10.23 Updating openssl-sys v0.9.43 -> v0.9.47 Updating proc-macro2 v0.4.27 -> v0.4.30 Updating quote v0.6.11 -> v0.6.12 Updating rand_jitter v0.1.3 -> v0.1.4 Updating rand_os v0.1.2 -> v0.1.3 Updating rand_pcg v0.1.1 -> v0.1.2 Updating redox_syscall v0.1.51 -> v0.1.54 Updating regex v1.1.0 -> v1.1.6 Updating regex-syntax v0.6.5 -> v0.6.6 Updating rustc-demangle v0.1.13 -> v0.1.15 Updating rustc_tools_util v0.1.1 -> v0.2.0 Updating rustfix v0.4.4 -> v0.4.5 Updating rustfmt-nightly v1.2.0 -> v1.2.2 Updating ryu v0.2.7 -> v0.2.8 Updating schannel v0.1.14 -> v0.1.15 Updating serde v1.0.87 -> v1.0.92 Updating serde_derive v1.0.87 -> v1.0.92 Updating serde_json v1.0.38 -> v1.0.39 Updating signal-hook v0.1.7 -> v0.1.9 Adding signal-hook-registry v1.0.1 Adding sized-chunks v0.3.0 Updating smallvec v0.6.8 -> v0.6.9 Updating socket2 v0.3.8 -> v0.3.9 Adding strip-ansi-escapes v0.1.0 Updating strsim v0.7.0 -> v0.8.0 Updating syn v0.15.26 -> v0.15.34 Updating synstructure v0.10.1 -> v0.10.2 Updating tar v0.4.20 -> v0.4.26 Updating tempfile v3.0.6 -> v3.0.8 Updating term v0.5.1 -> v0.5.2 Updating termcolor v1.0.4 -> v1.0.5 Updating termion v1.5.1 -> v1.5.2 Updating textwrap v0.10.0 -> v0.11.0 Updating tokio v0.1.15 -> v0.1.21 Updating tokio-current-thread v0.1.4 -> v0.1.6 Updating tokio-executor v0.1.6 -> v0.1.7 Updating tokio-fs v0.1.5 -> v0.1.6 Updating tokio-io v0.1.11 -> v0.1.12 Updating tokio-reactor v0.1.8 -> v0.1.9 Updating tokio-sync v0.1.1 -> v0.1.6 Updating tokio-threadpool v0.1.11 -> v0.1.14 Updating tokio-timer v0.2.10 -> v0.2.11 Adding tokio-trace-core v0.2.0 Removing toml v0.4.10 Removing toml v0.5.0 Adding toml v0.5.1 Updating unicode-segmentation v1.2.1 -> v1.3.0 Removing unreachable v1.0.0 Adding utf8parse v0.1.1 Removing void v1.0.2 Adding vte v0.3.3 Updating winapi v0.3.6 -> v0.3.7 ```
☀️ Test successful - checks-travis |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
545f354
0.8
12
=0.57.2
(pinned as "proposed" feature can cause any change to break)0.2