Skip to content

Commit

Permalink
chore(deps): update rust crate serde_json to 1.0.138
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Jan 29, 2025
1 parent 5329ab9 commit 220cd6b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ self_update = { version = "0.42.0", default-features = false, features = [
] }
serde = { version = "1.0.217", features = ["derive"] }
serde_ignored = "0.1.10"
serde_json = "1.0.137"
serde_json = "1.0.138"
serde_path_to_error = "0.1.16"
sha2 = "0.10.8"
shell-words = "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ rand = { version = "0.8.5" }
regex-automata = { version = "0.4.8", default-features = false, features = ["dfa", "hybrid", "meta", "nfa", "perf", "unicode"] }
regex-syntax = { version = "0.8.5" }
serde = { version = "1.0.217", features = ["alloc", "derive"] }
serde_json = { version = "1.0.137", features = ["unbounded_depth"] }
serde_json = { version = "1.0.138", features = ["unbounded_depth"] }
smallvec = { version = "1.13.2", default-features = false, features = ["const_generics"] }
target-spec = { version = "3.3.1", default-features = false, features = ["custom", "summaries"] }
target-spec-miette = { version = "0.4.4", default-features = false, features = ["fixtures"] }
Expand Down

0 comments on commit 220cd6b

Please sign in to comment.