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 rust crate rustls-pemfile to v2 - autoclosed #4663

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 15, 2024

This PR contains the following updates:

Package Type Update Change
rustls-pemfile dependencies major 1.0.4 -> 2.0.0

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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Feb 15, 2024

⚠ Artifact update problem

Renovate failed to update an artifact 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: cargo update --config net.git-fetch-with-cli=true --manifest-path apollo-router/Cargo.toml --package rustls-pemfile@1.0.4 --precise 2.1.2
    Updating crates.io index
error: failed to select a version for the requirement `rustls-pemfile = "^1.0"`
candidate versions found which didn't match: 2.1.2
location searched: crates.io index
required by package `reqwest v0.11.24`
    ... which satisfies dependency `reqwest = "^0.11.24"` (locked to 0.11.24) of package `apollo-router v1.45.1 (/tmp/renovate/repos/github/apollographql/router/apollo-router)`
perhaps a crate was updated and forgotten to be re-vendored?

Copy link
Contributor

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

@router-perf
Copy link

router-perf bot commented Feb 15, 2024

CI performance tests

  • reload - Reload test over a long period of time at a constant rate of users
  • events_big_cap_high_rate_callback - Stress test for events with a lot of users, deduplication enabled and high rate event with a big queue capacity using callback mode
  • events_without_dedup_callback - Stress test for events with a lot of users and deduplication DISABLED using callback mode
  • large-request - Stress test with a 1 MB request payload
  • const - Basic stress test that runs with a constant number of users
  • no-graphos - Basic stress test, no GraphOS.
  • step-jemalloc-tuning - Clone of the basic stress test for jemalloc tuning
  • events - Stress test for events with a lot of users and deduplication ENABLED
  • events_callback - Stress test for events with a lot of users and deduplication ENABLED in callback mode
  • events_big_cap_high_rate - Stress test for events with a lot of users, deduplication enabled and high rate event with a big queue capacity
  • events_without_dedup - Stress test for events with a lot of users and deduplication DISABLED
  • xxlarge-request - Stress test with 100 MB request payload
  • xlarge-request - Stress test with 10 MB request payload
  • step - Basic stress test that steps up the number of users over time

@renovate renovate bot force-pushed the renovate/rustls-pemfile-2.x branch from 79f8d45 to b580c96 Compare February 15, 2024 16:09
@renovate renovate bot force-pushed the renovate/rustls-pemfile-2.x branch 2 times, most recently from 0773175 to 695625f Compare March 2, 2024 17:40
@renovate renovate bot force-pushed the renovate/rustls-pemfile-2.x branch 2 times, most recently from 05e5cca to 06087bd Compare April 12, 2024 10:52
@renovate renovate bot force-pushed the renovate/rustls-pemfile-2.x branch 2 times, most recently from 7a7dd1a to d72fe4b Compare May 5, 2024 10:24
@renovate renovate bot force-pushed the renovate/rustls-pemfile-2.x branch from d72fe4b to b862730 Compare June 10, 2024 08:34
@renovate renovate bot requested review from a team as code owners June 10, 2024 08:34
@renovate renovate bot force-pushed the renovate/rustls-pemfile-2.x branch from b862730 to da92473 Compare June 30, 2024 23:29
@renovate renovate bot force-pushed the renovate/rustls-pemfile-2.x branch from da92473 to fd23227 Compare August 1, 2024 14:55
@renovate renovate bot force-pushed the renovate/rustls-pemfile-2.x branch 2 times, most recently from fa828c1 to 2bd98a3 Compare September 3, 2024 09:09
Copy link
Contributor Author

renovate bot commented Sep 30, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact 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: cargo update --config net.git-fetch-with-cli=true --manifest-path apollo-router/Cargo.toml --package rustls-pemfile@1.0.4 --precise 2.2.0
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package:   /tmp/renovate/repos/github/apollographql/router/apollo-router-scaffold/scaffold-test/Cargo.toml
workspace: /tmp/renovate/repos/github/apollographql/router/Cargo.toml
    Updating crates.io index
error: failed to select a version for the requirement `rustls-pemfile = "^1.0"`
candidate versions found which didn't match: 2.2.0
location searched: crates.io index
required by package `reqwest v0.11.27`
    ... which satisfies dependency `reqwest = "^0.11.0"` (locked to 0.11.27) of package `apollo-router v1.57.0 (/tmp/renovate/repos/github/apollographql/router/apollo-router)`

@renovate renovate bot force-pushed the renovate/rustls-pemfile-2.x branch from 2bd98a3 to d5b7244 Compare September 30, 2024 17:59
@renovate renovate bot force-pushed the renovate/rustls-pemfile-2.x branch from d5b7244 to 2c2c16e Compare October 30, 2024 07:27
@svc-apollo-docs
Copy link
Collaborator

svc-apollo-docs commented Oct 30, 2024

✅ Docs Preview Ready

No new or changed pages found.

@renovate renovate bot changed the title fix(deps): update rust crate rustls-pemfile to v2 fix(deps): update rust crate rustls-pemfile to v2 - autoclosed Jan 20, 2025
@renovate renovate bot closed this Jan 20, 2025
@renovate renovate bot deleted the renovate/rustls-pemfile-2.x branch January 20, 2025 15:00
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.

1 participant