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 serde_json to v1.0.128 #149

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 1, 2024

This PR contains the following updates:

Package Type Update Change
serde_json dependencies patch =1.0.108 -> =1.0.128

Release Notes

serde-rs/json (serde_json)

v1.0.128

Compare Source

v1.0.127

Compare Source

v1.0.126

Compare Source

  • Improve string parsing on targets that use 32-bit pointers but also have fast 64-bit integer arithmetic, such as aarch64-unknown-linux-gnu_ilp32 and x86_64-unknown-linux-gnux32 (#​1182, thanks @​CryZe)

v1.0.125

Compare Source

v1.0.124

Compare Source

v1.0.123

Compare Source

v1.0.122

Compare Source

  • Support using json! in no-std crates (#​1166)

v1.0.121

Compare Source

v1.0.120

Compare Source

v1.0.119

Compare Source

v1.0.118

Compare Source

v1.0.117

Compare Source

  • Resolve unexpected_cfgs warning (#​1130)

v1.0.116

Compare Source

v1.0.115

Compare Source

  • Documentation improvements

v1.0.114

Compare Source

  • Fix unused_imports warnings when compiled by rustc 1.78

v1.0.113

Compare Source

  • Add swap_remove and shift_remove methods on Map (#​1109)

v1.0.112

Compare Source

  • Improve formatting of "invalid type" error messages involving floats (#​1107)

v1.0.111

Compare Source

v1.0.110

Compare Source

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

v1.0.109

Compare Source

  • Documentation improvements

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 serde_json to v1.0.109 fix(deps): update rust crate serde_json to v1.0.110 Jan 2, 2024
Copy link
Contributor Author

renovate bot commented Jan 2, 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: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path wasm-modules/eth-rpc/Cargo.toml --workspace
    Updating crates.io index
error: failed to select a version for `serde`.
    ... required by package `serde_json v1.0.117`
    ... which satisfies dependency `serde_json = "=1.0.117"` of package `eth_rpc v0.1.0 (/tmp/renovate/repos/github/fluencelabs/fRPC-Substrate/wasm-modules/eth-rpc)`
versions that meet the requirements `^1.0.194` are: 1.0.201, 1.0.200, 1.0.199, 1.0.198, 1.0.197, 1.0.196, 1.0.195, 1.0.194

all possible versions conflict with previously selected packages.

  previously selected package `serde v1.0.193`
    ... which satisfies dependency `serde = "=1.0.193"` of package `eth_rpc v0.1.0 (/tmp/renovate/repos/github/fluencelabs/fRPC-Substrate/wasm-modules/eth-rpc)`

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

@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.110 fix(deps): update rust crate serde_json to v1.0.111 Jan 4, 2024
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.111 fix(deps): update rust crate serde_json to v1.0.112 Jan 26, 2024
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.112 fix(deps): update rust crate serde_json to v1.0.113 Jan 29, 2024
@renovate renovate bot force-pushed the renovate/serde_json-1.x branch 2 times, most recently from 55ed8e3 to e698d95 Compare February 20, 2024 01:36
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.113 fix(deps): update rust crate serde_json to v1.0.114 Feb 20, 2024
@renovate renovate bot force-pushed the renovate/serde_json-1.x branch from e698d95 to 8c57c10 Compare March 26, 2024 07:49
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.114 fix(deps): update rust crate serde_json to v1.0.115 Mar 26, 2024
@renovate renovate bot force-pushed the renovate/serde_json-1.x branch from 8c57c10 to 7381e62 Compare April 16, 2024 07:12
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.115 fix(deps): update rust crate serde_json to v1.0.116 Apr 16, 2024
@renovate renovate bot force-pushed the renovate/serde_json-1.x branch from 7381e62 to 651e921 Compare May 8, 2024 02:21
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.116 fix(deps): update rust crate serde_json to v1.0.117 May 8, 2024
@renovate renovate bot force-pushed the renovate/serde_json-1.x branch from 651e921 to 573b877 Compare June 25, 2024 08:09
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.117 fix(deps): update rust crate serde_json to v1.0.118 Jun 25, 2024
Copy link
Contributor Author

renovate bot commented Jun 25, 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: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path wasm-modules/eth-rpc/Cargo.toml --workspace
    Updating crates.io index
error: failed to select a version for `serde`.
    ... required by package `serde_json v1.0.128`
    ... which satisfies dependency `serde_json = "=1.0.128"` of package `eth_rpc v0.1.0 (/tmp/renovate/repos/github/fluencelabs/fRPC-Substrate/wasm-modules/eth-rpc)`
versions that meet the requirements `^1.0.194` are: 1.0.209, 1.0.208, 1.0.207, 1.0.206, 1.0.205, 1.0.204, 1.0.203, 1.0.202, 1.0.201, 1.0.200, 1.0.199, 1.0.198, 1.0.197, 1.0.196, 1.0.195, 1.0.194

all possible versions conflict with previously selected packages.

  previously selected package `serde v1.0.193`
    ... which satisfies dependency `serde = "=1.0.193"` of package `eth_rpc v0.1.0 (/tmp/renovate/repos/github/fluencelabs/fRPC-Substrate/wasm-modules/eth-rpc)`

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

@renovate renovate bot force-pushed the renovate/serde_json-1.x branch from 573b877 to 5f9b057 Compare June 30, 2024 22:13
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.118 fix(deps): update rust crate serde_json to v1.0.119 Jun 30, 2024
@renovate renovate bot force-pushed the renovate/serde_json-1.x branch from 5f9b057 to 436737e Compare July 1, 2024 18:40
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.119 fix(deps): update rust crate serde_json to v1.0.120 Jul 1, 2024
@renovate renovate bot force-pushed the renovate/serde_json-1.x branch from 436737e to 926b3cf Compare July 28, 2024 22:22
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.120 fix(deps): update rust crate serde_json to v1.0.121 Jul 28, 2024
@renovate renovate bot force-pushed the renovate/serde_json-1.x branch from 926b3cf to 1225e7c Compare August 1, 2024 21:58
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.121 fix(deps): update rust crate serde_json to v1.0.122 Aug 1, 2024
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.122 fix(deps): update rust crate serde_json to v1.0.123 Aug 11, 2024
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.123 fix(deps): update rust crate serde_json to v1.0.124 Aug 11, 2024
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.124 fix(deps): update rust crate serde_json to v1.0.125 Aug 15, 2024
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.125 fix(deps): update rust crate serde_json to v1.0.126 Aug 23, 2024
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.126 fix(deps): update rust crate serde_json to v1.0.127 Aug 23, 2024
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.127 fix(deps): update rust crate serde_json to v1.0.128 Sep 4, 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