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 serde to 1.0.188 - autoclosed #95

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 31, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
serde (source) dependencies patch 1.0.179 -> 1.0.188

Release Notes

serde-rs/serde (serde)

v1.0.188

Compare Source

  • Fix "failed to parse manifest" error when building serde using a Cargo version between 1.45 and 1.50 (#​2603)

v1.0.187

Compare Source

  • Remove support for Emscripten targets on rustc older than 1.40 (#​2600)

v1.0.186

Compare Source

  • Disallow incompatible versions of serde_derive and serde in the dependency graph (#​2588, thanks @​soqb)

v1.0.185

Compare Source

  • Fix error "cannot move out of *self which is behind a shared reference" deriving Serialize on a non_exhaustive enum (#​2591)

v1.0.184

Compare Source

  • Restore from-source serde_derive build on all platforms — eventually we'd like to use a first-class precompiled macro if such a thing becomes supported by cargo / crates.io

v1.0.183

Compare Source

  • Support deserializing Box<OsStr> with an equivalent representation as OsString (#​2556, thanks @​DBLouis)

v1.0.182

Compare Source

v1.0.181

Compare Source

  • Make serde(alias) work in combination with flatten when using in-place deserialization (#​2443, thanks @​Mingun)
  • Improve the representation of adjacently tagged enums in formats where enum tags are serialized by index, as opposed to by string name (#​2505, #​2496, thanks @​Baptistemontan)

v1.0.180

Compare Source

  • Update to 2018 edition

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.

@renovate renovate bot enabled auto-merge (rebase) July 31, 2023 23:10
@renovate renovate bot changed the title fix(deps): update rust crate serde to 1.0.180 fix(deps): update rust crate serde to 1.0.181 Aug 4, 2023
@renovate renovate bot force-pushed the renovate/serde-1.x branch from b1f3670 to ef8ca2e Compare August 4, 2023 00:41
@renovate renovate bot changed the title fix(deps): update rust crate serde to 1.0.181 fix(deps): update rust crate serde to 1.0.182 Aug 6, 2023
@renovate renovate bot force-pushed the renovate/serde-1.x branch from ef8ca2e to 80fc65b Compare August 6, 2023 07:43
@renovate renovate bot changed the title fix(deps): update rust crate serde to 1.0.182 fix(deps): update rust crate serde to 1.0.183 Aug 7, 2023
@renovate renovate bot force-pushed the renovate/serde-1.x branch 4 times, most recently from b2a9182 to c1f9f8a Compare August 12, 2023 21:12
@renovate renovate bot force-pushed the renovate/serde-1.x branch 7 times, most recently from 7f2310f to 8db2f69 Compare August 18, 2023 21:26
@renovate renovate bot changed the title fix(deps): update rust crate serde to 1.0.183 fix(deps): update rust crate serde to 1.0.185 Aug 21, 2023
@renovate renovate bot force-pushed the renovate/serde-1.x branch 2 times, most recently from 0d82ebe to 11e7af1 Compare August 23, 2023 02:12
@renovate renovate bot changed the title fix(deps): update rust crate serde to 1.0.185 fix(deps): update rust crate serde to 1.0.186 Aug 24, 2023
@renovate renovate bot force-pushed the renovate/serde-1.x branch 2 times, most recently from a49d65c to e50541b Compare August 25, 2023 09:43
@renovate renovate bot changed the title fix(deps): update rust crate serde to 1.0.186 fix(deps): update rust crate serde to 1.0.187 Aug 25, 2023
@renovate renovate bot force-pushed the renovate/serde-1.x branch from e50541b to f8500d0 Compare August 25, 2023 19:31
@renovate renovate bot changed the title fix(deps): update rust crate serde to 1.0.187 fix(deps): update rust crate serde to 1.0.188 Aug 26, 2023
@renovate renovate bot force-pushed the renovate/serde-1.x branch from f8500d0 to 1e30a29 Compare August 26, 2023 02:36
@renovate
Copy link
Contributor Author

renovate bot commented Aug 28, 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: server/Cargo.lock
Command failed: docker run --rm --name=renovate_a_sidecar --label=renovate_a_child --memory=3584m -v "/tmp/worker/90d0d2/bbd436/repos/github/GiganticMinecraft/seichi-timed-stats-conifers":"/tmp/worker/90d0d2/bbd436/repos/github/GiganticMinecraft/seichi-timed-stats-conifers" -v "/tmp/worker/90d0d2/bbd436/cache":"/tmp/worker/90d0d2/bbd436/cache" -e CONTAINERBASE_CACHE_DIR -w "/tmp/worker/90d0d2/bbd436/repos/github/GiganticMinecraft/seichi-timed-stats-conifers" ghcr.io/containerbase/sidecar:9.19.3 bash -l -c "install-tool rust 1.72.0 && cargo update --manifest-path server/ingestor/Cargo.toml --workspace"
warning: some crates are on edition 2021 which defaults to `resolver = "2"`, but virtual workspaces default to `resolver = "1"`
note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
    Updating crates.io index
error: failed to select a version for `sentry`.
    ... required by package `seichi-timed-stats-conifers-ingestor v0.1.0 (/tmp/worker/90d0d2/bbd436/repos/github/GiganticMinecraft/seichi-timed-stats-conifers/server/ingestor)`
versions that meet the requirements `^0.31.6` are: 0.31.6

the package `seichi-timed-stats-conifers-ingestor` depends on `sentry`, with features: `profiling` but `sentry` does not have these features.


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

File name: server/Cargo.lock
Command failed: docker run --rm --name=renovate_a_sidecar --label=renovate_a_child --memory=3584m -v "/tmp/worker/90d0d2/bbd436/repos/github/GiganticMinecraft/seichi-timed-stats-conifers":"/tmp/worker/90d0d2/bbd436/repos/github/GiganticMinecraft/seichi-timed-stats-conifers" -v "/tmp/worker/90d0d2/bbd436/cache":"/tmp/worker/90d0d2/bbd436/cache" -e CONTAINERBASE_CACHE_DIR -w "/tmp/worker/90d0d2/bbd436/repos/github/GiganticMinecraft/seichi-timed-stats-conifers" ghcr.io/containerbase/sidecar:9.19.3 bash -l -c "install-tool rust 1.72.0 && cargo update --manifest-path server/infra/upstream_repository_impl/Cargo.toml --workspace"
warning: some crates are on edition 2021 which defaults to `resolver = "2"`, but virtual workspaces default to `resolver = "1"`
note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
    Updating crates.io index
error: failed to select a version for `sentry`.
    ... required by package `seichi-timed-stats-conifers-ingestor v0.1.0 (/tmp/worker/90d0d2/bbd436/repos/github/GiganticMinecraft/seichi-timed-stats-conifers/server/ingestor)`
versions that meet the requirements `^0.31.6` are: 0.31.6

the package `seichi-timed-stats-conifers-ingestor` depends on `sentry`, with features: `profiling` but `sentry` does not have these features.


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

File name: server/Cargo.lock
Command failed: docker run --rm --name=renovate_a_sidecar --label=renovate_a_child --memory=3584m -v "/tmp/worker/90d0d2/bbd436/repos/github/GiganticMinecraft/seichi-timed-stats-conifers":"/tmp/worker/90d0d2/bbd436/repos/github/GiganticMinecraft/seichi-timed-stats-conifers" -v "/tmp/worker/90d0d2/bbd436/cache":"/tmp/worker/90d0d2/bbd436/cache" -e CONTAINERBASE_CACHE_DIR -w "/tmp/worker/90d0d2/bbd436/repos/github/GiganticMinecraft/seichi-timed-stats-conifers" ghcr.io/containerbase/sidecar:9.19.3 bash -l -c "install-tool rust 1.72.0 && cargo update --manifest-path server/infra/db_repository_impl/Cargo.toml --workspace"
warning: some crates are on edition 2021 which defaults to `resolver = "2"`, but virtual workspaces default to `resolver = "1"`
note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
    Updating crates.io index
error: failed to select a version for `sentry`.
    ... required by package `seichi-timed-stats-conifers-ingestor v0.1.0 (/tmp/worker/90d0d2/bbd436/repos/github/GiganticMinecraft/seichi-timed-stats-conifers/server/ingestor)`
versions that meet the requirements `^0.31.6` are: 0.31.6

the package `seichi-timed-stats-conifers-ingestor` depends on `sentry`, with features: `profiling` but `sentry` does not have these features.


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

@renovate renovate bot force-pushed the renovate/serde-1.x branch 2 times, most recently from 752dbac to 1307288 Compare August 29, 2023 17:20
@renovate renovate bot force-pushed the renovate/serde-1.x branch from 1307288 to d16c9b5 Compare August 31, 2023 00:36
@renovate renovate bot changed the title fix(deps): update rust crate serde to 1.0.188 fix(deps): update rust crate serde to 1.0.188 - autoclosed Sep 6, 2023
@renovate renovate bot closed this Sep 6, 2023
auto-merge was automatically disabled September 6, 2023 11:06

Pull request was closed

@renovate renovate bot deleted the renovate/serde-1.x branch September 6, 2023 11:06
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