Skip to content

Commit

Permalink
Bump serde_yaml from 0.8.16 to 0.8.17
Browse files Browse the repository at this point in the history
Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.8.16 to 0.8.17.
- [Release notes](https://github.com/dtolnay/serde-yaml/releases)
- [Commits](dtolnay/serde-yaml@0.8.16...0.8.17)

Signed-off-by: dependabot[bot] <[email protected]>
Closes: #7591
  • Loading branch information
dependabot[bot] authored and bors-libra committed Feb 10, 2021
1 parent c7de374 commit 2209677
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 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 common/diemdoc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "Apache-2.0"
edition = "2018"

[dependencies]
serde_yaml = "0.8.16"
serde_yaml = "0.8.17"
serde-reflection = "0.3.2"
serde-generate = "0.18.0"
anyhow = "1.0.38"
Expand Down
2 changes: 1 addition & 1 deletion config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ log = { version = "0.4.14", features = ["serde"] }
mirai-annotations = "1.10.1"
rand = "0.7.3"
serde = { version = "1.0.123", features = ["rc"], default-features = false }
serde_yaml = "0.8.16"
serde_yaml = "0.8.17"
thiserror = "1.0.23"


Expand Down
2 changes: 1 addition & 1 deletion config/management/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2018"
anyhow = "1.0.38"
hex = "0.4.2"
serde = { version = "1.0.123", features = ["rc"], default-features = false }
serde_yaml = "0.8.16"
serde_yaml = "0.8.17"
structopt = "0.3.21"
thiserror = "1.0.23"
toml = { version = "0.5.8", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion config/seed-peer-generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2018"
anyhow = "1.0.38"
hex = "0.4.2"
rand = "0.7.3"
serde_yaml = "0.8.16"
serde_yaml = "0.8.17"
structopt = "0.3.21"
thiserror = "1.0.23"

Expand Down
2 changes: 1 addition & 1 deletion language/transaction-builder/generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ structopt = "0.3.21"
textwrap = "0.13.2"
serde-reflection = "0.3.2"
serde-generate = "0.18.0"
serde_yaml = "0.8.16"
serde_yaml = "0.8.17"

diem-types = { path = "../../../types", version = "0.1.0" }
diem-workspace-hack = { path = "../../../common/workspace-hack", version = "0.1.0" }
Expand Down
2 changes: 1 addition & 1 deletion testsuite/cluster-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rand = "0.7.3"
regex = { version = "1.4.3", default-features = false, features = ["std", "perf"] }
reqwest = { version = "0.11.0", features = ["blocking", "json"] }
serde_json = "1.0.62"
serde_yaml = "0.8.16"
serde_yaml = "0.8.17"
termion = "1.5.6"
serde = { version = "1.0.123", features = ["derive"] }
structopt = "0.3.21"
Expand Down
2 changes: 1 addition & 1 deletion testsuite/generate-format/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2018"
rand = "0.7.3"
serde = { version = "1.0.123", features = ["derive"] }
serde-reflection = "0.3.2"
serde_yaml = "0.8.16"
serde_yaml = "0.8.17"
structopt = "0.3.21"

consensus = { path = "../../consensus", version = "0.1.0", features=["fuzzing"] }
Expand Down

0 comments on commit 2209677

Please sign in to comment.