-
Notifications
You must be signed in to change notification settings - Fork 24
Commit 46bec25
authored
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
([#​330](https://redirect.github.com/dtolnay/semver/issues/330),
thanks [@​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
([#​2786](https://redirect.github.com/serde-rs/serde/issues/2786),
thanks [@​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
([#​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
([#​1230](https://redirect.github.com/serde-rs/json/issues/1230),
thanks [@​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
([#​1226](https://redirect.github.com/serde-rs/json/issues/1226),
thanks [@​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`
([#​1221](https://redirect.github.com/serde-rs/json/issues/1221),
thanks [@​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
[@​fgardt](https://redirect.github.com/fgardt)
([#​381](https://redirect.github.com/jonasbb/serde_with/issues/381)/[#​797](https://redirect.github.com/jonasbb/serde_with/issues/797))
##### Changed
- Reformat all `Cargo.toml` files by
[@​nyurik](https://redirect.github.com/nyurik)
([#​803](https://redirect.github.com/jonasbb/serde_with/issues/803))
- Better handle internal arithmetic and improve error messages
([#​809](https://redirect.github.com/jonasbb/serde_with/issues/809)/[#​810](https://redirect.github.com/jonasbb/serde_with/issues/810)/[#​811](https://redirect.github.com/jonasbb/serde_with/issues/811))
##### Fixed
- Generated schemas are not valid when using rust style names in ref by
[@​waltronix](https://redirect.github.com/waltronix)
([#​798](https://redirect.github.com/jonasbb/serde_with/issues/798)/[#​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 46bec25Copy full SHA for 46bec25
File tree
Expand file treeCollapse file tree
1 file changed
+14
-14
lines changedFilter options
Expand file treeCollapse file tree
1 file changed
+14
-14
lines changed+14-14Lines 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