Update all dependencies #26

Merged
kjuulh merged 1 commits from renovate/all into main 2023-06-24 07:23:12 +02:00
Owner

This PR contains the following updates:

Package Type Update Change
serde (source) dependencies patch ^1.0.162 -> ^1.0.164
serde_json dependencies patch 1.0.96 -> 1.0.99
specs (source) dependencies minor 0.18.0 -> 0.19.0

Release Notes

serde-rs/serde

v1.0.164

Compare Source

v1.0.163

Compare Source

  • Eliminate build script from serde_derive crate to slightly reduce build time (#​2442, thanks @​taiki-e)
serde-rs/json

v1.0.99

Compare Source

v1.0.98

Compare Source

  • Update indexmap dependency used by "preserve_order" feature to version 2

v1.0.97

Compare Source

  • Add io_error_kind() method to serde_json::Error: fn io_error_kind(&self) -> Option<std::io::ErrorKind> (#​1026)
slide-rs/specs

v0.19.0

Compare Source

  • Bump MSRV to 1.65.0 (#​766)
  • Added index where entity deletion stopped to the error returned from WorldExt::delete_entities (#​766)
  • Fix bug where deleting an entity with the wrong generation could clear the components of an existing entity. (#​766)
  • Bump shred to version 0.14.1, MSRV to 1.60.0 (shred changelog, #​756)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [serde](https://serde.rs) ([source](https://github.com/serde-rs/serde)) | dependencies | patch | `^1.0.162` -> `^1.0.164` | | [serde_json](https://github.com/serde-rs/json) | dependencies | patch | `1.0.96` -> `1.0.99` | | [specs](https://specs.amethyst.rs) ([source](https://github.com/slide-rs/specs)) | dependencies | minor | `0.18.0` -> `0.19.0` | --- ### Release Notes <details> <summary>serde-rs/serde</summary> ### [`v1.0.164`](https://github.com/serde-rs/serde/releases/tag/v1.0.164) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.163...v1.0.164) - Allowed enum variants to be individually marked as untagged ([#&#8203;2403](https://github.com/serde-rs/serde/issues/2403), thanks [@&#8203;dewert99](https://github.com/dewert99)) ### [`v1.0.163`](https://github.com/serde-rs/serde/releases/tag/v1.0.163) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.162...v1.0.163) - Eliminate build script from serde_derive crate to slightly reduce build time ([#&#8203;2442](https://github.com/serde-rs/serde/issues/2442), thanks [@&#8203;taiki-e](https://github.com/taiki-e)) </details> <details> <summary>serde-rs/json</summary> ### [`v1.0.99`](https://github.com/serde-rs/json/releases/tag/v1.0.99) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.98...v1.0.99) - Support serializing serde's **option** type in a map key ([#&#8203;1030](https://github.com/serde-rs/json/issues/1030), thanks [@&#8203;LPGhatguy](https://github.com/LPGhatguy)) ### [`v1.0.98`](https://github.com/serde-rs/json/releases/tag/v1.0.98) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.97...v1.0.98) - Update indexmap dependency used by "preserve_order" feature to version 2 ### [`v1.0.97`](https://github.com/serde-rs/json/releases/tag/v1.0.97) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.96...v1.0.97) - Add `io_error_kind()` method to serde_json::Error: `fn io_error_kind(&self) -> Option<std::io::ErrorKind>` ([#&#8203;1026](https://github.com/serde-rs/json/issues/1026)) </details> <details> <summary>slide-rs/specs</summary> ### [`v0.19.0`](https://github.com/slide-rs/specs/blob/HEAD/CHANGELOG.md#&#8203;0190-2023-06-10) [Compare Source](https://github.com/slide-rs/specs/compare/v0.18.0...v0.19.0) - Bump MSRV to 1.65.0 ([#&#8203;766]) - Added index where entity deletion stopped to the error returned from `WorldExt::delete_entities` ([#&#8203;766]) - Fix bug where deleting an entity with the wrong generation could clear the components of an existing entity. ([#&#8203;766]) - Bump shred to version `0.14.1`, MSRV to 1.60.0 ([shred changelog][shred-changelog], [#&#8203;756]) [#&#8203;756]: https://github.com/amethyst/specs/pull/756 [#&#8203;766]: https://github.com/amethyst/specs/pull/766 [shred-changelog]: https://github.com/amethyst/shred/blob/6b754812e304cf6c63ba0364a82a7e0e5025aaa4/CHANGELOG.md#&#8203;0140-2022-07-12 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNjAuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE2MC4wIn0=-->
kjuulh changed title from Update Rust crate serde to ^1.0.163 to Update Rust crate serde to ^1.0.164 2023-06-08 07:56:08 +02:00
kjuulh force-pushed renovate/all from 0d779b53b3 to 7f51503b25 2023-06-08 07:56:11 +02:00 Compare
kjuulh changed title from Update Rust crate serde to ^1.0.164 to Update all dependencies 2023-06-10 19:49:19 +02:00
kjuulh force-pushed renovate/all from 7f51503b25 to 07ab113bee 2023-06-10 19:49:19 +02:00 Compare
kjuulh force-pushed renovate/all from 07ab113bee to 959c7f0f6f 2023-06-18 02:53:36 +02:00 Compare
kjuulh force-pushed renovate/all from 959c7f0f6f to 07a178134b 2023-06-24 06:33:50 +02:00 Compare
kjuulh force-pushed renovate/all from 07a178134b to 4a80e8cc8e 2023-06-24 06:58:31 +02:00 Compare
kjuulh merged commit 212f8d870d into main 2023-06-24 07:23:12 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjuulh/roguelike#26
No description provided.