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 ckb-std to 0.15.0 #595

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 7, 2024

This PR contains the following updates:

Package Type Update Change
ckb-std dependencies minor 0.10.0 -> 0.15.0

Release Notes

nervosnetwork/ckb-std (ckb-std)

v0.15.3

Compare Source

What's Changed

Full Changelog: nervosnetwork/ckb-std@v0.15.2...v0.15.3

v0.15.2

Compare Source

What's Changed

New Contributors

Full Changelog: nervosnetwork/ckb-std@v0.15.1...v0.15.2

v0.15.1

Compare Source

v0.15.0

Compare Source

v0.14.3

Compare Source

v0.14.2

Compare Source

What's Changed

Full Changelog: nervosnetwork/ckb-std@v0.14.0...v0.14.2

v0.14.1

Compare Source

v0.14.0

Compare Source

What's Changed

New Contributors

Full Changelog: nervosnetwork/ckb-std@v0.13.0...v0.14.0

v0.13.0

Compare Source

What's Changed

Features
Miscs

New Contributors

Full Changelog: nervosnetwork/ckb-std@v0.12.1...v0.13.0

v0.12.1

Compare Source

v0.12.0

Compare Source

v0.11.0

Compare Source


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.

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

Copy link
Contributor Author

renovate bot commented Jan 7, 2024

⚠ 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: packages/samples/mvp-dapp/contract/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path packages/samples/mvp-dapp/contract/contracts/kuai-mvp-contract/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 `molecule`.
    ... required by package `ckb-gen-types v0.112.0`
    ... which satisfies dependency `ckb-types = "^0.112"` of package `ckb-std v0.15.0`
    ... which satisfies dependency `ckb-std = "^0.15.0"` of package `kuai-mvp-contract v0.1.0 (/tmp/renovate/repos/github/ckb-js/kuai/packages/samples/mvp-dapp/contract/contracts/kuai-mvp-contract)`
versions that meet the requirements `^0.7.5` are: 0.7.5

all possible versions conflict with previously selected packages.

  previously selected package `molecule v0.7.3`
    ... which satisfies dependency `molecule = "^0.7.2"` of package `types v0.1.0 (/tmp/renovate/repos/github/ckb-js/kuai/packages/samples/mvp-dapp/contract/types)`
    ... which satisfies path dependency `types` (locked to 0.1.0) of package `kuai-mvp-contract v0.1.0 (/tmp/renovate/repos/github/ckb-js/kuai/packages/samples/mvp-dapp/contract/contracts/kuai-mvp-contract)`

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

@codecov-commenter
Copy link

codecov-commenter commented Jan 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (7ff4e39) 61.54% compared to head (c4bf6bb) 61.54%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #595   +/-   ##
========================================
  Coverage    61.54%   61.54%           
========================================
  Files           94       94           
  Lines         3178     3178           
  Branches       722      722           
========================================
  Hits          1956     1956           
  Misses        1099     1099           
  Partials       123      123           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7ff4e39...c4bf6bb. Read the comment docs.

@renovate renovate bot force-pushed the renovate/ckb-std-0.x branch 11 times, most recently from ba39d07 to 7c48aea Compare January 14, 2024 06:29
@renovate renovate bot force-pushed the renovate/ckb-std-0.x branch 4 times, most recently from b911781 to e37f211 Compare January 23, 2024 01:32
@renovate renovate bot force-pushed the renovate/ckb-std-0.x branch 3 times, most recently from fedaee8 to c4bf6bb Compare February 1, 2024 01:36
@renovate renovate bot changed the title fix(deps): update rust crate ckb-std to 0.15.0 fix(deps): update rust crate ckb-std to 0.15.1 Feb 1, 2024
@renovate renovate bot force-pushed the renovate/ckb-std-0.x branch 3 times, most recently from bafe5bb to 2e0b01e Compare February 1, 2024 04:45
@renovate renovate bot force-pushed the renovate/ckb-std-0.x branch 5 times, most recently from 8242ec1 to cba0b76 Compare February 4, 2024 07:42
@renovate renovate bot changed the title fix(deps): update rust crate ckb-std to 0.15.1 fix(deps): update rust crate ckb-std to 0.15.2 Mar 25, 2024
@renovate renovate bot changed the title fix(deps): update rust crate ckb-std to 0.15.2 fix(deps): update rust crate ckb-std to 0.15.3 Mar 25, 2024
@renovate renovate bot changed the title fix(deps): update rust crate ckb-std to 0.15.3 fix(deps): update rust crate ckb-std to 0.15.0 May 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant