-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit 958b4ec
authored
fix(deps): update dependencies (#77)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [console](https://redirect.github.com/console-rs/console) |
workspace.dependencies | patch | `0.15.8` -> `0.15.10` |
| [serde_json](https://redirect.github.com/serde-rs/json) |
workspace.dependencies | patch | `1.0.133` -> `1.0.134` |
| [syn](https://redirect.github.com/dtolnay/syn) |
workspace.dependencies | patch | `2.0.90` -> `2.0.91` |
| [thiserror](https://redirect.github.com/dtolnay/thiserror) |
workspace.dependencies | patch | `2.0.7` -> `2.0.9` |
| [zed_extension_api](https://redirect.github.com/zed-industries/zed) |
dependencies | minor | `0.1` -> `0.2` |
---
### Release Notes
<details>
<summary>console-rs/console (console)</summary>
###
[`v0.15.10`](https://redirect.github.com/console-rs/console/releases/tag/0.15.10)
[Compare
Source](https://redirect.github.com/console-rs/console/compare/0.15.9...0.15.10)
#### What's Changed
- Remove MSRV badge from README by
[@​djc](https://redirect.github.com/djc) in
[https://github.com/console-rs/console/pull/228](https://redirect.github.com/console-rs/console/pull/228)
###
[`v0.15.9`](https://redirect.github.com/console-rs/console/releases/tag/0.15.9)
[Compare
Source](https://redirect.github.com/console-rs/console/compare/0.15.8...0.15.9)
#### What's Changed
- Update dependencies by [@​djc](https://redirect.github.com/djc)
in
[https://github.com/console-rs/console/pull/227](https://redirect.github.com/console-rs/console/pull/227)
</details>
<details>
<summary>serde-rs/json (serde_json)</summary>
###
[`v1.0.134`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.134)
[Compare
Source](https://redirect.github.com/serde-rs/json/compare/v1.0.133...v1.0.134)
- Add `RawValue` associated constants for literal `null`, `true`,
`false`
([#​1221](https://redirect.github.com/serde-rs/json/issues/1221),
thanks [@​bheylin](https://redirect.github.com/bheylin))
</details>
<details>
<summary>dtolnay/syn (syn)</summary>
###
[`v2.0.91`](https://redirect.github.com/dtolnay/syn/releases/tag/2.0.91)
[Compare
Source](https://redirect.github.com/dtolnay/syn/compare/2.0.90...2.0.91)
- Support parsing `Vec<Arm>` using `parse_quote!`
([#​1796](https://redirect.github.com/dtolnay/syn/issues/1796),
[#​1797](https://redirect.github.com/dtolnay/syn/issues/1797))
</details>
<details>
<summary>dtolnay/thiserror (thiserror)</summary>
###
[`v2.0.9`](https://redirect.github.com/dtolnay/thiserror/releases/tag/2.0.9)
[Compare
Source](https://redirect.github.com/dtolnay/thiserror/compare/2.0.8...2.0.9)
- Work around `missing_inline_in_public_items` clippy restriction being
triggered in macro-generated code
([#​404](https://redirect.github.com/dtolnay/thiserror/issues/404))
###
[`v2.0.8`](https://redirect.github.com/dtolnay/thiserror/releases/tag/2.0.8)
[Compare
Source](https://redirect.github.com/dtolnay/thiserror/compare/2.0.7...2.0.8)
- Improve support for macro-generated `derive(Error)` call sites
([#​399](https://redirect.github.com/dtolnay/thiserror/issues/399))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 9am on monday" (UTC),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/keithamus/hdx).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44MC4wIiwidXBkYXRlZEluVmVyIjoiMzkuODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 39eb484 commit 958b4ecCopy full SHA for 958b4ec
2 files changed
+26
-20
lines changed+25-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
packages/hdx_zed/Cargo.toml
Copy file name to clipboardexpand all lines: packages/hdx_zed/Cargo.toml+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + |
0 commit comments