Skip to content

Commit 737d506

Browse files
authored
fix(deps): update rust crate serde_json to 1.0.143 (#89)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [serde_json](https://redirect.github.com/serde-rs/json) | workspace.dependencies | patch | `1.0.141` -> `1.0.143` | --- ### Release Notes <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.143`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.143) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.142...v1.0.143) - Implement Clone and Debug for serde\_json::Map iterators ([#&#8203;1264](https://redirect.github.com/serde-rs/json/issues/1264), thanks [@&#8203;xlambein](https://redirect.github.com/xlambein)) - Implement Default for CompactFormatter ([#&#8203;1268](https://redirect.github.com/serde-rs/json/issues/1268), thanks [@&#8203;SOF3](https://redirect.github.com/SOF3)) - Implement FromStr for serde\_json::Map ([#&#8203;1271](https://redirect.github.com/serde-rs/json/issues/1271), thanks [@&#8203;mickvangelderen](https://redirect.github.com/mickvangelderen)) ### [`v1.0.142`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.142) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.141...v1.0.142) - impl Default for \&Value ([#&#8203;1265](https://redirect.github.com/serde-rs/json/issues/1265), thanks [@&#8203;aatifsyed](https://redirect.github.com/aatifsyed)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 05:59 AM, on day 24 of the month ( * 0-5 24 * * ) (UTC), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/jerus-org/captval). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44MS4yIiwidXBkYXRlZEluVmVyIjoiNDEuODEuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
2 parents a5cd598 + e531096 commit 737d506

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4040
- deps: update rust crate mockd to 0.4.51(pr [#86])
4141
- deps: update rust crate proc-macro2 to 1.0.101(pr [#87])
4242
- deps: update rust crate reqwest to 0.12.23(pr [#88])
43+
- deps: update rust crate serde_json to 1.0.143(pr [#89])
4344

4445
## [0.1.2] - 2025-05-15
4546

@@ -202,6 +203,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
202203
[#86]: https://github.com/jerus-org/captval/pull/86
203204
[#87]: https://github.com/jerus-org/captval/pull/87
204205
[#88]: https://github.com/jerus-org/captval/pull/88
206+
[#89]: https://github.com/jerus-org/captval/pull/89
205207
[Unreleased]: https://github.com/jerus-org/captval/compare/v0.1.2...HEAD
206208
[0.1.2]: https://github.com/jerus-org/captval/compare/v0.1.0...v0.1.2
207209
[0.1.0]: https://github.com/jerus-org/captval/releases/tag/v0.1.0

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ reqwest = { version = "0.12.23", default-features = false, features = [
1919
"http2",
2020
] }
2121
serde = { version = "1.0.219", features = ["derive"] }
22-
serde_json = "1.0.141"
22+
serde_json = "1.0.143"
2323
serde_urlencoded = "0.7.1"
2424
syn = "2.0.104"
2525
thiserror = "2.0.12"

0 commit comments

Comments
 (0)