Skip to content

Commit

Permalink
Update Rust crate serde_json to 1.0.133 (#302)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [serde_json](https://redirect.github.com/serde-rs/json) | dependencies
| patch | `1.0.117` -> `1.0.133` |
| [serde_json](https://redirect.github.com/serde-rs/json) |
dev-dependencies | patch | `1.0.117` -> `1.0.133` |

---

### 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 these
updates 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMS4wIiwidXBkYXRlZEluVmVyIjoiMzkuNDYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
  • Loading branch information
nextest-bot authored Dec 4, 2024
1 parent 7125f33 commit c618ed6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cargo-guppy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ guppy-cmdlib = { path = "../guppy-cmdlib" }
itertools = "0.13.0"
pathdiff = { version = "0.2.1", features = ["camino"] }
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.117"
serde_json = "1.0.133"
toml_edit = "0.17.1"
guppy-workspace-hack.workspace = true
2 changes: 1 addition & 1 deletion guppy-summaries/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ guppy-workspace-hack.workspace = true
[dev-dependencies]
indoc = "2.0.5"
pretty_assertions = "1.4.0"
serde_json = "1.0.117"
serde_json = "1.0.133"
2 changes: 1 addition & 1 deletion guppy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ proptest-derive = { version = "0.5.0", optional = true }
rayon = { version = "1.10.0", optional = true }
semver = "1.0.23"
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.117"
serde_json = "1.0.133"
smallvec = "1.13.2"
static_assertions = "1.1.0"
target-spec = { version = "3.2.2", path = "../target-spec" }
Expand Down
2 changes: 1 addition & 1 deletion target-spec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" }
cfg-expr = { version = "0.17.0", features = ["targets"] }
proptest = { version = "1.5.0", optional = true }
serde = { version = "1.0.204", optional = true, features = ["derive"] }
serde_json = { version = "1.0.117", optional = true }
serde_json = { version = "1.0.133", optional = true }
target-lexicon = { version = "0.12.16", features = ["std"] }
unicode-ident = "1.0.12"
guppy-workspace-hack.workspace = true
Expand Down

0 comments on commit c618ed6

Please sign in to comment.