From d923ff9cfbfe4806cd74f1ae63b17c15fff139b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Jun 2021 09:44:34 -0600 Subject: [PATCH] chore: bump serde_yaml from 0.8.13 to 0.8.17 (#18169) Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.8.13 to 0.8.17. - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](https://github.com/dtolnay/serde-yaml/compare/0.8.13...0.8.17) --- updated-dependencies: - dependency-name: serde_yaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- bench-exchange/Cargo.toml | 2 +- bench-tps/Cargo.toml | 2 +- cli-config/Cargo.toml | 2 +- genesis/Cargo.toml | 2 +- install/Cargo.toml | 2 +- ledger-tool/Cargo.toml | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7b1559b5af..dc836b2a91 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3913,9 +3913,9 @@ dependencies = [ [[package]] name = "serde_yaml" -version = "0.8.13" +version = "0.8.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae3e2dd40a7cdc18ca80db804b7f461a39bb721160a85c9a1fa30134bf3c02a5" +checksum = "15654ed4ab61726bf918a39cb8d98a2e2995b002387807fa6ba58fdf7f59bb23" dependencies = [ "dtoa", "linked-hash-map", @@ -7200,9 +7200,9 @@ dependencies = [ [[package]] name = "yaml-rust" -version = "0.4.3" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65923dd1784f44da1d2c3dbbc5e822045628c590ba72123e1c73d3c230c4434d" +checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" dependencies = [ "linked-hash-map", ] diff --git a/bench-exchange/Cargo.toml b/bench-exchange/Cargo.toml index 1eb91b1112..1a4a0e802c 100644 --- a/bench-exchange/Cargo.toml +++ b/bench-exchange/Cargo.toml @@ -17,7 +17,7 @@ num-traits = "0.2" rand = "0.7.0" rayon = "1.5.1" serde_json = "1.0.64" -serde_yaml = "0.8.13" +serde_yaml = "0.8.17" solana-clap-utils = { path = "../clap-utils", version = "=1.8.0" } solana-core = { path = "../core", version = "=1.8.0" } solana-genesis = { path = "../genesis", version = "=1.8.0" } diff --git a/bench-tps/Cargo.toml b/bench-tps/Cargo.toml index 0b46f96554..d736728209 100644 --- a/bench-tps/Cargo.toml +++ b/bench-tps/Cargo.toml @@ -14,7 +14,7 @@ clap = "2.33.1" log = "0.4.11" rayon = "1.5.1" serde_json = "1.0.64" -serde_yaml = "0.8.13" +serde_yaml = "0.8.17" solana-clap-utils = { path = "../clap-utils", version = "=1.8.0" } solana-core = { path = "../core", version = "=1.8.0" } solana-genesis = { path = "../genesis", version = "=1.8.0" } diff --git a/cli-config/Cargo.toml b/cli-config/Cargo.toml index c3c9a78296..10b7f30dea 100644 --- a/cli-config/Cargo.toml +++ b/cli-config/Cargo.toml @@ -14,7 +14,7 @@ dirs-next = "2.0.0" lazy_static = "1.4.0" serde = "1.0.126" serde_derive = "1.0.103" -serde_yaml = "0.8.13" +serde_yaml = "0.8.17" url = "2.1.1" [package.metadata.docs.rs] diff --git a/genesis/Cargo.toml b/genesis/Cargo.toml index 69fa005f02..ae495191de 100644 --- a/genesis/Cargo.toml +++ b/genesis/Cargo.toml @@ -15,7 +15,7 @@ clap = "2.33.1" chrono = "0.4" serde = "1.0.126" serde_json = "1.0.64" -serde_yaml = "0.8.13" +serde_yaml = "0.8.17" solana-clap-utils = { path = "../clap-utils", version = "=1.8.0" } solana-cli-config = { path = "../cli-config", version = "=1.8.0" } solana-exchange-program = { path = "../programs/exchange", version = "=1.8.0" } diff --git a/install/Cargo.toml b/install/Cargo.toml index 75b5c36221..c240b2c61e 100644 --- a/install/Cargo.toml +++ b/install/Cargo.toml @@ -24,7 +24,7 @@ nix = "0.20.0" reqwest = { version = "0.11.2", default-features = false, features = ["blocking", "rustls-tls", "json"] } serde = { version = "1.0.126", features = ["derive"] } serde_json = "1.0.64" -serde_yaml = "0.8.13" +serde_yaml = "0.8.17" solana-clap-utils = { path = "../clap-utils", version = "=1.8.0" } solana-client = { path = "../client", version = "=1.8.0" } solana-config-program = { path = "../programs/config", version = "=1.8.0" } diff --git a/ledger-tool/Cargo.toml b/ledger-tool/Cargo.toml index ab31708a92..af86edd6e1 100644 --- a/ledger-tool/Cargo.toml +++ b/ledger-tool/Cargo.toml @@ -22,7 +22,7 @@ log = { version = "0.4.11" } regex = "1" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.64" -serde_yaml = "0.8.13" +serde_yaml = "0.8.17" solana-clap-utils = { path = "../clap-utils", version = "=1.8.0" } solana-cli-output = { path = "../cli-output", version = "=1.8.0" } solana-core = { path = "../core", version = "=1.8.0" }