Skip to content

Commit

Permalink
Update Rust crate serde_json to 1.0.108
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Oct 31, 2023
1 parent 7684277 commit 610b996
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-nextest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ semver = "1.0.20"
shell-words = "1.1.0"
supports-color = "2.1.0"
supports-unicode = "2.0.0"
serde_json = "1.0.107"
serde_json = "1.0.108"
thiserror = "1.0.50"
nextest-workspace-hack = { version = "0.1", path = "../workspace-hack" }

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ pathdiff = { version = "0.2.1", features = ["camino"] }
nextest-metadata = { version = "=0.9.2", path = "../nextest-metadata" }
once_cell = "1.18.0"
regex = "1.10.2"
serde_json = "1.0.107"
serde_json = "1.0.108"
insta = { version = "1.34.0", default-features = false }
2 changes: 1 addition & 1 deletion nextest-metadata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rust-version = "1.70"
[dependencies]
camino = { version = "1.1.6", features = ["serde1"] }
serde = { version = "1.0.190", features = ["derive"] }
serde_json = "1.0.107"
serde_json = "1.0.108"
target-spec = { version = "3.0.1", features = ["custom", "summaries"] }
nextest-workspace-hack = { version = "0.1", path = "../workspace-hack" }
smol_str = { version = "0.2.0", 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 @@ -49,7 +49,7 @@ regex = "1.10.2"
semver = "1.0.20"
serde = { version = "1.0.190", features = ["derive"] }
serde_ignored = "0.1.9"
serde_json = "1.0.107"
serde_json = "1.0.108"
serde_path_to_error = "0.1.14"
shell-words = "1.1.0"
smol_str = { version = "0.2.0", features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ num-traits = { version = "0.2.17", default-features = false, features = ["libm",
owo-colors = { version = "3.5.0", default-features = false, features = ["supports-colors"] }
rand = { version = "0.8.5" }
serde = { version = "1.0.190", features = ["alloc", "derive"] }
serde_json = { version = "1.0.107", features = ["preserve_order", "unbounded_depth"] }
serde_json = { version = "1.0.108", features = ["preserve_order", "unbounded_depth"] }
similar = { version = "2.3.0", features = ["inline", "unicode"] }
target-spec = { version = "3.0.1", default-features = false, features = ["custom", "summaries"] }
tokio = { version = "1.33.0", features = ["fs", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync", "time", "tracing"] }
Expand Down

0 comments on commit 610b996

Please sign in to comment.