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

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 devDependencies pin ^0.10.0 -> 0.10.3
@fluencelabs/aqua dependencies pin ^0.10.0 -> 0.10.3
@fluencelabs/aqua-lib dependencies pin ^0.6.0 -> 0.6.0
@fluencelabs/aqua-lib dependencies pin ^0.7.0 -> 0.7.0
@fluencelabs/fluence dependencies pin ^0.23.0 -> 0.23.0
@fluencelabs/fluence dependencies pin ^0.27.5 -> 0.27.5
@fluencelabs/fluence-network-environment dependencies pin ^1.1.2 -> 1.1.2
anyhow dependencies pin 1.0.31 -> =1.0.31
asn1_der dependencies pin 0.6.1 -> =0.6.1
bincode dependencies pin 1.3.1 -> =1.3.1
bs58 dependencies pin ^5.0.0 -> 5.0.0
bs58 dependencies pin 0.4.0 -> =0.4.0
bs58 dependencies pin 0.5.0 -> =0.5.0
built build-dependencies pin 0.6.0 -> =0.6.0
derivative dependencies pin 2.2.0 -> =2.2.0
ed25519-dalek (source) dependencies pin 2.0.0 -> =2.0.0
eyre dependencies pin 0.6.5 -> =0.6.5
failure (source) dependencies pin 0.1.6 -> =0.1.6
lazy_static dependencies pin 1.4 -> =1.4.0
libp2p-identity workspace.dependencies pin 0.2.1 -> =0.2.1
libsecp256k1 dependencies pin 0.7.1 -> =0.7.1
log dependencies pin 0.4.11 -> =0.4.11
log dependencies pin 0.4.8 -> =0.4.8
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
marine-sqlite-connector dependencies pin 0.9.2 -> =0.9.2
multihash dependencies pin 0.18.0 -> =0.18.0
nonempty dependencies pin 0.8.1 -> =0.8.1
once_cell dependencies pin 1.18.0 -> =1.18.0
quickcheck dev-dependencies pin 1.0.3 -> =1.0.3
rand (source) dependencies pin 0.8.5 -> =0.8.5
ref-cast dependencies pin 1.0.2 -> =1.0.2
ring dependencies pin 0.16.9 -> =0.16.9
rmp-serde dependencies pin 1.1.1 -> =1.1.1
rusqlite dev-dependencies pin 0.28.0 -> =0.28.0
serde (source) dependencies pin 1.0.118 -> =1.0.118
serde (source) dependencies pin 1.0.160 -> =1.0.160
serde_bytes dependencies pin 0.11 -> =0.11.9
serde_json dependencies pin 1.0 -> =1.0.108
serde_json dependencies pin 1.0.96 -> =1.0.96
sha2 dependencies pin 0.10.6 -> =0.10.6
thiserror dependencies pin 1.0.23 -> =1.0.23
typescript (source) devDependencies pin ^4.5.2 -> 4.5.2
typescript (source) devDependencies pin ^4.4.3 -> 4.4.3
zeroize (source) dependencies pin 1 -> =1.6.0

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 from b606b75 to 14c2dff Compare March 15, 2023 17:53
@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: 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 `log`.
    ... required by package `trust-graph-wasm v0.4.8 (/tmp/renovate/repos/github/fluencelabs/trust-graph/service)`
versions that meet the requirements `=0.4.8` are: 0.4.8

all possible versions conflict with previously selected packages.

  previously selected package `log v0.4.11`
    ... which satisfies dependency `log = "=0.4.11"` of package `trust-graph v0.4.8 (/tmp/renovate/repos/github/fluencelabs/trust-graph/trust-graph)`

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

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path keypair/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 `log`.
    ... required by package `trust-graph-wasm v0.4.8 (/tmp/renovate/repos/github/fluencelabs/trust-graph/service)`
versions that meet the requirements `=0.4.8` are: 0.4.8

all possible versions conflict with previously selected packages.

  previously selected package `log v0.4.11`
    ... which satisfies dependency `log = "=0.4.11"` of package `trust-graph v0.4.8 (/tmp/renovate/repos/github/fluencelabs/trust-graph/trust-graph)`

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

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path trust-graph/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 `log`.
    ... required by package `trust-graph-wasm v0.4.8 (/tmp/renovate/repos/github/fluencelabs/trust-graph/service)`
versions that meet the requirements `=0.4.8` are: 0.4.8

all possible versions conflict with previously selected packages.

  previously selected package `log v0.4.11`
    ... which satisfies dependency `log = "=0.4.11"` of package `trust-graph v0.4.8 (/tmp/renovate/repos/github/fluencelabs/trust-graph/trust-graph)`

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

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path 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 `log`.
    ... required by package `trust-graph-wasm v0.4.8 (/tmp/renovate/repos/github/fluencelabs/trust-graph/service)`
versions that meet the requirements `=0.4.8` are: 0.4.8

all possible versions conflict with previously selected packages.

  previously selected package `log v0.4.11`
    ... which satisfies dependency `log = "=0.4.11"` of package `trust-graph v0.4.8 (/tmp/renovate/repos/github/fluencelabs/trust-graph/trust-graph)`

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

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path 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 `log`.
    ... required by package `trust-graph-wasm v0.4.8 (/tmp/renovate/repos/github/fluencelabs/trust-graph/service)`
versions that meet the requirements `=0.4.8` are: 0.4.8

all possible versions conflict with previously selected packages.

  previously selected package `log v0.4.11`
    ... which satisfies dependency `log = "=0.4.11"` of package `trust-graph v0.4.8 (/tmp/renovate/repos/github/fluencelabs/trust-graph/trust-graph)`

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

@renovate renovate bot force-pushed the renovate/pin-dependencies branch 2 times, most recently from dd4a717 to 251e920 Compare March 20, 2023 14:00
@renovate renovate bot force-pushed the renovate/pin-dependencies branch 2 times, most recently from 90eaf64 to 53f74be Compare March 27, 2023 22:06
@renovate renovate bot force-pushed the renovate/pin-dependencies branch 6 times, most recently from 4163036 to 9bd9e50 Compare April 18, 2023 17:21
@renovate renovate bot force-pushed the renovate/pin-dependencies branch 6 times, most recently from d5e8d15 to c0beb58 Compare May 9, 2023 14:21
@renovate renovate bot force-pushed the renovate/pin-dependencies branch 2 times, most recently from e7e6897 to ae4dac6 Compare May 16, 2023 16:57
@renovate renovate bot force-pushed the renovate/pin-dependencies branch 2 times, most recently from fabd1bd to 4853ab4 Compare June 20, 2023 12:13
@renovate renovate bot force-pushed the renovate/pin-dependencies branch 8 times, most recently from 2217507 to 94d62cf Compare June 30, 2023 08:20
@renovate renovate bot force-pushed the renovate/pin-dependencies branch 5 times, most recently from eb56539 to 842597e Compare July 5, 2023 19:32
@renovate renovate bot force-pushed the renovate/pin-dependencies branch 3 times, most recently from 7f49e77 to 5673be4 Compare July 15, 2023 22:00
@renovate renovate bot force-pushed the renovate/pin-dependencies branch 2 times, most recently from 306dee3 to 4526930 Compare August 2, 2023 11:26
@renovate renovate bot force-pushed the renovate/pin-dependencies branch from 4526930 to ce9166c Compare August 16, 2023 00:58
@renovate renovate bot force-pushed the renovate/pin-dependencies branch 2 times, most recently from 48bb294 to 0ba2ff7 Compare September 9, 2023 20:33
@renovate renovate bot force-pushed the renovate/pin-dependencies branch from 0ba2ff7 to 7b229b6 Compare September 14, 2023 01:08
@renovate renovate bot force-pushed the renovate/pin-dependencies branch from 7b229b6 to 90fe86a Compare October 10, 2023 13:07
@renovate renovate bot force-pushed the renovate/pin-dependencies branch from 90fe86a to da38130 Compare October 30, 2023 19:48
@renovate renovate bot force-pushed the renovate/pin-dependencies branch 2 times, most recently from c35fa6c to abf99ae Compare November 16, 2023 19:09
@renovate renovate bot force-pushed the renovate/pin-dependencies branch from abf99ae to 843d1dc Compare December 10, 2023 08:43
@renovate renovate bot force-pushed the renovate/pin-dependencies branch 3 times, most recently from 44ad7cd to c323815 Compare December 25, 2023 14:44
@renovate renovate bot force-pushed the renovate/pin-dependencies branch from c323815 to 3a70574 Compare December 26, 2023 21:34
@folex folex closed this Dec 28, 2023
@folex folex deleted the renovate/pin-dependencies branch December 28, 2023 21:10
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