Skip to content

Commit

Permalink
Update Rust crate serde_json to 1.0.122
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Aug 2, 2024
1 parent 4b17049 commit c5d65f5
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 10 deletions.
5 changes: 3 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-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.122"
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.122"
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.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.122"
smallvec = "1.13.2"
static_assertions = "1.1.0"
target-spec = { version = "3.2.1", 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.16.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.122", optional = true }
target-lexicon = { version = "0.12.16", features = ["std"] }
unicode-ident = "1.0.12"
guppy-workspace-hack.workspace = true
Expand Down
5 changes: 1 addition & 4 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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.122", features = ["unbounded_depth"] }
toml = { version = "0.5.11", features = ["preserve_order"] }

[build-dependencies]
Expand All @@ -41,7 +41,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"] }

Expand All @@ -50,7 +49,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"] }

Expand All @@ -59,7 +57,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"] }

Expand Down

0 comments on commit c5d65f5

Please sign in to comment.