Bump serde_yaml from 0.8.11 to 0.8.12 (#9966)

automerge
This commit is contained in:
dependabot-preview[bot]
2020-05-10 18:11:23 -07:00
committed by GitHub
parent 288c9751c1
commit 9c0b80ea1b
9 changed files with 10 additions and 10 deletions

View File

@ -23,7 +23,7 @@ nix = "0.17.0"
reqwest = { version = "0.10.4", default-features = false, features = ["blocking", "rustls-tls", "json"] }
serde = "1.0.110"
serde_derive = "1.0.103"
serde_yaml = "0.8.11"
serde_yaml = "0.8.12"
solana-clap-utils = { path = "../clap-utils", version = "1.2.0" }
solana-client = { path = "../client", version = "1.2.0" }
solana-config-program = { path = "../programs/config", version = "1.2.0" }