Skip to content

Commit

Permalink
Update Rust crate serde_json to 1.0.107
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Oct 2, 2023
1 parent 1b9d41e commit 4682b9e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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-guppy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ guppy-cmdlib = { path = "../guppy-cmdlib" }
itertools = "0.11.0"
pathdiff = { version = "0.2.1", features = ["camino"] }
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.104"
serde_json = "1.0.107"
toml_edit = "0.17.1"
guppy-workspace-hack = { version = "0.1", path = "../workspace-hack" }
2 changes: 1 addition & 1 deletion guppy-summaries/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ guppy-workspace-hack = { version = "0.1", path = "../workspace-hack" }
[dev-dependencies]
indoc = "2.0.4"
pretty_assertions = "1.4.0"
serde_json = "1.0.104"
serde_json = "1.0.107"
2 changes: 1 addition & 1 deletion guppy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ proptest-derive = { version = "0.3.0", optional = true }
rayon = { version = "1.7.0", optional = true }
semver = "1.0.19"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.104"
serde_json = "1.0.107"
smallvec = "1.11.0"
static_assertions = "1.1.0"
target-spec = { version = "3.0.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.15.4", features = ["targets"] }
proptest = { version = "1.2.0", optional = true }
serde = { version = "1.0.188", optional = true, features = ["derive"] }
serde_json = { version = "1.0.104", optional = true }
serde_json = { version = "1.0.107", optional = true }
target-lexicon = { version = "0.12.10", features = ["std"] }
guppy-workspace-hack = { version = "0.1", path = "../workspace-hack" }
unicode-ident = "1.0.11"
Expand Down
2 changes: 1 addition & 1 deletion workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ regex = { version = "1.9.1", default-features = false, features = ["perf", "std"
regex-automata = { version = "0.3.4", default-features = false, features = ["dfa-onepass", "hybrid", "meta", "nfa-backtrack", "perf-inline", "perf-literal"] }
semver = { version = "1.0.19", features = ["serde"] }
serde = { version = "1.0.188", features = ["alloc", "derive"] }
serde_json = { version = "1.0.104", features = ["unbounded_depth"] }
serde_json = { version = "1.0.107", features = ["unbounded_depth"] }
toml = { version = "0.5.11", features = ["preserve_order"] }

[build-dependencies]
Expand Down

0 comments on commit 4682b9e

Please sign in to comment.