Skip to content

Commit

Permalink
Update Rust crate serde_json to 1.0.110
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Jan 2, 2024
1 parent 1f45396 commit 5329ab8
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 43 deletions.
68 changes: 34 additions & 34 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 @@ -38,7 +38,7 @@ semver = "1.0.20"
shell-words = "1.1.0"
supports-color = "2.1.0"
supports-unicode = "2.0.0"
serde_json = "1.0.108"
serde_json = "1.0.110"
thiserror = "1.0.52"
nextest-workspace-hack.workspace = true

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.10.0", path = "../nextest-metadata" }
once_cell = "1.19.0"
regex = "1.10.2"
serde_json = "1.0.108"
serde_json = "1.0.110"
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.193", features = ["derive"] }
serde_json = "1.0.108"
serde_json = "1.0.110"
target-spec = { version = "3.0.1", features = ["custom", "summaries"] }
smol_str = { version = "0.2.0", features = ["serde"] }
nextest-workspace-hack.workspace = true
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.193", features = ["derive"] }
serde_ignored = "0.1.9"
serde_json = "1.0.108"
serde_json = "1.0.110"
serde_path_to_error = "0.1.14"
shell-words = "1.1.0"
smol_str = { version = "0.2.0", features = ["serde"] }
Expand Down
10 changes: 5 additions & 5 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@ miette = { version = "5.10.0", features = ["fancy"] }
num-traits = { version = "0.2.17", 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.193", features = ["alloc", "derive"] }
serde_json = { version = "1.0.108", features = ["preserve_order", "unbounded_depth"] }
serde = { version = "1.0.194", features = ["alloc", "derive"] }
serde_json = { version = "1.0.110", features = ["preserve_order", "unbounded_depth"] }
similar = { version = "2.3.0", features = ["inline", "unicode"] }
tokio = { version = "1.35.1", features = ["fs", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync", "time", "tracing"] }
twox-hash = { version = "1.6.3" }
uuid = { version = "1.6.1", features = ["v4"] }

[build-dependencies]
cc = { version = "1.0.83", default-features = false, features = ["parallel"] }
proc-macro2 = { version = "1.0.70" }
quote = { version = "1.0.33" }
proc-macro2 = { version = "1.0.74" }
quote = { version = "1.0.35" }
syn-dff4ba8e3ae991db = { package = "syn", version = "1.0.109", features = ["extra-traits", "fold", "full", "visit"] }
syn-f595c2ba2a3f28df = { package = "syn", version = "2.0.41", features = ["extra-traits", "full", "visit", "visit-mut"] }
syn-f595c2ba2a3f28df = { package = "syn", version = "2.0.46", features = ["extra-traits", "full", "visit", "visit-mut"] }

[target.x86_64-unknown-linux-gnu.dependencies]
futures-core = { version = "0.3.30" }
Expand Down

0 comments on commit 5329ab8

Please sign in to comment.