fRPC-Substrate
fRPC-Substrate copied to clipboard
fix(deps): update rust crate serde_json to v1.0.140
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| serde_json | dependencies | patch | =1.0.108 -> =1.0.140 |
Release Notes
serde-rs/json (serde_json)
v1.0.140
- Documentation improvements
v1.0.139
- Documentation improvements
v1.0.138
- Documentation improvements
v1.0.137
- Turn on "float_roundtrip" and "unbounded_depth" features for serde_json in play.rust-lang.org (#1231)
v1.0.136
- Optimize serde_json::value::Serializer::serialize_map by using Map::with_capacity (#1230, thanks @goffrie)
v1.0.135
- Add serde_json::Map::into_values method (#1226, thanks @tisonkun)
v1.0.134
v1.0.133
- Implement From<[T; N]> for serde_json::Value (#1215)
v1.0.132
- Improve binary size and compile time for JSON array and JSON object deserialization by about 50% (#1205)
- Improve performance of JSON array and JSON object deserialization by about 8% (#1206)
v1.0.131
- Implement Deserializer and IntoDeserializer for
Map<String, Value>and&Map<String, Value>(#1135, thanks @swlynch99)
v1.0.130
v1.0.129
v1.0.128
- Support serializing maps containing 128-bit integer keys to serde_json::Value (#1188, thanks @Mrreadiness)
v1.0.127
v1.0.126
- 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
- Speed up \uXXXX parsing and improve handling of unpaired surrogates when deserializing to bytes (#1172, #1175, thanks @purplesyringa)
v1.0.124
- Fix a bug in processing string escapes in big-endian architectures (#1173, thanks @purplesyringa)
v1.0.123
- Optimize string parsing by applying SIMD-within-a-register: 30.3% improvement on twitter.json from 613 MB/s to 799 MB/s (#1161, thanks @purplesyringa)
v1.0.122
- Support using
json!in no-std crates (#1166)
v1.0.121
- Optimize position search in error path (#1160, thanks @purplesyringa)
v1.0.120
- Correctly specify required version of
indexmapdependency (#1152, thanks @cforycki)
v1.0.119
v1.0.118
- Implement Hash for serde_json::Value (#1127, thanks @edwardycl)
v1.0.117
- Resolve unexpected_cfgs warning (#1130)
v1.0.116
- Make module structure comprehensible to static analysis (#1124, thanks @mleonhard)
v1.0.115
- Documentation improvements
v1.0.114
- Fix unused_imports warnings when compiled by rustc 1.78
v1.0.113
- Add
swap_removeandshift_removemethods on Map (#1109)
v1.0.112
- Improve formatting of "invalid type" error messages involving floats (#1107)
v1.0.111
v1.0.110
- Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache
v1.0.109
- 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.
⚠ 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
⚠️ 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.140`
... which satisfies dependency `serde_json = "=1.0.140"` 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.218, 1.0.217, 1.0.216, 1.0.215, 1.0.214, 1.0.213, 1.0.212, 1.0.211, 1.0.210, 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