Commit d204a32
fix(deps): update all non-major packages >= 1.0 (#2511)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [anyhow](https://togithub.com/dtolnay/anyhow) | dependencies | patch |
`1.0.68` -> `1.0.69` |
| [bytes](https://togithub.com/tokio-rs/bytes) | dependencies | minor |
`1.2.1` -> `1.4.0` |
| [clap](https://togithub.com/clap-rs/clap) | dependencies | patch |
`4.1.4` -> `4.1.6` |
| [insta](https://insta.rs/)
([source](https://togithub.com/mitsuhiko/insta)) | dev-dependencies |
minor | `1.26.0` -> `1.28.0` |
| [once_cell](https://togithub.com/matklad/once_cell) | dev-dependencies
| minor | `1.16.0` -> `1.17.1` |
| [once_cell](https://togithub.com/matklad/once_cell) | dependencies |
minor | `1.16.0` -> `1.17.1` |
| [regex](https://togithub.com/rust-lang/regex) | dependencies | minor |
`1.6.0` -> `1.7.1` |
| [serde](https://serde.rs)
([source](https://togithub.com/serde-rs/serde)) | dependencies | patch |
`1.0.149` -> `1.0.152` |
| [serde_json](https://togithub.com/serde-rs/json) | dependencies |
patch | `1.0.85` -> `1.0.93` |
| [tempfile](https://stebalien.com/projects/tempfile-rs/)
([source](https://togithub.com/Stebalien/tempfile)) | dev-dependencies |
minor | `3.3.0` -> `3.4.0` |
| [uuid](https://togithub.com/uuid-rs/uuid) | dependencies | minor |
`1.2.2` -> `1.3.0` |
---
### Release Notes
<details>
<summary>dtolnay/anyhow</summary>
### [`v1.0.69`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.69)
[Compare
Source](https://togithub.com/dtolnay/anyhow/compare/1.0.68...1.0.69)
- Documentation improvements
</details>
<details>
<summary>tokio-rs/bytes</summary>
###
[`v1.4.0`](https://togithub.com/tokio-rs/bytes/blob/HEAD/CHANGELOG.md#​140-January-31-2023)
[Compare
Source](https://togithub.com/tokio-rs/bytes/compare/v1.3.0...v1.4.0)
##### Added
- Make `IntoIter` constructor public
([#​581](https://togithub.com/tokio-rs/bytes/issues/581))
##### Fixed
- Avoid large reallocations when freezing `BytesMut`
([#​592](https://togithub.com/tokio-rs/bytes/issues/592))
##### Documented
- Document which functions require `std`
([#​591](https://togithub.com/tokio-rs/bytes/issues/591))
- Fix duplicate "the the" typos
([#​585](https://togithub.com/tokio-rs/bytes/issues/585))
###
[`v1.3.0`](https://togithub.com/tokio-rs/bytes/blob/HEAD/CHANGELOG.md#​130-November-20-2022)
[Compare
Source](https://togithub.com/tokio-rs/bytes/compare/v1.2.1...v1.3.0)
##### Added
- Rename and expose `BytesMut::spare_capacity_mut`
([#​572](https://togithub.com/tokio-rs/bytes/issues/572))
- Implement native-endian get and put functions for `Buf` and `BufMut`
([#​576](https://togithub.com/tokio-rs/bytes/issues/576))
##### Fixed
- Don't have important data in unused capacity when calling reserve
([#​563](https://togithub.com/tokio-rs/bytes/issues/563))
##### Documented
- `Bytes::new` etc should return `Self` not `Bytes`
([#​568](https://togithub.com/tokio-rs/bytes/issues/568))
</details>
<details>
<summary>clap-rs/clap</summary>
###
[`v4.1.6`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#​416---2023-02-15)
[Compare
Source](https://togithub.com/clap-rs/clap/compare/v4.1.5...v4.1.6)
##### Fixes
- *(help)* Don't show long help for `--help` just because hidden
possible values include a description
###
[`v4.1.5`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#​415---2023-02-15)
[Compare
Source](https://togithub.com/clap-rs/clap/compare/v4.1.4...v4.1.5)
##### Fixes
- *(help)* Don't show long help for `--help` just because a hidden arg
has a possible value with a description
</details>
<details>
<summary>mitsuhiko/insta</summary>
###
[`v1.28.0`](https://togithub.com/mitsuhiko/insta/blob/HEAD/CHANGELOG.md#​1280)
[Compare
Source](https://togithub.com/mitsuhiko/insta/compare/1.26.0...1.28.0)
- Added `allow_duplicates!` to enable multiple assertions for a
single snapshot.
([#​346](https://togithub.com/mitsuhiko/insta/issues/346))
- Ensure that expressions formatted with `rustfmt` use unix newlines.
- Added a way to disable diffing in review.
([#​348](https://togithub.com/mitsuhiko/insta/issues/348))
- Added three argument version of `glob!` to set a different base
path. ([#​347](https://togithub.com/mitsuhiko/insta/issues/347))
- Added `rounded_redaction` to truncate floating point values.
([#​350](https://togithub.com/mitsuhiko/insta/issues/350))
</details>
<details>
<summary>matklad/once_cell</summary>
###
[`v1.17.1`](https://togithub.com/matklad/once_cell/blob/HEAD/CHANGELOG.md#​1171)
[Compare
Source](https://togithub.com/matklad/once_cell/compare/v1.17.0...v1.17.1)
- Make `OnceRef` implementation compliant with [strict
provenance](https://togithub.com/rust-lang/rust/issues/95228).
###
[`v1.17.0`](https://togithub.com/matklad/once_cell/blob/HEAD/CHANGELOG.md#​1170)
[Compare
Source](https://togithub.com/matklad/once_cell/compare/v1.16.0...v1.17.0)
- Add `race::OnceRef` for storing a `&'a T`.
</details>
<details>
<summary>rust-lang/regex</summary>
###
[`v1.7.1`](https://togithub.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#​171-2023-01-09)
[Compare
Source](https://togithub.com/rust-lang/regex/compare/1.7.0...1.7.1)
\==================
This release was done principally to try and fix the doc.rs rendering
for the
regex crate.
Performance improvements:
- [PERF #​930](https://togithub.com/rust-lang/regex/pull/930):
Optimize `replacen`. This also applies to `replace`, but not
`replace_all`.
Bug fixes:
- [BUG #​945](https://togithub.com/rust-lang/regex/issues/945):
Maybe fix rustdoc rendering by just bumping a new release?
###
[`v1.7.0`](https://togithub.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#​170-2022-11-05)
[Compare
Source](https://togithub.com/rust-lang/regex/compare/1.6.0...1.7.0)
\==================
This release principally includes an upgrade to Unicode 15.
New features:
- [FEATURE
#​832](https://togithub.com/rust-lang/regex/issues/916):
Upgrade to Unicode 15.
</details>
<details>
<summary>serde-rs/serde</summary>
###
[`v1.0.152`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.152)
[Compare
Source](https://togithub.com/serde-rs/serde/compare/v1.0.151...v1.0.152)
- Documentation improvements
###
[`v1.0.151`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.151)
[Compare
Source](https://togithub.com/serde-rs/serde/compare/v1.0.150...v1.0.151)
- Update `serde::`{`ser`,`de`}`::StdError` to re-export
`core::error::Error` when serde is built with `feature="std"` **off**
and `feature="unstable"` **on**
([#​2344](https://togithub.com/serde-rs/serde/issues/2344))
###
[`v1.0.150`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.150)
[Compare
Source](https://togithub.com/serde-rs/serde/compare/v1.0.149...v1.0.150)
- Relax some trait bounds from the `Serialize` impl of `HashMap` and
`BTreeMap`
([#​2334](https://togithub.com/serde-rs/serde/issues/2334))
- Enable `Serialize` and `Deserialize` impls of `std::sync::atomic`
types on more platforms
([#​2337](https://togithub.com/serde-rs/serde/issues/2337), thanks
[@​badboy](https://togithub.com/badboy))
</details>
<details>
<summary>serde-rs/json</summary>
### [`v1.0.93`](https://togithub.com/serde-rs/json/releases/tag/v1.0.93)
[Compare
Source](https://togithub.com/serde-rs/json/compare/v1.0.92...v1.0.93)
- Support 128-bit integers in serde_json::to_value
([#​982](https://togithub.com/serde-rs/json/issues/982))
### [`v1.0.92`](https://togithub.com/serde-rs/json/releases/tag/v1.0.92)
[Compare
Source](https://togithub.com/serde-rs/json/compare/v1.0.91...v1.0.92)
- Documentation improvements
### [`v1.0.91`](https://togithub.com/serde-rs/json/releases/tag/v1.0.91)
[Compare
Source](https://togithub.com/serde-rs/json/compare/v1.0.90...v1.0.91)
- Opt out of `-Zrustdoc-scrape-examples` on docs.rs for now
### [`v1.0.90`](https://togithub.com/serde-rs/json/releases/tag/v1.0.90)
[Compare
Source](https://togithub.com/serde-rs/json/compare/v1.0.89...v1.0.90)
- Documentation improvements
### [`v1.0.89`](https://togithub.com/serde-rs/json/releases/tag/v1.0.89)
[Compare
Source](https://togithub.com/serde-rs/json/compare/v1.0.88...v1.0.89)
- Fix invalid JSON incorrectly accepted when a large number has no
digits after decimal point
([#​953](https://togithub.com/serde-rs/json/issues/953))
### [`v1.0.88`](https://togithub.com/serde-rs/json/releases/tag/v1.0.88)
[Compare
Source](https://togithub.com/serde-rs/json/compare/v1.0.87...v1.0.88)
- Optimize serde_json::Map's implementation of `append` and `clone_from`
([#​952](https://togithub.com/serde-rs/json/issues/952), thanks
[@​Lucretiel](https://togithub.com/Lucretiel))
### [`v1.0.87`](https://togithub.com/serde-rs/json/releases/tag/v1.0.87)
[Compare
Source](https://togithub.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
([#​940](https://togithub.com/serde-rs/json/issues/940), thanks
[@​Lucretiel](https://togithub.com/Lucretiel))
### [`v1.0.86`](https://togithub.com/serde-rs/json/releases/tag/v1.0.86)
[Compare
Source](https://togithub.com/serde-rs/json/compare/v1.0.85...v1.0.86)
- Support `arbitrary_precision` feature even in no-std mode
([#​928](https://togithub.com/serde-rs/json/issues/928), thanks
[@​kvinwang](https://togithub.com/kvinwang))
</details>
<details>
<summary>uuid-rs/uuid</summary>
### [`v1.3.0`](https://togithub.com/uuid-rs/uuid/releases/tag/1.3.0)
[Compare
Source](https://togithub.com/uuid-rs/uuid/compare/1.2.2...1.3.0)
#### What's Changed
- Fix error message. by
[@​basbossink-ds](https://togithub.com/basbossink-ds) in
[https://github.com/uuid-rs/uuid/pull/656](https://togithub.com/uuid-rs/uuid/pull/656)
- implement Arbitrary::size_hint by
[@​Ekleog](https://togithub.com/Ekleog) in
[https://github.com/uuid-rs/uuid/pull/657](https://togithub.com/uuid-rs/uuid/pull/657)
- Always use hyphenated format regardless of flags by
[@​KodrAus](https://togithub.com/KodrAus) in
[https://github.com/uuid-rs/uuid/pull/658](https://togithub.com/uuid-rs/uuid/pull/658)
- Update windows-sys requirement from 0.42.0 to 0.45.0 by
[@​dependabot](https://togithub.com/dependabot) in
[https://github.com/uuid-rs/uuid/pull/654](https://togithub.com/uuid-rs/uuid/pull/654)
- Prepare for 1.3.0 release by
[@​KodrAus](https://togithub.com/KodrAus) in
[https://github.com/uuid-rs/uuid/pull/659](https://togithub.com/uuid-rs/uuid/pull/659)
#### New Contributors
- [@​basbossink-ds](https://togithub.com/basbossink-ds) made their
first contribution in
[https://github.com/uuid-rs/uuid/pull/656](https://togithub.com/uuid-rs/uuid/pull/656)
- [@​Ekleog](https://togithub.com/Ekleog) made their first
contribution in
[https://github.com/uuid-rs/uuid/pull/657](https://togithub.com/uuid-rs/uuid/pull/657)
**Full Changelog**:
uuid-rs/uuid@1.2.2...1.3.0
</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://togithub.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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/apollographql/router).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTcuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE1Mi40In0=-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Geoffroy Couprie <geoffroy@apollographql.com>
Co-authored-by: Gary Pennington <gary@apollographql.com>1 parent feefbb3 commit d204a32
2 files changed
Lines changed: 14 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
| 166 | + | |
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
180 | | - | |
| 180 | + | |
181 | 181 | | |
182 | | - | |
| 182 | + | |
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
| 214 | + | |
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
236 | | - | |
237 | | - | |
| 236 | + | |
238 | 237 | | |
239 | | - | |
| 238 | + | |
240 | 239 | | |
241 | 240 | | |
242 | 241 | | |
243 | 242 | | |
244 | | - | |
| 243 | + | |
245 | 244 | | |
246 | 245 | | |
| 246 | + | |
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
| |||
0 commit comments