Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 6e364b8

Browse files
build(deps): bump serde_yaml from 0.9.30 to 0.9.31 (#6194)
Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.30 to 0.9.31. - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](dtolnay/serde-yaml@0.9.30...0.9.31) --- updated-dependencies: - dependency-name: serde_yaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b1eca6c commit 6e364b8

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

token/transfer-hook/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ strum_macros = "0.25"
2424
tokio = { version = "1", features = ["full"] }
2525
serde = { version = "1.0.196", features = ["derive"] }
2626
serde_json = "1.0.108"
27-
serde_yaml = "0.9.30"
27+
serde_yaml = "0.9.31"
2828

2929
[dev-dependencies]
3030
solana-test-validator = ">=1.17.13,<=2"

0 commit comments

Comments
 (0)