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

Commit 2f09a32

Browse files
build(deps): bump serde_yaml from 0.9.33 to 0.9.34+deprecated (#6488)
Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.33 to 0.9.34+deprecated. - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](dtolnay/serde-yaml@0.9.33...0.9.34) --- 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 2f5d5dc commit 2f09a32

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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.26"
2424
tokio = { version = "1", features = ["full"] }
2525
serde = { version = "1.0.197", features = ["derive"] }
2626
serde_json = "1.0.114"
27-
serde_yaml = "0.9.33"
27+
serde_yaml = "0.9.34"
2828

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

0 commit comments

Comments
 (0)