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

chore(deps): update rust dependencies - autoclosed #432

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 30, 2024

This PR contains the following updates:

Package Type Update Change
hyper (source) dependencies minor 1.4.1 -> 1.5.0
hyper (source) dev-dependencies minor 1.4.1 -> 1.5.0
once_cell dependencies minor 1.19.0 -> 1.20.2
tower dependencies minor 0.4.13 -> 0.5.0
tower build-dependencies minor 0.4.13 -> 0.5.0
tower-http dependencies minor 0.5.2 -> 0.6.0

Release Notes

hyperium/hyper (hyper)

v1.5.0

Compare Source

Bug Fixes
Features
  • client: Add HTTP/2 builder options header_table_size() and max_concurrent_streams() (4c84e8c1)
  • rt: add ReadBufCursor methods remaining() and put_slice() (#​3700) (5a13041e)
v1.4.1 (2024-07-09)
Bug Fixes
  • http1: reject final chunked if missing 0 (8e5de1bb)
matklad/once_cell (once_cell)

v1.20.2

Compare Source

v1.20.1

Compare Source

  • Allow using race module using just portable_atomic, without critical_section and provide
    better error messages on targets without atomic CAS instruction,
    #​265.

v1.20.0

Compare Source

tower-rs/tower (tower)

v0.5.1: tower 0.5.1

Compare Source

  • Fix minimum version of tower-layer dependency (#​787)

v0.5.0: tower 0.5.0

Compare Source

Fixed
  • util: BoxService is now Sync (#​702)
Changed
  • util: Removed deprecated ServiceExt::ready_and method and ReadyAnd
    future (#​652)
  • retry: Breaking Change retry::Policy::retry now accepts &mut Req and &mut Res instead of the previous mutable versions. This
    increases the flexibility of the retry policy. To update, update your method signature to include mut for both parameters. (#​584)
  • retry: Breaking Change Change Policy to accept &mut self (#​681)
  • retry: Add generic backoff utilities (#​685)
  • retry: Add Budget trait. This allows end-users to implement their own budget and bucket implementations. (#​703)
  • reconnect: Breaking Change Remove unused generic parameter from Reconnect::new (#​755)
  • ready-cache: Allow iteration over ready services (#​700)
  • discover: Implement Clone for Change (#​701)
  • util: Add a BoxCloneServiceLayer (#​708)
  • rng: use a simpler random 2-sampler (#​716)
  • filter: Derive Clone for AsyncFilterLayer (#​731)
  • general: Update IndexMap (#​741)
  • MSRV: Increase MSRV to 1.63.0 (#​741)
tower-rs/tower-http (tower-http)

v0.6.1: v0.6.1

Compare Source

Fixed

  • decompression: reuse scratch buffer to significantly reduce allocations and improve performance (#​521)

New Contributors

v0.6.0: v0.6.0

Compare Source

Changed:

  • body module is disabled except for catch-panic, decompression-*, fs, or limit features (BREAKING) (#​477)
  • Update to tower 0.5 (#​503)

Fixed

  • fs: Precompression of static files now supports files without a file extension (#​507)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

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 examples/tower_client/Cargo.toml --package [email protected] --precise 0.6.1
error: package ID specification `[email protected]` did not match any packages
Did you mean one of these?

  [email protected]

@Emilgardis
Copy link
Member

ugh

@renovate renovate bot force-pushed the renovate/cargo branch 2 times, most recently from 6c8f2a4 to d69bf4a Compare October 11, 2024 17:49
@Nerixyz
Copy link
Contributor

Nerixyz commented Oct 11, 2024

From the open cargo issues on renovate, this seems like it's https://redirect.github.com/renovatebot/renovate/issues/23971.

@Emilgardis
Copy link
Member

Emilgardis commented Oct 11, 2024

could we use commands to circumvent the lack of cargoUpdate or cargoFetch and tasks only being supported on self-hosted instances

@Nerixyz
Copy link
Contributor

Nerixyz commented Oct 11, 2024

could we use commands to circumvent the lack of cargoUpdate or cargoFetch and tasks only being supported on self-hosted instances

I don't think so. Renovate fails before - when updating a dependency. In this case, we depend on tower 0.5.0, but axum depends on tower 0.4.3. Axum has updated their tower to the latest 0.x since, but renovate doesn't pick that up, since that update is a patch update (0.7.5 -> 0.7.7). Maybe there's another issue when multiple Cargo.tomls are involved(?).

@renovate renovate bot force-pushed the renovate/cargo branch 6 times, most recently from 8aa7dab to 398d693 Compare October 19, 2024 12:27
@Nerixyz
Copy link
Contributor

Nerixyz commented Oct 19, 2024

I'm inclined to disable updates for Cargo again.

@Emilgardis
Copy link
Member

yep, I say lets do it :3

@renovate renovate bot changed the title chore(deps): update rust dependencies chore(deps): update rust dependencies - autoclosed Oct 19, 2024
@renovate renovate bot closed this Oct 19, 2024
@renovate renovate bot deleted the renovate/cargo branch October 19, 2024 17:54
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