Skip to content

Commit da9206f

Browse files
dependabot[bot]dependabot-buildkite
and
dependabot-buildkite
authored
chore: bump serde_yaml from 0.8.26 to 0.9.13 (solana-labs#27970)
* 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]>
1 parent 9a57c64 commit da9206f

File tree

7 files changed

+40
-29
lines changed

7 files changed

+40
-29
lines changed

Cargo.lock

+25-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bench-tps/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ log = "0.4.17"
1515
rand = "0.7.0"
1616
rayon = "1.5.3"
1717
serde_json = "1.0.83"
18-
serde_yaml = "0.8.26"
18+
serde_yaml = "0.9.13"
1919
solana-clap-utils = { path = "../clap-utils", version = "=1.15.0" }
2020
solana-cli-config = { path = "../cli-config", version = "=1.15.0" }
2121
solana-client = { path = "../client", version = "=1.15.0" }

cli-config/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dirs-next = "2.0.0"
1414
lazy_static = "1.4.0"
1515
serde = "1.0.144"
1616
serde_derive = "1.0.103"
17-
serde_yaml = "0.8.26"
17+
serde_yaml = "0.9.13"
1818
solana-clap-utils = { path = "../clap-utils", version = "=1.15.0" }
1919
solana-sdk = { path = "../sdk", version = "=1.15.0" }
2020
url = "2.2.2"

genesis/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ base64 = "0.13.0"
1414
clap = "2.33.1"
1515
serde = "1.0.144"
1616
serde_json = "1.0.83"
17-
serde_yaml = "0.8.26"
17+
serde_yaml = "0.9.13"
1818
solana-clap-utils = { path = "../clap-utils", version = "=1.15.0" }
1919
solana-cli-config = { path = "../cli-config", version = "=1.15.0" }
2020
solana-entry = { path = "../entry", version = "=1.15.0" }

install/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ nix = "0.25.0"
2525
reqwest = { version = "0.11.11", default-features = false, features = ["blocking", "brotli", "deflate", "gzip", "rustls-tls", "json"] }
2626
semver = "1.0.13"
2727
serde = { version = "1.0.144", features = ["derive"] }
28-
serde_yaml = "0.8.26"
28+
serde_yaml = "0.9.13"
2929
solana-clap-utils = { path = "../clap-utils", version = "=1.15.0" }
3030
solana-config-program = { path = "../programs/config", version = "=1.15.0" }
3131
solana-logger = { path = "../logger", version = "=1.15.0" }

programs/bpf/Cargo.lock

+10-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

validator/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ rand = "0.7.0"
2929
rayon = "1.5.3"
3030
serde = "1.0.144"
3131
serde_json = "1.0.83"
32-
serde_yaml = "0.8.26"
32+
serde_yaml = "0.9.13"
3333
solana-clap-utils = { path = "../clap-utils", version = "=1.15.0" }
3434
solana-cli-config = { path = "../cli-config", version = "=1.15.0" }
3535
solana-core = { path = "../core", version = "=1.15.0" }

0 commit comments

Comments
 (0)