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 marine-rs-sdk to v0.14.0 #146

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 12, 2023

This PR contains the following updates:

Package Type Update Change
marine-rs-sdk dependencies minor =0.10.1 -> =0.14.0

Release Notes

fluencelabs/marine-rs-sdk (marine-rs-sdk)

v0.14.0

Compare Source

⚠ BREAKING CHANGES
Features

v0.13.0

Compare Source

⚠ BREAKING CHANGES
  • host api: rename json_path field in SecurityTetraplet to lambda to follow AquaVM naming (#​158)
  • host api: add particle parameters into CallParameters (#​156)
Features
  • host api: add particle parameters into CallParameters (#​156) (8c7352e)
  • host api: rename json_path field in SecurityTetraplet to lambda to follow AquaVM naming (#​158) (4a9e72e)

v0.12.0

Compare Source

⚠ BREAKING CHANGES
  • introduce host import API versions (#​154)
Features

v0.11.0

Compare Source

⚠ BREAKING CHANGES
  • ABI, call-parameters: add worker_id field into CallParameters (#​151)
Features
  • ABI, call-parameters: add worker_id field into CallParameters (#​151) (3bdf0c2)

v0.10.3

Compare Source

Features

v0.10.2

Compare Source

Bug Fixes
  • ABI: use correct empty string/vector representation (#​146) (d3cade9)

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.

@renovate renovate bot changed the title fix(deps): update rust crate marine-rs-sdk to v0.10.2 fix(deps): update rust crate marine-rs-sdk to v0.10.3 Dec 28, 2023
@renovate renovate bot force-pushed the renovate/marine-rs-sdk-0.x branch from 625e4fa to 9e5b789 Compare December 28, 2023 14:11
@renovate renovate bot changed the title fix(deps): update rust crate marine-rs-sdk to v0.10.3 fix(deps): update rust crate marine-rs-sdk to v0.11.0 Feb 6, 2024
@renovate renovate bot force-pushed the renovate/marine-rs-sdk-0.x branch from 9e5b789 to 814b2b5 Compare February 6, 2024 13:52
Copy link
Contributor Author

renovate bot commented Feb 6, 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: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path wasm-modules/eth-rpc/Cargo.toml --package [email protected] --precise 0.14.0
    Updating crates.io index
error: failed to select a version for the requirement `marine-rs-sdk = "^0.10.0"`
candidate versions found which didn't match: 0.14.0
location searched: crates.io index
required by package `marine-runtime v0.30.0`
    ... which satisfies dependency `marine-runtime = "^0.30.0"` (locked to 0.30.0) of package `fluence-app-service v0.29.0`
    ... which satisfies dependency `fluence-app-service = "^0.29.0"` (locked to 0.29.0) of package `marine-rs-sdk-test v0.11.1`
    ... which satisfies dependency `marine-rs-sdk-test = "=0.11.1"` (locked to 0.11.1) of package `eth_rpc v0.1.0 (/tmp/renovate/repos/github/fluencelabs/fRPC-Substrate/wasm-modules/eth-rpc)`
perhaps a crate was updated and forgotten to be re-vendored?

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path wasm-modules/curl-adapter/Cargo.toml --package [email protected] --precise 0.14.0
    Updating crates.io index
error: failed to select a version for the requirement `marine-rs-sdk = "^0.10.0"`
candidate versions found which didn't match: 0.14.0
location searched: crates.io index
required by package `marine-runtime v0.30.0`
    ... which satisfies dependency `marine-runtime = "^0.30.0"` (locked to 0.30.0) of package `fluence-app-service v0.29.0`
    ... which satisfies dependency `fluence-app-service = "^0.29.0"` (locked to 0.29.0) of package `marine-rs-sdk-test v0.11.1`
    ... which satisfies dependency `marine-rs-sdk-test = "=0.11.1"` (locked to 0.11.1) of package `eth_rpc v0.1.0 (/tmp/renovate/repos/github/fluencelabs/fRPC-Substrate/wasm-modules/eth-rpc)`
perhaps a crate was updated and forgotten to be re-vendored?

@renovate renovate bot force-pushed the renovate/marine-rs-sdk-0.x branch from 814b2b5 to 67d8aa5 Compare February 8, 2024 15:02
@renovate renovate bot changed the title fix(deps): update rust crate marine-rs-sdk to v0.11.0 fix(deps): update rust crate marine-rs-sdk to v0.12.0 Feb 8, 2024
@renovate renovate bot force-pushed the renovate/marine-rs-sdk-0.x branch 2 times, most recently from 68fbda4 to b1b652c Compare February 20, 2024 11:16
@renovate renovate bot changed the title fix(deps): update rust crate marine-rs-sdk to v0.12.0 fix(deps): update rust crate marine-rs-sdk to v0.13.0 Feb 20, 2024
@renovate renovate bot force-pushed the renovate/marine-rs-sdk-0.x branch from b1b652c to 2db9ec4 Compare February 21, 2024 13:54
@renovate renovate bot changed the title fix(deps): update rust crate marine-rs-sdk to v0.13.0 fix(deps): update rust crate marine-rs-sdk to v0.14.0 Feb 21, 2024
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