Skip to content

Commit 46bec25

Browse files
fix(deps): update all cargo non-major packages >= 1.0 (#477)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [either](https://redirect.github.com/rayon-rs/either) | dependencies | minor | `1.13.0` -> `1.15.0` | | [semver](https://redirect.github.com/dtolnay/semver) | dependencies | patch | `1.0.24` -> `1.0.26` | | [serde](https://serde.rs) ([source](https://redirect.github.com/serde-rs/serde)) | dependencies | patch | `1.0.216` -> `1.0.218` | | [serde_json](https://redirect.github.com/serde-rs/json) | dev-dependencies | patch | `1.0.133` -> `1.0.140` | | [serde_json](https://redirect.github.com/serde-rs/json) | dependencies | patch | `1.0.133` -> `1.0.140` | | [serde_with](https://redirect.github.com/jonasbb/serde_with) | dependencies | minor | `3.11.0` -> `3.12.0` | --- ### Release Notes <details> <summary>rayon-rs/either (either)</summary> ### [`v1.15.0`](https://redirect.github.com/rayon-rs/either/compare/1.14.0...1.15.0) [Compare Source](https://redirect.github.com/rayon-rs/either/compare/1.14.0...1.15.0) ### [`v1.14.0`](https://redirect.github.com/rayon-rs/either/compare/1.13.0...1.14.0) [Compare Source](https://redirect.github.com/rayon-rs/either/compare/1.13.0...1.14.0) </details> <details> <summary>dtolnay/semver (semver)</summary> ### [`v1.0.26`](https://redirect.github.com/dtolnay/semver/releases/tag/1.0.26) [Compare Source](https://redirect.github.com/dtolnay/semver/compare/1.0.25...1.0.26) - Documentation improvements ### [`v1.0.25`](https://redirect.github.com/dtolnay/semver/releases/tag/1.0.25) [Compare Source](https://redirect.github.com/dtolnay/semver/compare/1.0.24...1.0.25) - Enable serde impls on play.rust-lang.org ([#&#8203;330](https://redirect.github.com/dtolnay/semver/issues/330), thanks [@&#8203;jofas](https://redirect.github.com/jofas)) </details> <details> <summary>serde-rs/serde (serde)</summary> ### [`v1.0.218`](https://redirect.github.com/serde-rs/serde/releases/tag/v1.0.218) [Compare Source](https://redirect.github.com/serde-rs/serde/compare/v1.0.217...v1.0.218) - Documentation improvements ### [`v1.0.217`](https://redirect.github.com/serde-rs/serde/releases/tag/v1.0.217) [Compare Source](https://redirect.github.com/serde-rs/serde/compare/v1.0.216...v1.0.217) - Support serializing externally tagged unit variant inside flattened field ([#&#8203;2786](https://redirect.github.com/serde-rs/serde/issues/2786), thanks [@&#8203;Mingun](https://redirect.github.com/Mingun)) </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.140`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.140) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.139...v1.0.140) - Documentation improvements ### [`v1.0.139`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.139) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.138...v1.0.139) - Documentation improvements ### [`v1.0.138`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.138) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.137...v1.0.138) - Documentation improvements ### [`v1.0.137`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.137) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.136...v1.0.137) - Turn on "float_roundtrip" and "unbounded_depth" features for serde_json in play.rust-lang.org ([#&#8203;1231](https://redirect.github.com/serde-rs/json/issues/1231)) ### [`v1.0.136`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.136) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.135...v1.0.136) - Optimize serde_json::value::Serializer::serialize_map by using Map::with_capacity ([#&#8203;1230](https://redirect.github.com/serde-rs/json/issues/1230), thanks [@&#8203;goffrie](https://redirect.github.com/goffrie)) ### [`v1.0.135`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.135) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.134...v1.0.135) - Add serde_json::Map::into_values method ([#&#8203;1226](https://redirect.github.com/serde-rs/json/issues/1226), thanks [@&#8203;tisonkun](https://redirect.github.com/tisonkun)) ### [`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>jonasbb/serde_with (serde_with)</summary> ### [`v3.12.0`](https://redirect.github.com/jonasbb/serde_with/releases/tag/v3.12.0): serde_with v3.12.0 [Compare Source](https://redirect.github.com/jonasbb/serde_with/compare/v3.11.0...v3.12.0) ##### Added - Add `with_suffix!` macro, which puts a suffix on every struct field by [@&#8203;fgardt](https://redirect.github.com/fgardt) ([#&#8203;381](https://redirect.github.com/jonasbb/serde_with/issues/381)/[#&#8203;797](https://redirect.github.com/jonasbb/serde_with/issues/797)) ##### Changed - Reformat all `Cargo.toml` files by [@&#8203;nyurik](https://redirect.github.com/nyurik) ([#&#8203;803](https://redirect.github.com/jonasbb/serde_with/issues/803)) - Better handle internal arithmetic and improve error messages ([#&#8203;809](https://redirect.github.com/jonasbb/serde_with/issues/809)/[#&#8203;810](https://redirect.github.com/jonasbb/serde_with/issues/810)/[#&#8203;811](https://redirect.github.com/jonasbb/serde_with/issues/811)) ##### Fixed - Generated schemas are not valid when using rust style names in ref by [@&#8203;waltronix](https://redirect.github.com/waltronix) ([#&#8203;798](https://redirect.github.com/jonasbb/serde_with/issues/798)/[#&#8203;799](https://redirect.github.com/jonasbb/serde_with/issues/799)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, 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/apollographql/federation-rs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTEuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 94ea4e8 commit 46bec25

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

Cargo.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)