Skip to content

Commit 81df581

Browse files
authored
Update Rust crate serde_json to 1.0.141 (#2476)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [serde_json](https://redirect.github.com/serde-rs/json) | workspace.dependencies | patch | `1.0.140` -> `1.0.141` | --- ### Release Notes <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.141`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.141) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.140...v1.0.141) - Optimize string escaping during serialization ([#&#8203;1273](https://redirect.github.com/serde-rs/json/issues/1273), thanks [@&#8203;conradludgate](https://redirect.github.com/conradludgate)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles. 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4zOC4yIiwidXBkYXRlZEluVmVyIjoiNDEuMzguMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
1 parent d0b3e3c commit 81df581

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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
@@ -110,7 +110,7 @@ self_update = { version = "0.42.0", default-features = false, features = [
110110
] }
111111
serde = { version = "1.0.219", features = ["derive"] }
112112
serde_ignored = "0.1.12"
113-
serde_json = "1.0.140"
113+
serde_json = "1.0.141"
114114
serde_path_to_error = "0.1.17"
115115
sha2 = "0.10.9"
116116
shell-words = "1.1.0"

workspace-hack/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ rand_chacha = { version = "0.9.0", default-features = false, features = ["std"]
3636
regex-automata = { version = "0.4.9", default-features = false, features = ["dfa", "hybrid", "meta", "nfa", "perf", "unicode"] }
3737
regex-syntax = { version = "0.8.5" }
3838
serde = { version = "1.0.219", features = ["alloc", "derive"] }
39-
serde_json = { version = "1.0.140", features = ["unbounded_depth"] }
39+
serde_json = { version = "1.0.141", features = ["unbounded_depth"] }
4040
smallvec = { version = "1.15.1", default-features = false, features = ["const_generics"] }
4141
target-spec = { version = "3.5.0", default-features = false, features = ["custom", "summaries"] }
4242
target-spec-miette = { version = "0.4.4", default-features = false, features = ["fixtures"] }

0 commit comments

Comments
 (0)