diff --git a/cargo-guppy/Cargo.toml b/cargo-guppy/Cargo.toml index 663cfa9557b..73e51215cbd 100644 --- a/cargo-guppy/Cargo.toml +++ b/cargo-guppy/Cargo.toml @@ -17,6 +17,6 @@ guppy-cmdlib = { path = "../guppy-cmdlib" } itertools = "0.12.1" pathdiff = { version = "0.2.1", features = ["camino"] } serde = { version = "1.0.196", features = ["derive"] } -serde_json = "1.0.108" +serde_json = "1.0.113" toml_edit = "0.17.1" guppy-workspace-hack.workspace = true diff --git a/guppy-summaries/Cargo.toml b/guppy-summaries/Cargo.toml index 88a97e5b5c5..1553effb5cb 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.4" pretty_assertions = "1.4.0" -serde_json = "1.0.108" +serde_json = "1.0.113" diff --git a/guppy/Cargo.toml b/guppy/Cargo.toml index ad947960852..40491697671 100644 --- a/guppy/Cargo.toml +++ b/guppy/Cargo.toml @@ -47,7 +47,7 @@ proptest-derive = { version = "0.4.0", optional = true } rayon = { version = "1.8.1", optional = true } semver = "1.0.21" serde = { version = "1.0.196", features = ["derive"] } -serde_json = "1.0.108" +serde_json = "1.0.113" smallvec = "1.11.2" static_assertions = "1.1.0" target-spec = { version = "3.0.1", path = "../target-spec" } diff --git a/target-spec/Cargo.toml b/target-spec/Cargo.toml index 294ec26d46b..2993137474d 100644 --- a/target-spec/Cargo.toml +++ b/target-spec/Cargo.toml @@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" } cfg-expr = { version = "0.15.6", features = ["targets"] } proptest = { version = "1.4.0", optional = true } serde = { version = "1.0.196", optional = true, features = ["derive"] } -serde_json = { version = "1.0.108", optional = true } +serde_json = { version = "1.0.113", optional = true } target-lexicon = { version = "0.12.12", features = ["std"] } unicode-ident = "1.0.12" guppy-workspace-hack.workspace = true