Skip to content

Commit 958b4ec

Browse files
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 [@&#8203;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 [@&#8203;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` ([#&#8203;1221](https://redirect.github.com/serde-rs/json/issues/1221), thanks [@&#8203;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!` ([#&#8203;1796](https://redirect.github.com/dtolnay/syn/issues/1796), [#&#8203;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 ([#&#8203;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 ([#&#8203;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 958b4ec

File tree

2 files changed

+26
-20
lines changed

2 files changed

+26
-20
lines changed

Cargo.lock

+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

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ edition = "2021"
77
crate-type = ["cdylib"]
88

99
[dependencies]
10-
zed_extension_api = "0.1"
10+
zed_extension_api = "0.2"

0 commit comments

Comments
 (0)