From 86f3fa788b87cec1a3c7e857d7f5e330b060f2c4 Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Sun, 20 Oct 2024 03:18:41 +0000 Subject: [PATCH] Update Rust crate serde_json to 1.0.132 --- Cargo.lock | 5 +++-- cargo-guppy/Cargo.toml | 2 +- guppy-summaries/Cargo.toml | 2 +- guppy/Cargo.toml | 2 +- target-spec/Cargo.toml | 2 +- workspace-hack/Cargo.toml | 5 +---- 6 files changed, 8 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 87c1fdae15c..282b106d023 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3565,11 +3565,12 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.117" +version = "1.0.132" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3" +checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03" dependencies = [ "itoa", + "memchr", "ryu", "serde", ] diff --git a/cargo-guppy/Cargo.toml b/cargo-guppy/Cargo.toml index f597c617898..84fb92e1e08 100644 --- a/cargo-guppy/Cargo.toml +++ b/cargo-guppy/Cargo.toml @@ -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.132" toml_edit = "0.17.1" guppy-workspace-hack.workspace = true diff --git a/guppy-summaries/Cargo.toml b/guppy-summaries/Cargo.toml index dc077cc7799..f37cf7ef239 100644 --- a/guppy-summaries/Cargo.toml +++ b/guppy-summaries/Cargo.toml @@ -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.132" diff --git a/guppy/Cargo.toml b/guppy/Cargo.toml index eb5c91bbc47..4a3f3bed4d6 100644 --- a/guppy/Cargo.toml +++ b/guppy/Cargo.toml @@ -47,7 +47,7 @@ proptest-derive = { version = "0.4.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.132" smallvec = "1.13.2" static_assertions = "1.1.0" target-spec = { version = "3.2.2", path = "../target-spec" } diff --git a/target-spec/Cargo.toml b/target-spec/Cargo.toml index 5d5f9dddf65..0e13b3a2abd 100644 --- a/target-spec/Cargo.toml +++ b/target-spec/Cargo.toml @@ -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.132", optional = true } target-lexicon = { version = "0.12.16", features = ["std"] } unicode-ident = "1.0.12" guppy-workspace-hack.workspace = true diff --git a/workspace-hack/Cargo.toml b/workspace-hack/Cargo.toml index f24531f0b50..1ab49e66528 100644 --- a/workspace-hack/Cargo.toml +++ b/workspace-hack/Cargo.toml @@ -31,7 +31,7 @@ regex-automata = { version = "0.4.5", default-features = false, features = ["dfa regex-syntax = { version = "0.8.2" } semver = { version = "1.0.23", features = ["serde"] } serde = { version = "1.0.204", features = ["alloc", "derive"] } -serde_json = { version = "1.0.117", features = ["unbounded_depth"] } +serde_json = { version = "1.0.132", features = ["unbounded_depth"] } toml = { version = "0.5.11", features = ["preserve_order"] } [build-dependencies] @@ -42,7 +42,6 @@ syn-f595c2ba2a3f28df = { package = "syn", version = "2.0.48", features = ["extra [target.x86_64-unknown-linux-gnu.dependencies] libc = { version = "0.2.155" } -memchr = { version = "2.7.4", default-features = false, features = ["std"] } once_cell = { version = "1.19.0" } rustix = { version = "0.38.31", features = ["fs", "termios"] } @@ -51,7 +50,6 @@ libc = { version = "0.2.155" } [target.x86_64-apple-darwin.dependencies] libc = { version = "0.2.155", features = ["extra_traits"] } -memchr = { version = "2.7.4", default-features = false, features = ["std"] } once_cell = { version = "1.19.0" } rustix = { version = "0.38.31", features = ["fs", "termios"] } @@ -60,7 +58,6 @@ libc = { version = "0.2.155", features = ["extra_traits"] } [target.aarch64-apple-darwin.dependencies] libc = { version = "0.2.155", features = ["extra_traits"] } -memchr = { version = "2.7.4", default-features = false, features = ["std"] } once_cell = { version = "1.19.0" } rustix = { version = "0.38.31", features = ["fs", "termios"] }