tailcall
tailcall copied to clipboard
fix(deps): update rust crate rustls to 0.22.1
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| rustls | dependencies | minor | 0.21.9 -> 0.22.1 |
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.
🔕 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 has been generated by Mend Renovate. View repository job log here.
⚠ 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 Cargo.toml --package [email protected] --precise 0.22.2
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /tmp/renovate/repos/github/tailcallhq/tailcall/cloudflare/Cargo.toml
workspace: /tmp/renovate/repos/github/tailcallhq/tailcall/Cargo.toml
Updating crates.io index
error: failed to select a version for the requirement `rustls = "^0.21.6"`
candidate versions found which didn't match: 0.22.2
location searched: crates.io index
required by package `hyper-rustls v0.24.2`
... which satisfies dependency `hyper-rustls = "^0.24.2"` (locked to 0.24.2) of package `tailcall v0.1.0 (/tmp/renovate/repos/github/tailcallhq/tailcall)`
perhaps a crate was updated and forgotten to be re-vendored?
@tusharmath there are some breaking changes in the latest version of rustls which I was able to fix but latest version of hyper-rustls still depends on the old version of rustls. I checked the git repo of hyper-rustls, they have already made the changes according to rustls 0.22.0 in their main branch but it is not published on crates.io. Directly putting the repo url in Cargo.toml fixes the issue but I don't know if we should do that or wait until latest changes are published for hyper-rustls
Action required: PR inactive for 2 days. Status update or closure in 5 days.
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.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
ab3d972) 90.28% compared to head (0d6ae94) 90.42%.
Additional details and impacted files
@@ Coverage Diff @@
## main #712 +/- ##
==========================================
+ Coverage 90.28% 90.42% +0.14%
==========================================
Files 84 84
Lines 8411 8411
==========================================
+ Hits 7594 7606 +12
+ Misses 817 805 -12
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.