Skip to content

Commit d204a32

Browse files
renovate[bot]Geoffroy CouprieGary Pennington
authored
fix(deps): update all non-major packages >= 1.0 (#2511)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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#&#8203;140-January-31-2023) [Compare Source](https://togithub.com/tokio-rs/bytes/compare/v1.3.0...v1.4.0) ##### Added - Make `IntoIter` constructor public ([#&#8203;581](https://togithub.com/tokio-rs/bytes/issues/581)) ##### Fixed - Avoid large reallocations when freezing `BytesMut` ([#&#8203;592](https://togithub.com/tokio-rs/bytes/issues/592)) ##### Documented - Document which functions require `std` ([#&#8203;591](https://togithub.com/tokio-rs/bytes/issues/591)) - Fix duplicate "the the" typos ([#&#8203;585](https://togithub.com/tokio-rs/bytes/issues/585)) ### [`v1.3.0`](https://togithub.com/tokio-rs/bytes/blob/HEAD/CHANGELOG.md#&#8203;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` ([#&#8203;572](https://togithub.com/tokio-rs/bytes/issues/572)) - Implement native-endian get and put functions for `Buf` and `BufMut` ([#&#8203;576](https://togithub.com/tokio-rs/bytes/issues/576)) ##### Fixed - Don't have important data in unused capacity when calling reserve ([#&#8203;563](https://togithub.com/tokio-rs/bytes/issues/563)) ##### Documented - `Bytes::new` etc should return `Self` not `Bytes` ([#&#8203;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#&#8203;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#&#8203;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#&#8203;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. ([#&#8203;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. ([#&#8203;348](https://togithub.com/mitsuhiko/insta/issues/348)) - Added three argument version of `glob!` to set a different base path. ([#&#8203;347](https://togithub.com/mitsuhiko/insta/issues/347)) - Added `rounded_redaction` to truncate floating point values. ([#&#8203;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#&#8203;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#&#8203;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#&#8203;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 #&#8203;930](https://togithub.com/rust-lang/regex/pull/930): Optimize `replacen`. This also applies to `replace`, but not `replace_all`. Bug fixes: - [BUG #&#8203;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#&#8203;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 #&#8203;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** ([#&#8203;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` ([#&#8203;2334](https://togithub.com/serde-rs/serde/issues/2334)) - Enable `Serialize` and `Deserialize` impls of `std::sync::atomic` types on more platforms ([#&#8203;2337](https://togithub.com/serde-rs/serde/issues/2337), thanks [@&#8203;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 ([#&#8203;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 ([#&#8203;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` ([#&#8203;952](https://togithub.com/serde-rs/json/issues/952), thanks [@&#8203;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 ([#&#8203;940](https://togithub.com/serde-rs/json/issues/940), thanks [@&#8203;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 ([#&#8203;928](https://togithub.com/serde-rs/json/issues/928), thanks [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;KodrAus](https://togithub.com/KodrAus) in [https://github.com/uuid-rs/uuid/pull/659](https://togithub.com/uuid-rs/uuid/pull/659) #### New Contributors - [@&#8203;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) - [@&#8203;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

File tree

apollo-router-scaffold/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ license = "Elastic-2.0"
77
publish = false
88

99
[dependencies]
10-
anyhow = "1.0.68"
11-
clap = { version = "4.1.4", features = ["derive"] }
10+
anyhow = "1.0.69"
11+
clap = { version = "4.1.6", features = ["derive"] }
1212
cargo-scaffold = { version = "0.8.9", default-features = false }
1313
regex = "1"
1414
str_inflector = "0.12.0"
1515
toml = "0.5.11"
1616
[dev-dependencies]
17-
tempfile = "3.3.0"
17+
tempfile = "3.4.0"
1818
copy_dir = "0.1.2"

apollo-router/Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ features = ["docs_rs"]
5252
[dependencies]
5353
askama = "0.11.1"
5454
access-json = "0.1.0"
55-
anyhow = "1.0.68"
55+
anyhow = "1.0.69"
5656
apollo-compiler = "0.8.0"
5757
apollo-parser = "0.5.3"
5858
arc-swap = "1.6.0"
@@ -69,7 +69,7 @@ backtrace = "0.3.67"
6969
base64 = "0.20.0"
7070
buildstructor = "0.5.2"
7171
bytes = "1.4.0"
72-
clap = { version = "4.1.4", default-features = false, features = [
72+
clap = { version = "4.1.6", default-features = false, features = [
7373
"env",
7474
"derive",
7575
"std",
@@ -117,7 +117,7 @@ multimap = "0.8.3"
117117
# To avoid tokio issues
118118
notify = { version = "5.1.0", default-features = false, features=["macos_kqueue"] }
119119
nu-ansi-term = "0.47"
120-
once_cell = "1.16.0"
120+
once_cell = "1.17.1"
121121

122122
# Any package that starts with `opentelemetry` needs to be updated with care
123123
# because it is tightly intertwined with the `tracing` packages on account of
@@ -163,7 +163,7 @@ prost-types = "0.11.9"
163163
proteus = "0.5.0"
164164
rand = "0.8.5"
165165
rhai = { version = "1.12.0", features = ["sync", "serde", "internals"] }
166-
regex = "1.6.0"
166+
regex = "1.7.1"
167167
reqwest = { version = "0.11.18", default-features = false, features = [
168168
"rustls-tls",
169169
"rustls-native-certs",
@@ -177,9 +177,9 @@ rustls-pemfile = "1.0.2"
177177
schemars = { version = "0.8.12", features = ["url"] }
178178
shellexpand = "3.0.0"
179179
sha2 = "0.10.6"
180-
serde = { version = "1.0.149", features = ["derive", "rc"] }
180+
serde = { version = "1.0.152", features = ["derive", "rc"] }
181181
serde_json_bytes = { version = "0.2.1", features = ["preserve_order"] }
182-
serde_json = { version = "1.0.85", features = ["preserve_order"] }
182+
serde_json = { version = "1.0.93", features = ["preserve_order"] }
183183
serde_urlencoded = "0.7.1"
184184
serde_yaml = "0.8.26"
185185
static_assertions = "1.1.0"
@@ -211,7 +211,7 @@ tracing-opentelemetry = "0.18.0"
211211
tracing-subscriber = { version = "0.3.11", features = ["env-filter", "json"] }
212212
url = { version = "2.3.1", features = ["serde"] }
213213
urlencoding = "2.1.2"
214-
uuid = { version = "1.1.2", features = ["serde", "v4"] }
214+
uuid = { version = "1.3.0", features = ["serde", "v4"] }
215215
yaml-rust = "0.4.5"
216216
wsl = "0.1.0"
217217
tokio-rustls = "0.23.4"
@@ -233,17 +233,17 @@ tikv-jemallocator = "0.5"
233233

234234
[dev-dependencies]
235235
ecdsa = { version = "0.15.1", features = ["signing", "pem", "pkcs8"] }
236-
fred = "6.0.0-beta.2"
237-
redis = { version = "0.21.7", features = ["tokio-comp"] }
236+
fred = { version = "6.0.0", features = ["enable-rustls", "no-client-setname"] }
238237
futures-test = "0.3.28"
239-
insta = { version = "1.26.0", features = ["json", "redactions", "yaml"] }
238+
insta = { version = "1.28.0", features = ["json", "redactions", "yaml"] }
240239
introspector-gadget = "0.2.1"
241240
maplit = "1.0.2"
242241
memchr = { version = "2.5.0", default-features = false }
243242
mockall = "0.11.4"
244-
once_cell = "1.16.0"
243+
once_cell = "1.17.1"
245244
p256 = "0.12.0"
246245
rand_core = "0.6.4"
246+
redis = { version = "0.21.7", features = ["tokio-comp"] }
247247
reqwest = { version = "0.11.18", default-features = false, features = [
248248
"json",
249249
"stream",

0 commit comments

Comments
 (0)