Skip to content

Commit

Permalink
Bump serde from 1.0.174 to 1.0.175
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.174 to 1.0.175.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.174...v1.0.175)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 24, 2023
1 parent bea71ee commit eec860b
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 = "1.66"

[dependencies]
camino = { version = "1.1.6", features = ["serde1"] }
serde = { version = "1.0.174", features = ["derive"] }
serde = { version = "1.0.175", features = ["derive"] }
serde_json = "1.0.103"
target-spec = { version = "3.0.0", features = ["custom", "summaries"] }
nextest-workspace-hack = { version = "0.1", path = "../workspace-hack" }
Expand Down
2 changes: 1 addition & 1 deletion nextest-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ owo-colors = "3.5.0"
pin-project-lite = "0.2.10"
regex = "1.9.1"
semver = "1.0.18"
serde = { version = "1.0.174", features = ["derive"] }
serde = { version = "1.0.175", features = ["derive"] }
serde_ignored = "0.1.9"
serde_json = "1.0.103"
serde_path_to_error = "0.1.14"
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 @@ miniz_oxide = { version = "0.7.1", default-features = false, features = ["with-a
num-traits = { version = "0.2.16", default-features = false, features = ["libm", "std"] }
owo-colors = { version = "3.5.0", default-features = false, features = ["supports-colors"] }
rand = { version = "0.8.5" }
serde = { version = "1.0.174", features = ["alloc", "derive"] }
serde = { version = "1.0.175", features = ["alloc", "derive"] }
serde_json = { version = "1.0.103", features = ["unbounded_depth"] }
similar = { version = "2.2.1", features = ["inline", "unicode"] }
target-spec = { version = "3.0.0", default-features = false, features = ["custom", "summaries"] }
Expand Down

0 comments on commit eec860b

Please sign in to comment.