Skip to content

Commit

Permalink
Bump serde_json from 1.0.83 to 1.0.85
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.83 to 1.0.85.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.83...v1.0.85)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and sunshowers committed Aug 23, 2022
1 parent 5968244 commit 58999b1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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 @@ -37,7 +37,7 @@ semver = "1.0.13"
shell-words = "1.1.0"
supports-color = "1.3.0"
supports-unicode = "1.0.2"
serde_json = "1.0.83"
serde_json = "1.0.85"
thiserror = "1.0.32"
nextest-workspace-hack = { version = "0.1", path = "../workspace-hack" }

Expand Down
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.59"
[dependencies]
camino = { version = "1.1.1", features = ["serde1"] }
serde = { version = "1.0.143", features = ["derive"] }
serde_json = "1.0.83"
serde_json = "1.0.85"
nextest-workspace-hack = { version = "0.1", path = "../workspace-hack" }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion nextest-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ num_cpus = "1.13.1"
regex = "1.6.0"
semver = "1.0.13"
serde = { version = "1.0.143", features = ["derive"] }
serde_json = "1.0.83"
serde_json = "1.0.85"
serde_path_to_error = "0.1.8"
shell-words = "1.1.0"
strip-ansi-escapes = "0.1.1"
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 @@ nom-tracable = { version = "0.8.0", features = ["trace"] }
num-traits = { version = "0.2.15", default-features = false, features = ["std"] }
owo-colors = { version = "3.4.0", default-features = false, features = ["supports-color", "supports-colors"] }
serde = { version = "1.0.143", features = ["derive", "serde_derive", "std"] }
serde_json = { version = "1.0.83", features = ["std", "unbounded_depth"] }
serde_json = { version = "1.0.85", features = ["std", "unbounded_depth"] }
textwrap = { version = "0.15.0", features = ["smawk", "unicode-linebreak", "unicode-width"] }
uuid = { version = "1.1.2", features = ["private_getrandom", "rng", "std", "v4"] }

Expand Down

0 comments on commit 58999b1

Please sign in to comment.