Skip to content

Commit

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

---
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 and sunshowers committed Jul 21, 2022
1 parent 30023e1 commit b1a9a6c
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,6 +13,6 @@ rust-version = "1.59"

[dependencies]
camino = { version = "1.0.9", features = ["serde1"] }
serde = { version = "1.0.139", features = ["derive"] }
serde = { version = "1.0.140", features = ["derive"] }
serde_json = "1.0.82"
nextest-workspace-hack = { version = "0.1", path = "../workspace-hack" }
2 changes: 1 addition & 1 deletion nextest-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ owo-colors = "3.4.0"
num_cpus = "1.13.1"
regex = "1.6.0"
semver = "1.0.12"
serde = { version = "1.0.139", features = ["derive"] }
serde = { version = "1.0.140", features = ["derive"] }
serde_json = "1.0.82"
serde_path_to_error = "0.1.7"
shell-words = "1.1.0"
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 @@ 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"] }
regex = { version = "1.6.0", features = ["aho-corasick", "memchr", "perf", "perf-cache", "perf-dfa", "perf-inline", "perf-literal", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"] }
regex-syntax = { version = "0.6.27", features = ["unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"] }
serde = { version = "1.0.139", features = ["derive", "serde_derive", "std"] }
serde = { version = "1.0.140", features = ["derive", "serde_derive", "std"] }
serde_json = { version = "1.0.82", features = ["std", "unbounded_depth"] }
textwrap = { version = "0.15.0", features = ["smawk", "unicode-linebreak", "unicode-width"] }

Expand Down

0 comments on commit b1a9a6c

Please sign in to comment.