Skip to content

Commit

Permalink
chore: bump serde_yaml from 0.8.26 to 0.9.13 (solana-labs#27970)
Browse files Browse the repository at this point in the history
* chore: bump serde_yaml from 0.8.26 to 0.9.13

Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.8.26 to 0.9.13.
- [Release notes](https://github.com/dtolnay/serde-yaml/releases)
- [Commits](dtolnay/serde-yaml@0.8.26...0.9.13)

---
updated-dependencies:
- dependency-name: serde_yaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* [auto-commit] Update all Cargo lock files

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <[email protected]>
  • Loading branch information
dependabot[bot] and dependabot-buildkite authored Sep 22, 2022
1 parent 9a57c64 commit da9206f
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 29 deletions.
31 changes: 25 additions & 6 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 bench-tps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ log = "0.4.17"
rand = "0.7.0"
rayon = "1.5.3"
serde_json = "1.0.83"
serde_yaml = "0.8.26"
serde_yaml = "0.9.13"
solana-clap-utils = { path = "../clap-utils", version = "=1.15.0" }
solana-cli-config = { path = "../cli-config", version = "=1.15.0" }
solana-client = { path = "../client", version = "=1.15.0" }
Expand Down
2 changes: 1 addition & 1 deletion cli-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dirs-next = "2.0.0"
lazy_static = "1.4.0"
serde = "1.0.144"
serde_derive = "1.0.103"
serde_yaml = "0.8.26"
serde_yaml = "0.9.13"
solana-clap-utils = { path = "../clap-utils", version = "=1.15.0" }
solana-sdk = { path = "../sdk", version = "=1.15.0" }
url = "2.2.2"
Expand Down
2 changes: 1 addition & 1 deletion genesis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ base64 = "0.13.0"
clap = "2.33.1"
serde = "1.0.144"
serde_json = "1.0.83"
serde_yaml = "0.8.26"
serde_yaml = "0.9.13"
solana-clap-utils = { path = "../clap-utils", version = "=1.15.0" }
solana-cli-config = { path = "../cli-config", version = "=1.15.0" }
solana-entry = { path = "../entry", version = "=1.15.0" }
Expand Down
2 changes: 1 addition & 1 deletion install/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ nix = "0.25.0"
reqwest = { version = "0.11.11", default-features = false, features = ["blocking", "brotli", "deflate", "gzip", "rustls-tls", "json"] }
semver = "1.0.13"
serde = { version = "1.0.144", features = ["derive"] }
serde_yaml = "0.8.26"
serde_yaml = "0.9.13"
solana-clap-utils = { path = "../clap-utils", version = "=1.15.0" }
solana-config-program = { path = "../programs/config", version = "=1.15.0" }
solana-logger = { path = "../logger", version = "=1.15.0" }
Expand Down
28 changes: 10 additions & 18 deletions programs/bpf/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 validator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ rand = "0.7.0"
rayon = "1.5.3"
serde = "1.0.144"
serde_json = "1.0.83"
serde_yaml = "0.8.26"
serde_yaml = "0.9.13"
solana-clap-utils = { path = "../clap-utils", version = "=1.15.0" }
solana-cli-config = { path = "../cli-config", version = "=1.15.0" }
solana-core = { path = "../core", version = "=1.15.0" }
Expand Down

0 comments on commit da9206f

Please sign in to comment.