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): pin dependencies - autoclosed #143

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 29, 2023

This PR contains the following updates:

Package Type Update Change
@fluencelabs/aqua-ipfs (source) dependencies pin ^0.5.29 -> 0.5.29
@fluencelabs/aqua-lib dependencies pin ^0.9.0 -> 0.9.0
@fluencelabs/js-client dependencies pin ^0.4.2 -> 0.4.2
@multiformats/multiaddr dependencies pin ^12.1.1 -> 12.1.12
bs58 dependencies pin 0.5.0 -> =0.5.0
built build-dependencies pin 0.7.0 -> =0.7.0
eyre dependencies pin 0.6.8 -> =0.6.8
it-all (source) dependencies pin ^1.0.5 -> 1.0.6
itertools dependencies pin 0.12.0 -> =0.12.0
kubo-rpc-client dependencies pin ^3.0.2 -> 3.0.2
log dependencies pin 0.4.20 -> =0.4.20
maplit dependencies pin 1.0.2 -> =1.0.2
marine-rs-sdk workspace.dependencies pin 0.13.0 -> =0.13.0
marine-rs-sdk-test workspace.dependencies pin 0.14.0 -> =0.14.0
multiaddr dependencies pin 0.11.2 -> =0.11.2
serde (source) dependencies pin 1.0.188 -> =1.0.188
serde_json dependencies pin 1.0.64 -> =1.0.64
toml dependencies pin 0.8.8 -> =0.8.8
typescript (source) devDependencies pin ^4.0.0 -> 4.9.5
uint8arrays dependencies pin ^2.1.5 -> 2.1.10

Add the preset :preserveSemverRanges to your config if you don't want to pin your dependencies.


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 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.

@renovate renovate bot force-pushed the renovate/pin-dependencies branch 3 times, most recently from 6a3a97d to 011623b Compare January 4, 2024 16:37
@renovate renovate bot force-pushed the renovate/pin-dependencies branch 2 times, most recently from d55da66 to 80663da Compare January 11, 2024 09:59
@renovate renovate bot force-pushed the renovate/pin-dependencies branch 5 times, most recently from 311e3ca to ac2d97c Compare February 22, 2024 12:31
@renovate renovate bot force-pushed the renovate/pin-dependencies branch from ac2d97c to 57b476f Compare March 12, 2024 11:35
Copy link
Contributor Author

renovate bot commented Mar 12, 2024

⚠ 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: service/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path service/pure/Cargo.toml --workspace
warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
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
note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
    Updating crates.io index
error: failed to select a version for `serde`.
    ... required by package `marine-rs-sdk v0.13.0`
    ... which satisfies dependency `marine-rs-sdk = "=0.13.0"` of package `ipfs-effector v0.6.0 (/tmp/renovate/repos/github/fluencelabs/aqua-ipfs/service/effector)`
versions that meet the requirements `^1.0.189` are: 1.0.192, 1.0.197, 1.0.196, 1.0.195, 1.0.194, 1.0.193, 1.0.191, 1.0.190, 1.0.189

all possible versions conflict with previously selected packages.

  previously selected package `serde v1.0.188`
    ... which satisfies dependency `serde = "=1.0.188"` of package `ipfs-pure v0.6.0 (/tmp/renovate/repos/github/fluencelabs/aqua-ipfs/service/pure)`

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

File name: service/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path service/distro/Cargo.toml --workspace
warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
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
note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
    Updating crates.io index
error: failed to select a version for `serde`.
    ... required by package `marine-rs-sdk v0.13.0`
    ... which satisfies dependency `marine-rs-sdk = "=0.13.0"` of package `ipfs-effector v0.6.0 (/tmp/renovate/repos/github/fluencelabs/aqua-ipfs/service/effector)`
versions that meet the requirements `^1.0.189` are: 1.0.192, 1.0.197, 1.0.196, 1.0.195, 1.0.194, 1.0.193, 1.0.191, 1.0.190, 1.0.189

all possible versions conflict with previously selected packages.

  previously selected package `serde v1.0.188`
    ... which satisfies dependency `serde = "=1.0.188"` of package `ipfs-pure v0.6.0 (/tmp/renovate/repos/github/fluencelabs/aqua-ipfs/service/pure)`

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

File name: service/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path service/types/Cargo.toml --workspace
warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
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
note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
    Updating crates.io index
error: failed to select a version for `serde`.
    ... required by package `marine-rs-sdk v0.13.0`
    ... which satisfies dependency `marine-rs-sdk = "=0.13.0"` of package `ipfs-effector v0.6.0 (/tmp/renovate/repos/github/fluencelabs/aqua-ipfs/service/effector)`
versions that meet the requirements `^1.0.189` are: 1.0.192, 1.0.197, 1.0.196, 1.0.195, 1.0.194, 1.0.193, 1.0.191, 1.0.190, 1.0.189

all possible versions conflict with previously selected packages.

  previously selected package `serde v1.0.188`
    ... which satisfies dependency `serde = "=1.0.188"` of package `ipfs-pure v0.6.0 (/tmp/renovate/repos/github/fluencelabs/aqua-ipfs/service/pure)`

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

File name: service/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path service/effector/Cargo.toml --workspace
warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
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
note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
    Updating crates.io index
error: failed to select a version for `serde`.
    ... required by package `marine-rs-sdk v0.13.0`
    ... which satisfies dependency `marine-rs-sdk = "=0.13.0"` of package `ipfs-effector v0.6.0 (/tmp/renovate/repos/github/fluencelabs/aqua-ipfs/service/effector)`
versions that meet the requirements `^1.0.189` are: 1.0.192, 1.0.197, 1.0.196, 1.0.195, 1.0.194, 1.0.193, 1.0.191, 1.0.190, 1.0.189

all possible versions conflict with previously selected packages.

  previously selected package `serde v1.0.188`
    ... which satisfies dependency `serde = "=1.0.188"` of package `ipfs-pure v0.6.0 (/tmp/renovate/repos/github/fluencelabs/aqua-ipfs/service/pure)`

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

File name: service/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path service/Cargo.toml --workspace
warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
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
note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
    Updating crates.io index
error: failed to select a version for `serde`.
    ... required by package `marine-rs-sdk v0.13.0`
    ... which satisfies dependency `marine-rs-sdk = "=0.13.0"` of package `ipfs-effector v0.6.0 (/tmp/renovate/repos/github/fluencelabs/aqua-ipfs/service/effector)`
versions that meet the requirements `^1.0.189` are: 1.0.192, 1.0.197, 1.0.196, 1.0.195, 1.0.194, 1.0.193, 1.0.191, 1.0.190, 1.0.189

all possible versions conflict with previously selected packages.

  previously selected package `serde v1.0.188`
    ... which satisfies dependency `serde = "=1.0.188"` of package `ipfs-pure v0.6.0 (/tmp/renovate/repos/github/fluencelabs/aqua-ipfs/service/pure)`

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

@renovate renovate bot changed the title fix(deps): pin dependencies fix(deps): pin dependencies - autoclosed Sep 4, 2024
@renovate renovate bot closed this Sep 4, 2024
@renovate renovate bot deleted the renovate/pin-dependencies branch September 4, 2024 18:14
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