Skip to content

Commit

Permalink
fix(deps): update rust crate serde to 1.0.204
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Jul 9, 2024
1 parent 5baf77c commit 5623c19
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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 nextest-metadata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rust-version.workspace = true

[dependencies]
camino = { version = "1.1.7", features = ["serde1"] }
serde = { version = "1.0.203", features = ["derive"] }
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.117"
target-spec = { version = "3.1.0", features = ["custom", "summaries"] }
smol_str = { version = "0.2.2", features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion nextest-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ pin-project-lite = "0.2.14"
rand = "0.8.5"
regex = "1.10.5"
semver = "1.0.23"
serde = { version = "1.0.203", features = ["derive"] }
serde = { version = "1.0.204", features = ["derive"] }
serde_ignored = "0.1.10"
serde_json = "1.0.117"
serde_path_to_error = "0.1.16"
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 @@ miette = { version = "7.2.0", features = ["fancy"] }
num-traits = { version = "0.2.19", default-features = false, features = ["libm", "std"] }
owo-colors = { version = "4.0.0", default-features = false, features = ["supports-colors"] }
rand = { version = "0.8.5" }
serde = { version = "1.0.203", features = ["alloc", "derive"] }
serde = { version = "1.0.204", features = ["alloc", "derive"] }
serde_json = { version = "1.0.117", features = ["unbounded_depth"] }
tokio = { version = "1.38.0", features = ["fs", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync", "time", "tracing"] }
xxhash-rust = { version = "0.8.10", default-features = false, features = ["xxh3", "xxh64"] }
Expand Down

0 comments on commit 5623c19

Please sign in to comment.