Skip to content

Commit 4d8f74e

Browse files
authored
chore(deps): update rust crate serde_json to 1.0.133 (#1880)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [serde_json](https://redirect.github.com/serde-rs/json) | workspace.dependencies | patch | `1.0.132` -> `1.0.133` | --- ### Release Notes <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.133`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.133) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.132...v1.0.133) - Implement From<\[T; N]> for serde_json::Value ([#&#8203;1215](https://redirect.github.com/serde-rs/json/issues/1215)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOC4yIiwidXBkYXRlZEluVmVyIjoiMzkuMTguMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
1 parent f19afc8 commit 4d8f74e

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
@@ -98,7 +98,7 @@ self_update = { version = "0.41.0", default-features = false, features = [
9898
] }
9999
serde = { version = "1.0.215", features = ["derive"] }
100100
serde_ignored = "0.1.10"
101-
serde_json = "1.0.132"
101+
serde_json = "1.0.133"
102102
serde_path_to_error = "0.1.16"
103103
shell-words = "1.1.0"
104104
smallvec = "1.13.2"

workspace-hack/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ miette = { version = "7.2.0", features = ["fancy"] }
2929
num-traits = { version = "0.2.19", default-features = false, features = ["libm", "std"] }
3030
rand = { version = "0.8.5" }
3131
serde = { version = "1.0.215", features = ["alloc", "derive"] }
32-
serde_json = { version = "1.0.132", features = ["unbounded_depth"] }
32+
serde_json = { version = "1.0.133", features = ["unbounded_depth"] }
3333
tokio = { version = "1.41.1", features = ["fs", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync", "time", "tracing"] }
3434
tracing-core = { version = "0.1.32" }
3535
tracing-subscriber = { version = "0.3.18", default-features = false, features = ["fmt", "tracing-log"] }

0 commit comments

Comments
 (0)