Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 29, 2024

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Type Update Change
shuttle-axum dependencies minor 0.39.0 -> 0.57.0

Release Notes

shuttle-hq/shuttle (shuttle-axum)

v0.57.0

Compare Source

Features
Bug Fixes
Miscellaneous Tasks
Miscellaneous

v0.56.0

Compare Source

Features
  • (admin) Explicit notify on gc endpoint (#​2067) - (aa7e6f8)
  • (admin) Fail error in looped jobs, notify gc'ed community projects (#​2063) - (09831fa)
  • (admin) Log retention policies (#​2053) - (086a3ef)
  • (api-client) Always catch 4xx and 5xx errors regardless of body type (#​2052) - (30bb74a)
  • (api-client, cargo-shuttle) Json output mode (#​2064) - (875d934)
  • (cargo-shuttle) Separate --id and --name. support 'init --id' with immediate linking (#​2069) - (c9d93ea)
  • (cargo-shuttle) Warn about lowercase shuttle.toml (#​2060) - (133ef80)
  • (ifc, cargo-shuttle) Extract infra macro annotation parser to separate crate (#​2072) - (03fa327)
  • (mcp, cargo-shuttle) The Shuttle MCP Server (#​2074) - (bf24b71)
  • Added updated user usage structs (#​2057) - (b4ad54f)
  • Make billing cycle optional in usage response (#​2054) - (cc20391)
Bug Fixes
Miscellaneous Tasks
Miscellaneous
  • (cargo-shuttle) Find binary target based on macro in source (#​2059) - (03e25b6)

v0.55.0

Compare Source

Features
Bug Fixes
Miscellaneous Tasks
Miscellaneous

v0.54.0

Compare Source

Features
Bug Fixes
Miscellaneous Tasks

v0.53.0

Compare Source

Features
Bug Fixes
Miscellaneous Tasks
Miscellaneous

v0.52.0

Compare Source

Features
Refactor
Miscellaneous Tasks
Miscellaneous

v0.51.0

Compare Source

Features
Miscellaneous Tasks

v0.50.0

Compare Source

Features
Bug Fixes
Documentation
Miscellaneous Tasks
Miscellaneous

v0.49.0

Compare Source

Features
Bug Fixes
  • (api-client) Update archive endpoint (#​1914) - (c8e6d15)
  • (cargo-shuttle) Shell completion, refactors (#​1909) - (b91de7a)
  • Don't attempt project linking on local run, create project and link on beta init (#​1911) - (bfc05ec)
Miscellaneous Tasks

v0.48.0

Compare Source

Features
Bug Fixes
Miscellaneous Tasks
Miscellaneous

v0.47.0

Compare Source

Features
Bug Fixes
Miscellaneous Tasks

v0.46.0

Compare Source

Features
Bug Fixes
Refactor
Miscellaneous Tasks
Miscellaneous

v0.45.0

Compare Source

Features
  • (cargo-shuttle) Adapt project response for beta (#​1756) - (7fd5723)
  • (cargo-shuttle) Nits - (f1f4b4e)
  • (runtime) Version endpoint for runner version check - (3757bfe)
Bug Fixes
  • (backends) Switch to http otel collector for compatibility with beta - (85a8d54)
  • (cargo-shuttle) Better error when docker is not running (#​1759) - ([8

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.

@renovate renovate bot force-pushed the renovate/shuttle-axum-0.x branch from 52e8a6b to c942d14 Compare November 29, 2024 03:55
@renovate renovate bot force-pushed the renovate/shuttle-axum-0.x branch from c942d14 to afebbb3 Compare January 7, 2025 16:11
@renovate renovate bot changed the title fix(deps): update rust crate shuttle-axum to 0.49.0 fix(deps): update rust crate shuttle-axum to 0.50.0 Jan 7, 2025
@renovate renovate bot force-pushed the renovate/shuttle-axum-0.x branch from afebbb3 to 27ade77 Compare January 10, 2025 13:47
@renovate renovate bot changed the title fix(deps): update rust crate shuttle-axum to 0.50.0 fix(deps): update rust crate shuttle-axum to 0.51.0 Jan 10, 2025
Copy link
Contributor Author

renovate bot commented Jan 10, 2025

⚠️ 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 --workspace
    Updating crates.io index
error: failed to select a version for `url`.
    ... required by package `shuttle-api-client v0.57.0`
    ... which satisfies dependency `shuttle-api-client = "^0.57.0"` of package `shuttle-runtime v0.57.0`
    ... which satisfies dependency `shuttle-runtime = "^0.57.0"` of package `shuttle-axum v0.57.0`
    ... which satisfies dependency `shuttle-axum = "^0.57.0"` of package `rust-grpc v0.1.0 (/tmp/renovate/repos/github/tailcallhq/rust-grpc)`
versions that meet the requirements `^2.5.4` are: 2.5.7, 2.5.6, 2.5.4

all possible versions conflict with previously selected packages.

  previously selected package `url v2.5.2`
    ... which satisfies dependency `url = "=2.5.2"` of package `shuttle-api-client v0.49.0`
    ... which satisfies dependency `shuttle-api-client = "^0.49.0"` of package `shuttle-runtime v0.49.0`
    ... which satisfies dependency `shuttle-runtime = "^0.49.0"` of package `rust-grpc v0.1.0 (/tmp/renovate/repos/github/tailcallhq/rust-grpc)`

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

@renovate renovate bot force-pushed the renovate/shuttle-axum-0.x branch from 27ade77 to 39b6bc4 Compare February 4, 2025 18:49
@renovate renovate bot changed the title fix(deps): update rust crate shuttle-axum to 0.51.0 fix(deps): update rust crate shuttle-axum to 0.52.0 Feb 4, 2025
@renovate renovate bot force-pushed the renovate/shuttle-axum-0.x branch from 39b6bc4 to 4b9bdb2 Compare March 12, 2025 18:21
@renovate renovate bot changed the title fix(deps): update rust crate shuttle-axum to 0.52.0 fix(deps): update rust crate shuttle-axum to 0.53.0 Mar 12, 2025
@renovate renovate bot force-pushed the renovate/shuttle-axum-0.x branch from 4b9bdb2 to b648cec Compare May 8, 2025 03:11
@renovate renovate bot changed the title fix(deps): update rust crate shuttle-axum to 0.53.0 fix(deps): update rust crate shuttle-axum to 0.54.0 May 8, 2025
@renovate renovate bot force-pushed the renovate/shuttle-axum-0.x branch from b648cec to edcbf9d Compare May 21, 2025 12:28
@renovate renovate bot changed the title fix(deps): update rust crate shuttle-axum to 0.54.0 fix(deps): update rust crate shuttle-axum to 0.55.0 May 21, 2025
@renovate renovate bot force-pushed the renovate/shuttle-axum-0.x branch from edcbf9d to 100ddb8 Compare July 2, 2025 21:02
@renovate renovate bot changed the title fix(deps): update rust crate shuttle-axum to 0.55.0 fix(deps): update rust crate shuttle-axum to 0.56.0 Jul 2, 2025
@renovate renovate bot force-pushed the renovate/shuttle-axum-0.x branch from 100ddb8 to b128ac6 Compare September 11, 2025 13:07
@renovate renovate bot changed the title fix(deps): update rust crate shuttle-axum to 0.56.0 fix(deps): update rust crate shuttle-axum to 0.57.0 Sep 11, 2025
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.

0 participants