Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all non-major packages >= 1.0 #2511

Merged
merged 4 commits into from
May 31, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 31, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
anyhow dependencies patch 1.0.68 -> 1.0.69
bytes dependencies minor 1.2.1 -> 1.4.0
clap dependencies patch 4.1.4 -> 4.1.6
insta (source) dev-dependencies minor 1.26.0 -> 1.28.0
once_cell dev-dependencies minor 1.16.0 -> 1.17.1
once_cell dependencies minor 1.16.0 -> 1.17.1
regex dependencies minor 1.6.0 -> 1.7.1
serde (source) dependencies patch 1.0.149 -> 1.0.152
serde_json dependencies patch 1.0.85 -> 1.0.93
tempfile (source) dev-dependencies minor 3.3.0 -> 3.4.0
uuid dependencies minor 1.2.2 -> 1.3.0

Release Notes

dtolnay/anyhow

v1.0.69

Compare Source

  • Documentation improvements
tokio-rs/bytes

v1.4.0

Compare Source

Added
  • Make IntoIter constructor public (#​581)
Fixed
  • Avoid large reallocations when freezing BytesMut (#​592)
Documented
  • Document which functions require std (#​591)
  • Fix duplicate "the the" typos (#​585)

v1.3.0

Compare Source

Added
  • Rename and expose BytesMut::spare_capacity_mut (#​572)
  • Implement native-endian get and put functions for Buf and BufMut (#​576)
Fixed
  • Don't have important data in unused capacity when calling reserve (#​563)
Documented
  • Bytes::new etc should return Self not Bytes (#​568)
clap-rs/clap

v4.1.6

Compare Source

Fixes
  • (help) Don't show long help for --help just because hidden possible values include a description

v4.1.5

Compare Source

Fixes
  • (help) Don't show long help for --help just because a hidden arg has a possible value with a description
mitsuhiko/insta

v1.28.0

Compare Source

  • Added allow_duplicates! to enable multiple assertions for a
    single snapshot. (#​346)
  • Ensure that expressions formatted with rustfmt use unix newlines.
  • Added a way to disable diffing in review. (#​348)
  • Added three argument version of glob! to set a different base
    path. (#​347)
  • Added rounded_redaction to truncate floating point values. (#​350)
matklad/once_cell

v1.17.1

Compare Source

v1.17.0

Compare Source

  • Add race::OnceRef for storing a &'a T.
rust-lang/regex

v1.7.1

Compare Source

==================
This release was done principally to try and fix the doc.rs rendering for the
regex crate.

Performance improvements:

  • PERF #​930:
    Optimize replacen. This also applies to replace, but not replace_all.

Bug fixes:

  • BUG #​945:
    Maybe fix rustdoc rendering by just bumping a new release?

v1.7.0

Compare Source

==================
This release principally includes an upgrade to Unicode 15.

New features:

serde-rs/serde

v1.0.152

Compare Source

  • Documentation improvements

v1.0.151

Compare Source

  • Update serde::{ser,de}::StdError to re-export core::error::Error when serde is built with feature="std" off and feature="unstable" on (#​2344)

v1.0.150

Compare Source

  • Relax some trait bounds from the Serialize impl of HashMap and BTreeMap (#​2334)
  • Enable Serialize and Deserialize impls of std::sync::atomic types on more platforms (#​2337, thanks @​badboy)
serde-rs/json

v1.0.93

Compare Source

  • Support 128-bit integers in serde_json::to_value (#​982)

v1.0.92

Compare Source

  • Documentation improvements

v1.0.91

Compare Source

  • Opt out of -Zrustdoc-scrape-examples on docs.rs for now

v1.0.90

Compare Source

  • Documentation improvements

v1.0.89

Compare Source

  • Fix invalid JSON incorrectly accepted when a large number has no digits after decimal point (#​953)

v1.0.88

Compare Source

  • Optimize serde_json::Map's implementation of append and clone_from (#​952, thanks @​Lucretiel)

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

uuid-rs/uuid

v1.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@1.2.2...1.3.0


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, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Contributor Author

renovate bot commented Jan 31, 2023

⚠ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: docker run --rm --name=renovate_sidecar --label=renovate_child -v "/mnt/renovate/gh/apollographql/router":"/mnt/renovate/gh/apollographql/router" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/containerbase":"/tmp/containerbase" -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w "/mnt/renovate/gh/apollographql/router" docker.io/renovate/sidecar bash -l -c "install-tool rust 1.67.1 && cargo update --manifest-path apollo-router/Cargo.toml --workspace"
install: WARNING: failed to run ldconfig. this may happen when not installing as root. run with --verbose to see the error
    Updating crates.io index
error: failed to select a version for `bytes`.
    ... required by package `deno_core v0.167.0`
    ... which satisfies dependency `deno_core = "^0.167.0"` of package `router-bridge v0.1.16+v2.3.2`
    ... which satisfies dependency `router-bridge = "^0.1.16"` of package `apollo-router v1.11.0 (/mnt/renovate/gh/apollographql/router/apollo-router)`
    ... which satisfies path dependency `apollo-router` (locked to 1.11.0) of package `add-timestamp-header v0.1.0 (/mnt/renovate/gh/apollographql/router/examples/add-timestamp-header/rhai)`
versions that meet the requirements `=1.2.1` are: 1.2.1

all possible versions conflict with previously selected packages.

  previously selected package `bytes v1.4.0`
    ... which satisfies dependency `bytes = "^1.4.0"` of package `apollo-router v1.11.0 (/mnt/renovate/gh/apollographql/router/apollo-router)`
    ... which satisfies path dependency `apollo-router` (locked to 1.11.0) of package `add-timestamp-header v0.1.0 (/mnt/renovate/gh/apollographql/router/examples/add-timestamp-header/rhai)`

failed to select a version for `bytes` which could resolve this conflict

File name: Cargo.lock
Command failed: docker run --rm --name=renovate_sidecar --label=renovate_child -v "/mnt/renovate/gh/apollographql/router":"/mnt/renovate/gh/apollographql/router" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/containerbase":"/tmp/containerbase" -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w "/mnt/renovate/gh/apollographql/router" docker.io/renovate/sidecar bash -l -c "install-tool rust 1.67.1 && cargo update --manifest-path apollo-router-scaffold/Cargo.toml --workspace"
install: WARNING: failed to run ldconfig. this may happen when not installing as root. run with --verbose to see the error
    Updating crates.io index
error: failed to select a version for `bytes`.
    ... required by package `deno_core v0.167.0`
    ... which satisfies dependency `deno_core = "^0.167.0"` of package `router-bridge v0.1.16+v2.3.2`
    ... which satisfies dependency `router-bridge = "^0.1.16"` of package `apollo-router v1.11.0 (/mnt/renovate/gh/apollographql/router/apollo-router)`
    ... which satisfies path dependency `apollo-router` (locked to 1.11.0) of package `add-timestamp-header v0.1.0 (/mnt/renovate/gh/apollographql/router/examples/add-timestamp-header/rhai)`
versions that meet the requirements `=1.2.1` are: 1.2.1

all possible versions conflict with previously selected packages.

  previously selected package `bytes v1.4.0`
    ... which satisfies dependency `bytes = "^1.4.0"` of package `apollo-router v1.11.0 (/mnt/renovate/gh/apollographql/router/apollo-router)`
    ... which satisfies path dependency `apollo-router` (locked to 1.11.0) of package `add-timestamp-header v0.1.0 (/mnt/renovate/gh/apollographql/router/examples/add-timestamp-header/rhai)`

failed to select a version for `bytes` which could resolve this conflict

@github-actions
Copy link
Contributor

@renovate[bot], please add a /NEXT_CHANGELOG.md entry for this PR to the appropriate section!

@renovate renovate bot force-pushed the renovate/all-non-major-gte-1.0 branch 7 times, most recently from fcdfdb4 to 24792f0 Compare February 2, 2023 17:19
@github-actions
Copy link
Contributor

github-actions bot commented Feb 2, 2023

@renovate[bot], please create a file in /.changesets/ following these instructions.

@renovate renovate bot force-pushed the renovate/all-non-major-gte-1.0 branch 8 times, most recently from 8786762 to 3c67def Compare February 7, 2023 13:41
@github-actions
Copy link
Contributor

github-actions bot commented Feb 7, 2023

@renovate[bot], please consider creating a changeset entry in /.changesets/. These instructions describe the process and tooling.

@renovate renovate bot force-pushed the renovate/all-non-major-gte-1.0 branch 10 times, most recently from c083585 to ce23b10 Compare February 10, 2023 13:15
@renovate renovate bot force-pushed the renovate/all-non-major-gte-1.0 branch 18 times, most recently from a952dec to 5c4eef0 Compare February 25, 2023 18:59
@renovate renovate bot force-pushed the renovate/all-non-major-gte-1.0 branch from 5c4eef0 to c2d5e96 Compare February 27, 2023 04:09
@renovate
Copy link
Contributor Author

renovate bot commented Feb 27, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@garypen garypen enabled auto-merge (squash) May 31, 2023 10:43
@garypen garypen merged commit d204a32 into dev May 31, 2023
@garypen garypen deleted the renovate/all-non-major-gte-1.0 branch May 31, 2023 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants