This repository was archived by the owner on Apr 6, 2026. It is now read-only.
chore(deps): update rust crate serde_json to v1.0.149 - #3
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/serde_json-1.x-lockfile
branch
from
August 2, 2024 11:45
b4b56c8 to
8b0e4e1
Compare
renovate
Bot
force-pushed
the
renovate/serde_json-1.x-lockfile
branch
from
August 13, 2024 02:48
8b0e4e1 to
f132179
Compare
renovate
Bot
force-pushed
the
renovate/serde_json-1.x-lockfile
branch
from
August 16, 2024 11:54
f132179 to
3c23c6b
Compare
renovate
Bot
force-pushed
the
renovate/serde_json-1.x-lockfile
branch
from
August 25, 2024 05:58
3c23c6b to
4a6572a
Compare
renovate
Bot
force-pushed
the
renovate/serde_json-1.x-lockfile
branch
from
September 17, 2024 11:56
4a6572a to
b30a15f
Compare
renovate
Bot
force-pushed
the
renovate/serde_json-1.x-lockfile
branch
2 times, most recently
from
October 20, 2024 05:28
ab98ad3 to
f2c0f57
Compare
renovate
Bot
force-pushed
the
renovate/serde_json-1.x-lockfile
branch
from
November 17, 2024 02:15
f2c0f57 to
1db669d
Compare
renovate
Bot
force-pushed
the
renovate/serde_json-1.x-lockfile
branch
from
December 22, 2024 08:37
1db669d to
2bc9ba2
Compare
renovate
Bot
force-pushed
the
renovate/serde_json-1.x-lockfile
branch
from
January 7, 2025 07:21
2bc9ba2 to
93db899
Compare
renovate
Bot
force-pushed
the
renovate/serde_json-1.x-lockfile
branch
from
January 20, 2025 03:46
93db899 to
7d2f5b2
Compare
renovate
Bot
force-pushed
the
renovate/serde_json-1.x-lockfile
branch
from
January 29, 2025 20:07
7d2f5b2 to
c48eb7b
Compare
renovate
Bot
force-pushed
the
renovate/serde_json-1.x-lockfile
branch
from
February 21, 2025 19:46
c48eb7b to
3161ad0
Compare
renovate
Bot
force-pushed
the
renovate/serde_json-1.x-lockfile
branch
from
March 4, 2025 23:57
3161ad0 to
f1552ad
Compare
renovate
Bot
force-pushed
the
renovate/serde_json-1.x-lockfile
branch
from
July 27, 2025 07:57
f1552ad to
b2c10f1
Compare
renovate
Bot
force-pushed
the
renovate/serde_json-1.x-lockfile
branch
from
August 4, 2025 22:10
b2c10f1 to
0d0b0b3
Compare
renovate
Bot
force-pushed
the
renovate/serde_json-1.x-lockfile
branch
from
August 19, 2025 07:42
0d0b0b3 to
9fab415
Compare
renovate
Bot
force-pushed
the
renovate/serde_json-1.x-lockfile
branch
from
September 14, 2025 23:56
9fab415 to
a76b75e
Compare
renovate
Bot
force-pushed
the
renovate/serde_json-1.x-lockfile
branch
from
December 11, 2025 11:14
a76b75e to
ce39e26
Compare
renovate
Bot
force-pushed
the
renovate/serde_json-1.x-lockfile
branch
from
December 22, 2025 16:18
ce39e26 to
d924a93
Compare
renovate
Bot
force-pushed
the
renovate/serde_json-1.x-lockfile
branch
from
December 24, 2025 04:08
d924a93 to
0a978b9
Compare
renovate
Bot
force-pushed
the
renovate/serde_json-1.x-lockfile
branch
2 times, most recently
from
January 1, 2026 15:33
5982beb to
6337f47
Compare
renovate
Bot
force-pushed
the
renovate/serde_json-1.x-lockfile
branch
from
January 7, 2026 08:04
6337f47 to
0ca285a
Compare
renovate
Bot
force-pushed
the
renovate/serde_json-1.x-lockfile
branch
from
February 3, 2026 04:16
0ca285a to
f4ef66b
Compare
renovate
Bot
force-pushed
the
renovate/serde_json-1.x-lockfile
branch
from
February 13, 2026 23:40
f4ef66b to
97afafe
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.0.120→1.0.149Release Notes
serde-rs/json (serde_json)
v1.0.149Compare Source
v1.0.148Compare Source
zmijdependency to 1.0v1.0.147Compare Source
v1.0.146Compare Source
v1.0.145Compare Source
v1.0.144Compare Source
v1.0.143Compare Source
v1.0.142Compare Source
v1.0.141Compare Source
v1.0.140Compare Source
v1.0.139Compare Source
v1.0.138Compare Source
v1.0.137Compare Source
v1.0.136Compare Source
v1.0.135Compare Source
v1.0.134Compare Source
RawValueassociated constants for literalnull,true,false(#1221, thanks @bheylin)v1.0.133Compare Source
v1.0.132Compare Source
v1.0.131Compare Source
Map<String, Value>and&Map<String, Value>(#1135, thanks @swlynch99)v1.0.130Compare Source
Numberfrom i128 and u128 (#1141, thanks @druide)v1.0.129Compare Source
serde_json::Map::sort_keysandserde_json::Value::sort_all_objects(#1199)v1.0.128Compare Source
v1.0.127Compare Source
v1.0.126Compare Source
v1.0.125Compare Source
v1.0.124Compare Source
v1.0.123Compare Source
v1.0.122Compare Source
json!in no-std crates (#1166)v1.0.121Compare 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.
This PR was generated by Mend Renovate. View the repository job log.