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 #55

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 30, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
@fluencelabs/aqua-lib dependencies pin ^0.9.0 -> 0.9.0
@fluencelabs/fluence dependencies pin ^0.23.0 -> 0.23.0
@fluencelabs/fluence-network-environment dependencies pin ^1.1.2 -> 1.1.2
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
ipfs-http-client (source) dependencies pin ^50.1.2 -> 50.1.2
it-all (source) dependencies pin ^1.0.5 -> 1.0.6
itertools dependencies pin 0.12.0 -> =0.12.0
log dependencies pin 0.4.20 -> =0.4.20
maplit dependencies pin 1.0.2 -> =1.0.2
marine-rs-sdk dependencies pin 0.10.2 -> =0.10.2
marine-rs-sdk-test build-dependencies pin 0.12.1 -> =0.12.1
marine-rs-sdk-test dev-dependencies pin 0.12.1 -> =0.12.1
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.6.3
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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/pin-dependencies branch 3 times, most recently from 853dcc7 to bf63252 Compare February 8, 2023 10:50
@renovate renovate bot force-pushed the renovate/pin-dependencies branch from bf63252 to 28c050f Compare February 23, 2023 21:19
@renovate renovate bot force-pushed the renovate/pin-dependencies branch 2 times, most recently from 2ac7d44 to c79dc62 Compare March 15, 2023 19:22
@renovate
Copy link
Contributor Author

renovate bot commented Mar 15, 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: 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.10.2`
    ... which satisfies dependency `marine-rs-sdk = "=0.10.2"` of package `ipfs-effector v0.5.28 (/tmp/renovate/repos/github/fluencelabs/aqua-ipfs/service/effector)`
versions that meet the requirements `^1.0.189` are: 1.0.192, 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.5.28 (/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.10.2`
    ... which satisfies dependency `marine-rs-sdk = "=0.10.2"` of package `ipfs-effector v0.5.28 (/tmp/renovate/repos/github/fluencelabs/aqua-ipfs/service/effector)`
versions that meet the requirements `^1.0.189` are: 1.0.192, 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.5.28 (/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.10.2`
    ... which satisfies dependency `marine-rs-sdk = "=0.10.2"` of package `ipfs-effector v0.5.28 (/tmp/renovate/repos/github/fluencelabs/aqua-ipfs/service/effector)`
versions that meet the requirements `^1.0.189` are: 1.0.192, 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.5.28 (/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.10.2`
    ... which satisfies dependency `marine-rs-sdk = "=0.10.2"` of package `ipfs-effector v0.5.28 (/tmp/renovate/repos/github/fluencelabs/aqua-ipfs/service/effector)`
versions that meet the requirements `^1.0.189` are: 1.0.192, 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.5.28 (/tmp/renovate/repos/github/fluencelabs/aqua-ipfs/service/pure)`

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

@renovate renovate bot force-pushed the renovate/pin-dependencies branch from c79dc62 to 866fb25 Compare March 16, 2023 16:01
@renovate renovate bot force-pushed the renovate/pin-dependencies branch 2 times, most recently from 07244ba to 2ae9ad4 Compare April 13, 2023 16:18
@renovate renovate bot force-pushed the renovate/pin-dependencies branch 3 times, most recently from ab10514 to eb75c80 Compare April 25, 2023 17:35
@renovate renovate bot force-pushed the renovate/pin-dependencies branch 8 times, most recently from 8cca005 to e49f392 Compare May 8, 2023 14:24
@renovate renovate bot force-pushed the renovate/pin-dependencies branch from e49f392 to d78f2b6 Compare May 15, 2023 16:43
@renovate renovate bot force-pushed the renovate/pin-dependencies branch 2 times, most recently from e8a8cc5 to 0127a2e Compare June 9, 2023 12:57
@renovate renovate bot force-pushed the renovate/pin-dependencies branch 5 times, most recently from cc1cee9 to 50d6326 Compare July 6, 2023 11:05
@renovate renovate bot force-pushed the renovate/pin-dependencies branch from 50d6326 to a92d328 Compare July 10, 2023 10:45
@renovate renovate bot force-pushed the renovate/pin-dependencies branch 7 times, most recently from c650e6a to 2606027 Compare November 15, 2023 19:18
@renovate renovate bot force-pushed the renovate/pin-dependencies branch from 2606027 to 4ecc2fe Compare December 2, 2023 09:42
@renovate renovate bot force-pushed the renovate/pin-dependencies branch 4 times, most recently from 38b70e6 to ef831ae Compare December 25, 2023 14:53
@renovate renovate bot force-pushed the renovate/pin-dependencies branch 2 times, most recently from 1ed9958 to 7c11341 Compare December 25, 2023 16:03
@renovate renovate bot force-pushed the renovate/pin-dependencies branch 2 times, most recently from ec7a778 to 333b86d Compare December 25, 2023 21:26
@renovate renovate bot force-pushed the renovate/pin-dependencies branch 7 times, most recently from e7aaa2b to 473cf1d Compare December 27, 2023 15:28
@renovate renovate bot force-pushed the renovate/pin-dependencies branch from 473cf1d to ca50aca Compare December 27, 2023 15:37
@folex folex closed this Dec 27, 2023
@folex folex deleted the renovate/pin-dependencies branch December 29, 2023 00:46
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.

1 participant