Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
chore: bump serde_yaml from 0.8.26 to 0.9.13
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 21, 2022
1 parent ca6f13a commit c1ec6bf
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 11 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
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 c1ec6bf

Please sign in to comment.