From 2390533ab81b4cd0cd4c8cf8038a028b7631302b Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Fri, 31 Jan 2025 04:53:55 +0000 Subject: [PATCH] chore(deps): update rust crate serde_json to 1.0.138 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- workspace-hack/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8aed3229865..1d345588bd6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2788,9 +2788,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.137" +version = "1.0.138" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b" +checksum = "d434192e7da787e94a6ea7e9670b26a036d0ca41e0b7efb2676dd32bae872949" dependencies = [ "indexmap 2.7.1", "itoa", diff --git a/Cargo.toml b/Cargo.toml index 7cf64993f3b..b13b5d41bf6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/workspace-hack/Cargo.toml b/workspace-hack/Cargo.toml index bedadef102e..c03764f0c65 100644 --- a/workspace-hack/Cargo.toml +++ b/workspace-hack/Cargo.toml @@ -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"] }