Skip to content

Commit

Permalink
Merge #16 #17
Browse files Browse the repository at this point in the history
16: Update Rust crate lsp-types to 0.89.1 r=oberblastmeister a=renovate[bot]

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [lsp-types](https://crates.io/crates/lsp-types) | dependencies | patch | `0.89.0` -> `0.89.1` |

---

### Configuration

📅 **Schedule**: "before 3am on the first day of the month" (UTC).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻️ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/oberblastmeister/lua-analyzer).

17: Update Rust crate proc-macro2 to 1.0.27 r=oberblastmeister a=renovate[bot]

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [proc-macro2](https://crates.io/crates/proc-macro2) | dependencies | patch | `1.0.24` -> `1.0.27` |

---

### Configuration

📅 **Schedule**: "before 3am on the first day of the month" (UTC).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻️ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/oberblastmeister/lua-analyzer).

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
bors[bot] and renovate-bot authored Jun 1, 2021
3 parents 3dc8053 + 9afe982 + aeb9112 commit 41d2f38
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/lua-analyzer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ crossbeam-channel = "0.5.1"
directories-next = "2.0.0"
log = "0.4.14"
lsp-server = "0.5.1"
lsp-types = "0.89.0"
lsp-types = "0.89.1"
parking_lot = "0.11.1"
rayon = "1.5.1"
rustc-hash = "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false
anyhow = "1.0.40"
flate2 = "1.0.20"
heck = "0.3.2"
proc-macro2 = "1.0.24"
proc-macro2 = "1.0.27"
quote = "1.0.9"
serde = { version = "1.0.126", features = ["derive"] }
syn = "1.0.72"
Expand Down

0 comments on commit 41d2f38

Please sign in to comment.