Bump serde_yaml from 0.8.12 to 0.8.13
Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.8.12 to 0.8.13. - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](https://github.com/dtolnay/serde-yaml/compare/0.8.12...0.8.13) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
a13b72c59c
commit
e5a2c75fab
|
@ -3420,9 +3420,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "serde_yaml"
|
||||
version = "0.8.12"
|
||||
version = "0.8.13"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "16c7a592a1ec97c9c1c68d75b6e537dcbf60c7618e038e7841e00af1d9ccf0c4"
|
||||
checksum = "ae3e2dd40a7cdc18ca80db804b7f461a39bb721160a85c9a1fa30134bf3c02a5"
|
||||
dependencies = [
|
||||
"dtoa",
|
||||
"linked-hash-map",
|
||||
|
|
|
@ -17,7 +17,7 @@ num-traits = "0.2"
|
|||
rand = "0.7.0"
|
||||
rayon = "1.3.0"
|
||||
serde_json = "1.0.54"
|
||||
serde_yaml = "0.8.12"
|
||||
serde_yaml = "0.8.13"
|
||||
solana-clap-utils = { path = "../clap-utils", version = "1.3.0" }
|
||||
solana-core = { path = "../core", version = "1.3.0" }
|
||||
solana-genesis = { path = "../genesis", version = "1.3.0" }
|
||||
|
|
|
@ -13,7 +13,7 @@ clap = "2.33.1"
|
|||
log = "0.4.8"
|
||||
rayon = "1.3.0"
|
||||
serde_json = "1.0.54"
|
||||
serde_yaml = "0.8.12"
|
||||
serde_yaml = "0.8.13"
|
||||
solana-clap-utils = { path = "../clap-utils", version = "1.3.0" }
|
||||
solana-core = { path = "../core", version = "1.3.0" }
|
||||
solana-genesis = { path = "../genesis", version = "1.3.0" }
|
||||
|
|
|
@ -13,7 +13,7 @@ dirs = "2.0.2"
|
|||
lazy_static = "1.4.0"
|
||||
serde = "1.0.111"
|
||||
serde_derive = "1.0.103"
|
||||
serde_yaml = "0.8.12"
|
||||
serde_yaml = "0.8.13"
|
||||
url = "2.1.1"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
|
|
|
@ -14,7 +14,7 @@ clap = "2.33.1"
|
|||
chrono = "0.4"
|
||||
serde = "1.0.111"
|
||||
serde_json = "1.0.54"
|
||||
serde_yaml = "0.8.12"
|
||||
serde_yaml = "0.8.13"
|
||||
solana-clap-utils = { path = "../clap-utils", version = "1.3.0" }
|
||||
solana-genesis-programs = { path = "../genesis-programs", version = "1.3.0" }
|
||||
solana-ledger = { path = "../ledger", version = "1.3.0" }
|
||||
|
|
|
@ -23,7 +23,7 @@ nix = "0.17.0"
|
|||
reqwest = { version = "0.10.6", default-features = false, features = ["blocking", "rustls-tls", "json"] }
|
||||
serde = "1.0.111"
|
||||
serde_derive = "1.0.103"
|
||||
serde_yaml = "0.8.12"
|
||||
serde_yaml = "0.8.13"
|
||||
solana-clap-utils = { path = "../clap-utils", version = "1.3.0" }
|
||||
solana-client = { path = "../client", version = "1.3.0" }
|
||||
solana-config-program = { path = "../programs/config", version = "1.3.0" }
|
||||
|
|
|
@ -15,7 +15,7 @@ clap = "2.33.1"
|
|||
histogram = "*"
|
||||
log = { version = "0.4.8" }
|
||||
serde_json = "1.0.54"
|
||||
serde_yaml = "0.8.12"
|
||||
serde_yaml = "0.8.13"
|
||||
solana-clap-utils = { path = "../clap-utils", version = "1.3.0" }
|
||||
solana-cli = { path = "../cli", version = "1.3.0" }
|
||||
solana-ledger = { path = "../ledger", version = "1.3.0" }
|
||||
|
|
|
@ -15,7 +15,7 @@ log = "0.4.8"
|
|||
reqwest = { version = "0.10.6", default-features = false }
|
||||
serde = "1.0.111"
|
||||
serde_json = "1.0.54"
|
||||
serde_yaml = "0.8.12"
|
||||
serde_yaml = "0.8.13"
|
||||
solana-core = { path = "../core", version = "1.3.0" }
|
||||
solana-client = { path = "../client", version = "1.3.0" }
|
||||
solana-logger = { path = "../logger", version = "1.3.0" }
|
||||
|
|
|
@ -13,7 +13,7 @@ clap = "2.33.1"
|
|||
console = "0.11.3"
|
||||
log = "0.4.8"
|
||||
serde = "1.0.111"
|
||||
serde_yaml = "0.8.12"
|
||||
serde_yaml = "0.8.13"
|
||||
solana-clap-utils = { path = "../clap-utils", version = "1.3.0" }
|
||||
solana-cli-config = { path = "../cli-config", version = "1.3.0" }
|
||||
solana-client = { path = "../client", version = "1.3.0" }
|
||||
|
|
|
@ -11,7 +11,7 @@ version = "1.3.0"
|
|||
[dependencies]
|
||||
clap = "2.33.0"
|
||||
log = "0.4.8"
|
||||
serde_yaml = "0.8.12"
|
||||
serde_yaml = "0.8.13"
|
||||
solana-clap-utils = { path = "../clap-utils", version = "1.3.0" }
|
||||
solana-client = { path = "../client", version = "1.3.0" }
|
||||
solana-cli-config = { path = "../cli-config", version = "1.3.0" }
|
||||
|
|
Loading…
Reference in New Issue