Skip to content

Commit

Permalink
Update Rust crate serde to 1.0.216
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Dec 22, 2024
1 parent 7262874 commit 6d9675d
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 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,7 +16,7 @@ guppy = { version = "0.17.10", path = "../guppy", features = ["summaries"] }
guppy-cmdlib = { path = "../guppy-cmdlib" }
itertools = "0.13.0"
pathdiff = { version = "0.2.3", features = ["camino"] }
serde = { version = "1.0.215", features = ["derive"] }
serde = { version = "1.0.216", features = ["derive"] }
serde_json = "1.0.133"
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 @@ -31,7 +31,7 @@ cfg-if = "1.0.0"
diffus = "0.10.0"
toml = { version = "0.5.11", features = ["preserve_order"] }
semver = { version = "1.0.24", features = ["serde"] }
serde = { version = "1.0.215", features = ["derive"] }
serde = { version = "1.0.216", features = ["derive"] }
guppy-workspace-hack.workspace = true

[dev-dependencies]
Expand Down
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 = { version = "1.5.0", optional = true }
proptest-derive = { version = "0.5.1", optional = true }
rayon = { version = "1.10.0", optional = true }
semver = "1.0.24"
serde = { version = "1.0.215", features = ["derive"] }
serde = { version = "1.0.216", features = ["derive"] }
serde_json = "1.0.133"
smallvec = "1.13.2"
static_assertions = "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion target-spec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ maintenance = { status = "actively-developed" }
[dependencies]
cfg-expr = { version = "0.17.0", features = ["targets"] }
proptest = { version = "1.5.0", optional = true }
serde = { version = "1.0.215", optional = true, features = ["derive"] }
serde = { version = "1.0.216", optional = true, features = ["derive"] }
serde_json = { version = "1.0.133", optional = true }
target-lexicon = { version = "0.12.16", features = ["std"] }
unicode-ident = "1.0.14"
Expand Down
2 changes: 1 addition & 1 deletion tools/determinator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ petgraph = { version = "0.6.5", default-features = false, features = [
"graphmap",
] }
rayon = "1.10.0"
serde = { version = "1.0.215", features = ["derive"] }
serde = { version = "1.0.216", features = ["derive"] }
toml = "0.5.11"
guppy-workspace-hack.workspace = true

Expand Down
2 changes: 1 addition & 1 deletion tools/hakari/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pathdiff = { version = "0.2.3", features = ["camino"] }
proptest = { version = "1.5.0", optional = true }
proptest-derive = { version = "0.5.1", optional = true }
rayon = "1.10.0"
serde = { version = "1.0.215", features = ["derive"], optional = true }
serde = { version = "1.0.216", features = ["derive"], optional = true }
tabular = { version = "0.2.0", features = ["ansi-cell"], optional = true }
target-spec = { version = "3.2.2", path = "../../target-spec" }
toml = { version = "0.5.11", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ petgraph = { version = "0.6.5", default-features = false, features = ["graphmap"
regex = { version = "1.10.5", default-features = false, features = ["perf", "std"] }
regex-automata = { version = "0.4.5", default-features = false, features = ["dfa", "hybrid", "meta", "nfa", "perf", "unicode"] }
regex-syntax = { version = "0.8.2" }
serde = { version = "1.0.215", features = ["alloc", "derive"] }
serde = { version = "1.0.216", features = ["alloc", "derive"] }
serde_json = { version = "1.0.133", features = ["unbounded_depth"] }
textwrap = { version = "0.16.0" }
toml = { version = "0.5.11", features = ["preserve_order"] }
Expand Down

0 comments on commit 6d9675d

Please sign in to comment.