Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 25, 2024

This PR contains the following updates:

Package Type Update Change
serde_json dependencies patch 1.0.117 -> 1.0.145

Release Notes

serde-rs/json (serde_json)

v1.0.145

Compare Source

  • Raise serde version requirement to >=1.0.220

v1.0.144

Compare Source

  • Switch serde dependency to serde_core (#​1285)

v1.0.143

Compare Source

v1.0.142

Compare Source

v1.0.141

Compare Source

v1.0.140

Compare Source

  • Documentation improvements

v1.0.139

Compare Source

  • Documentation improvements

v1.0.138

Compare Source

  • Documentation improvements

v1.0.137

Compare Source

  • Turn on "float_roundtrip" and "unbounded_depth" features for serde_json in play.rust-lang.org (#​1231)

v1.0.136

Compare Source

  • Optimize serde_json::value::Serializer::serialize_map by using Map::with_capacity (#​1230, thanks @​goffrie)

v1.0.135

Compare Source

v1.0.134

Compare Source

  • Add RawValue associated constants for literal null, true, false (#​1221, thanks @​bheylin)

v1.0.133

Compare Source

  • Implement From<[T; N]> for serde_json::Value (#​1215)

v1.0.132

Compare Source

  • 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

Compare Source

  • Implement Deserializer and IntoDeserializer for Map<String, Value> and &Map<String, Value> (#​1135, thanks @​swlynch99)

v1.0.130

Compare Source

  • Support converting and deserializing Number from i128 and u128 (#​1141, thanks @​druide)

v1.0.129

Compare Source

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


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 becomes conflicted, 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 added the renovate label Jun 25, 2024
@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-lockfile branch from 0db2bfa to 5d3e09e Compare June 30, 2024 19:18
@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 5, 2024
@renovate renovate bot force-pushed the renovate/serde_json-1.x-lockfile branch from 5d3e09e to 585a3cb Compare July 5, 2024 20:54
@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-lockfile branch 2 times, most recently from e3e8ef7 to cfa2234 Compare August 1, 2024 22:24
@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 force-pushed the renovate/serde_json-1.x-lockfile branch from cfa2234 to 9ae31fd Compare August 11, 2024 19:18
@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 force-pushed the renovate/serde_json-1.x-lockfile branch 2 times, most recently from 3f305fc to 29637bf Compare August 15, 2024 07:23
@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.127 Aug 23, 2024
@renovate renovate bot force-pushed the renovate/serde_json-1.x-lockfile branch from 29637bf to 26f6d19 Compare August 23, 2024 23:33
@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
@renovate renovate bot force-pushed the renovate/serde_json-1.x-lockfile branch from 26f6d19 to 8175585 Compare September 16, 2024 10:12
@renovate renovate bot force-pushed the renovate/serde_json-1.x-lockfile branch from 8175585 to 90f871a Compare October 17, 2024 19:33
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.128 fix(deps): update rust crate serde_json to v1.0.129 Oct 17, 2024
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.129 fix(deps): update rust crate serde_json to v1.0.130 Oct 18, 2024
@renovate renovate bot force-pushed the renovate/serde_json-1.x-lockfile branch from 90f871a to 93c942c Compare October 18, 2024 18:19
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.130 fix(deps): update rust crate serde_json to v1.0.131 Oct 19, 2024
@renovate renovate bot force-pushed the renovate/serde_json-1.x-lockfile branch 2 times, most recently from d43ddc1 to 7075e31 Compare October 19, 2024 19:44
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.131 fix(deps): update rust crate serde_json to v1.0.132 Oct 19, 2024
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.132 fix(deps): update rust crate serde_json to v1.0.133 Nov 17, 2024
@renovate renovate bot force-pushed the renovate/serde_json-1.x-lockfile branch from 7075e31 to df92f3b Compare November 17, 2024 03:42
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.133 fix(deps): update rust crate serde_json to v1.0.134 Dec 21, 2024
@renovate renovate bot force-pushed the renovate/serde_json-1.x-lockfile branch from df92f3b to 2026023 Compare December 21, 2024 19:56
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.134 fix(deps): update rust crate serde_json to v1.0.135 Jan 7, 2025
@renovate renovate bot force-pushed the renovate/serde_json-1.x-lockfile branch from 2026023 to c962641 Compare January 7, 2025 00:49
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.135 fix(deps): update rust crate serde_json to v1.0.136 Jan 19, 2025
@renovate renovate bot force-pushed the renovate/serde_json-1.x-lockfile branch 2 times, most recently from 6495ec6 to 61ceb9d Compare January 20, 2025 00:51
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.136 fix(deps): update rust crate serde_json to v1.0.137 Jan 20, 2025
@renovate renovate bot force-pushed the renovate/serde_json-1.x-lockfile branch from 61ceb9d to 64c30ab Compare January 28, 2025 22:17
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.137 fix(deps): update rust crate serde_json to v1.0.138 Jan 28, 2025
@renovate renovate bot force-pushed the renovate/serde_json-1.x-lockfile branch from 64c30ab to 6c13d36 Compare February 20, 2025 05:23
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.138 fix(deps): update rust crate serde_json to v1.0.139 Feb 20, 2025
@renovate renovate bot force-pushed the renovate/serde_json-1.x-lockfile branch from 6c13d36 to 08be04c Compare March 3, 2025 10:11
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.139 fix(deps): update rust crate serde_json to v1.0.140 Mar 3, 2025
@renovate renovate bot force-pushed the renovate/serde_json-1.x-lockfile branch from 08be04c to 700edae Compare July 18, 2025 20:10
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.140 fix(deps): update rust crate serde_json to v1.0.141 Jul 18, 2025
@renovate renovate bot force-pushed the renovate/serde_json-1.x-lockfile branch from 700edae to de31410 Compare August 7, 2025 11:02
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.141 fix(deps): update rust crate serde_json to v1.0.142 Aug 7, 2025
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.142 fix(deps): update rust crate serde_json to v1.0.143 Aug 19, 2025
@renovate renovate bot force-pushed the renovate/serde_json-1.x-lockfile branch from de31410 to 436d7c2 Compare August 19, 2025 05:48
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.143 fix(deps): update rust crate serde_json to v1.0.144 Sep 14, 2025
@renovate renovate bot force-pushed the renovate/serde_json-1.x-lockfile branch from 436d7c2 to 6d6453f Compare September 14, 2025 00:27
@renovate renovate bot force-pushed the renovate/serde_json-1.x-lockfile branch from 6d6453f to d200796 Compare September 14, 2025 17:55
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.144 fix(deps): update rust crate serde_json to v1.0.145 Sep 14, 2025
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.145 chore(deps): update rust crate serde_json to v1.0.145 Sep 25, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Sep 25, 2025

⚠️ 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 Cargo.toml --package [email protected] --precise 1.0.145
error: failed to acquire package cache lock

Caused by:
  failed to open: /home/ubuntu/.cargo/.package-cache

Caused by:
  failed to create directory `/home/ubuntu/.cargo`

Caused by:
  File exists (os error 17)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant