Update all dependencies #7

Merged
kjuulh merged 1 commits from renovate/all into main 2022-10-26 20:46:06 +02:00
Owner

This PR contains the following updates:

Package Type Update Change
serde (source) dependencies patch 1.0.143 -> 1.0.147
serde_json dependencies patch 1.0.83 -> 1.0.87
serde_yaml dependencies patch 0.9.9 -> 0.9.14

Release Notes

serde-rs/serde

v1.0.147

Compare Source

  • Add serde::de::value::EnumAccessDeserializer which transforms an EnumAccess into a Deserializer (#​2305)

v1.0.146

Compare Source

v1.0.145

Compare Source

v1.0.144

Compare Source

  • Change atomic ordering used by Serialize impl of atomic types to match ordering used by Debug impl of those same types (#​2263, thanks @​taiki-e)
serde-rs/json

v1.0.87

Compare Source

  • Add write_i128 and write_u128 methods to serde_json::Formatter to control the formatting of 128-bit integers (#​940, thanks @​Lucretiel)

v1.0.86

Compare Source

v1.0.85

Compare Source

  • Make Display for Number produce the same representation as serializing (#​919)

v1.0.84

Compare Source

  • Make Debug impl of serde_json::Value more compact (#​918)
dtolnay/serde-yaml

v0.9.14

Compare Source

  • Implement Deserializer for TaggedValue and &TaggedValue (#​339)

v0.9.13

Compare Source

  • Recognize True, TRUE, False, FALSE as booleans, Null, NULL as null (#​330)

v0.9.12

Compare Source

  • Support deserializing tagged literal scalar into primitive (#​327)

    "foo": !!int |-
      7200  
    

v0.9.11

Compare Source

  • Serialize strings on a single line when they do not already contain a newline character, regardless of string length (#​321, #​322)

v0.9.10

Compare Source

  • Make Display for Number produce the same representation as serializing (#​316)

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, click this checkbox.

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.143` -> `1.0.147` | | [serde_json](https://github.com/serde-rs/json) | dependencies | patch | `1.0.83` -> `1.0.87` | | [serde_yaml](https://github.com/dtolnay/serde-yaml) | dependencies | patch | `0.9.9` -> `0.9.14` | --- ### Release Notes <details> <summary>serde-rs/serde</summary> ### [`v1.0.147`](https://github.com/serde-rs/serde/releases/tag/v1.0.147) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.146...v1.0.147) - Add `serde::de::value::EnumAccessDeserializer` which transforms an `EnumAccess` into a `Deserializer` ([#&#8203;2305](https://github.com/serde-rs/serde/issues/2305)) ### [`v1.0.146`](https://github.com/serde-rs/serde/releases/tag/v1.0.146) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.145...v1.0.146) - Allow internally tagged newtype variant to contain unit ([#&#8203;2303](https://github.com/serde-rs/serde/issues/2303), thanks [@&#8203;tage64](https://github.com/tage64)) ### [`v1.0.145`](https://github.com/serde-rs/serde/releases/tag/v1.0.145) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.144...v1.0.145) - Allow RefCell\<T>, Mutex\<T>, and RwLock\<T> to be serialized regardless of whether T is `Sized` ([#&#8203;2282](https://github.com/serde-rs/serde/issues/2282), thanks [@&#8203;ChayimFriedman2](https://github.com/ChayimFriedman2)) ### [`v1.0.144`](https://github.com/serde-rs/serde/releases/tag/v1.0.144) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.143...v1.0.144) - Change atomic ordering used by Serialize impl of atomic types to match ordering used by Debug impl of those same types ([#&#8203;2263](https://github.com/serde-rs/serde/issues/2263), thanks [@&#8203;taiki-e](https://github.com/taiki-e)) </details> <details> <summary>serde-rs/json</summary> ### [`v1.0.87`](https://github.com/serde-rs/json/releases/tag/v1.0.87) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.86...v1.0.87) - Add `write_i128` and `write_u128` methods to `serde_json::Formatter` to control the formatting of 128-bit integers ([#&#8203;940](https://github.com/serde-rs/json/issues/940), thanks [@&#8203;Lucretiel](https://github.com/Lucretiel)) ### [`v1.0.86`](https://github.com/serde-rs/json/releases/tag/v1.0.86) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.85...v1.0.86) - Support `arbitrary_precision` feature even in no-std mode ([#&#8203;928](https://github.com/serde-rs/json/issues/928), thanks [@&#8203;kvinwang](https://github.com/kvinwang)) ### [`v1.0.85`](https://github.com/serde-rs/json/releases/tag/v1.0.85) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.84...v1.0.85) - Make `Display` for `Number` produce the same representation as serializing ([#&#8203;919](https://github.com/serde-rs/json/issues/919)) ### [`v1.0.84`](https://github.com/serde-rs/json/releases/tag/v1.0.84) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.83...v1.0.84) - Make `Debug` impl of `serde_json::Value` more compact ([#&#8203;918](https://github.com/serde-rs/json/issues/918)) </details> <details> <summary>dtolnay/serde-yaml</summary> ### [`v0.9.14`](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.14) [Compare Source](https://github.com/dtolnay/serde-yaml/compare/0.9.13...0.9.14) - Implement `Deserializer` for `TaggedValue` and `&TaggedValue` ([#&#8203;339](https://github.com/dtolnay/serde-yaml/issues/339)) ### [`v0.9.13`](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.13) [Compare Source](https://github.com/dtolnay/serde-yaml/compare/0.9.12...0.9.13) - Recognize `True`, `TRUE`, `False`, `FALSE` as booleans, `Null`, `NULL` as null ([#&#8203;330](https://github.com/dtolnay/serde-yaml/issues/330)) ### [`v0.9.12`](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.12) [Compare Source](https://github.com/dtolnay/serde-yaml/compare/0.9.11...0.9.12) - Support deserializing tagged literal scalar into primitive ([#&#8203;327](https://github.com/dtolnay/serde-yaml/issues/327)) ```yaml "foo": !!int |- 7200 ``` ### [`v0.9.11`](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.11) [Compare Source](https://github.com/dtolnay/serde-yaml/compare/0.9.10...0.9.11) - Serialize strings on a single line when they do not already contain a newline character, regardless of string length ([#&#8203;321](https://github.com/dtolnay/serde-yaml/issues/321), [#&#8203;322](https://github.com/dtolnay/serde-yaml/issues/322)) ### [`v0.9.10`](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.10) [Compare Source](https://github.com/dtolnay/serde-yaml/compare/0.9.9...0.9.10) - Make `Display` for `Number` produce the same representation as serializing ([#&#8203;316](https://github.com/dtolnay/serde-yaml/issues/316)) </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, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yNDEuMTEiLCJ1cGRhdGVkSW5WZXIiOiIzMi4yNDEuMTEifQ==-->
kjuulh added 1 commit 2022-10-26 20:23:35 +02:00
Update all dependencies
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
d0f21924b7
kjuulh merged commit d0f21924b7 into main 2022-10-26 20:46:06 +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/ruddle#7
No description provided.