Skip to content

Commit

Permalink
Revert "chore: bump serde_yaml from 0.8.26 to 0.9.13 (#27970)" (#28055)
Browse files Browse the repository at this point in the history
This reverts commit da9206f.
  • Loading branch information
Tyera Eulberg authored Sep 25, 2022
1 parent e0a10eb commit 060ecf9
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 40 deletions.
31 changes: 6 additions & 25 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.9.13"
serde_yaml = "0.8.26"
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.9.13"
serde_yaml = "0.8.26"
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.9.13"
serde_yaml = "0.8.26"
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.12", default-features = false, features = ["blocking", "brotli", "deflate", "gzip", "rustls-tls", "json"] }
semver = "1.0.14"
serde = { version = "1.0.144", features = ["derive"] }
serde_yaml = "0.9.13"
serde_yaml = "0.8.26"
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: 18 additions & 10 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.9.13"
serde_yaml = "0.8.26"
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 060ecf9

Please sign in to comment.