Skip to content

Commit 83a7549

Browse files
committed
fix(deps): update rust crate serde_json to 1.0.122
1 parent e0d1951 commit 83a7549

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cargo-nextest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ semver = "1.0.23"
3636
shell-words = "1.1.0"
3737
supports-color = "2.1.0"
3838
supports-unicode = "3.0.0"
39-
serde_json = "1.0.121"
39+
serde_json = "1.0.122"
4040
swrite.workspace = true
4141
thiserror = "1.0.63"
4242
nextest-workspace-hack.workspace = true

integration-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ pathdiff = { version = "0.2.1", features = ["camino"] }
3434
nextest-metadata = { version = "=0.11.0", path = "../nextest-metadata" }
3535
once_cell = "1.19.0"
3636
regex = "1.10.5"
37-
serde_json = "1.0.121"
37+
serde_json = "1.0.122"
3838
insta = { version = "1.39.0", default-features = false }
3939
target-spec.workspace = true

nextest-metadata/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rust-version.workspace = true
1414
[dependencies]
1515
camino = { version = "1.1.7", features = ["serde1"] }
1616
serde = { version = "1.0.204", features = ["derive"] }
17-
serde_json = "1.0.121"
17+
serde_json = "1.0.122"
1818
target-spec.workspace = true
1919
smol_str = { version = "0.2.2", features = ["serde"] }
2020
nextest-workspace-hack.workspace = true

nextest-runner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ regex = "1.10.5"
5454
semver = "1.0.23"
5555
serde = { version = "1.0.204", features = ["derive"] }
5656
serde_ignored = "0.1.10"
57-
serde_json = "1.0.121"
57+
serde_json = "1.0.122"
5858
serde_path_to_error = "0.1.16"
5959
shell-words = "1.1.0"
6060
smol_str = { version = "0.2.2", features = ["serde"] }

workspace-hack/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ num-traits = { version = "0.2.19", default-features = false, features = ["libm",
3030
owo-colors = { version = "4.0.0", default-features = false, features = ["supports-colors"] }
3131
rand = { version = "0.8.5" }
3232
serde = { version = "1.0.204", features = ["alloc", "derive"] }
33-
serde_json = { version = "1.0.121", features = ["unbounded_depth"] }
33+
serde_json = { version = "1.0.122", features = ["unbounded_depth"] }
3434
tokio = { version = "1.38.0", features = ["fs", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync", "time", "tracing"] }
3535
xxhash-rust = { version = "0.8.12", default-features = false, features = ["xxh3", "xxh64"] }
3636

0 commit comments

Comments
 (0)