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

Commit 7ef3509

Browse files
build(deps): bump serde_json from 1.0.66 to 1.0.67 (#2351)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.66 to 1.0.67. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.66...v1.0.67) --- updated-dependencies: - dependency-name: serde_json 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 1b89b3d commit 7ef3509

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.

stake-pool/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ version = "0.4.0"
1111
[dependencies]
1212
borsh = "0.9"
1313
clap = "2.33.3"
14-
serde_json = "1.0.66"
14+
serde_json = "1.0.67"
1515
solana-account-decoder = "=1.7.7"
1616
solana-clap-utils = "=1.7.7"
1717
solana-cli-config = "=1.7.7"

token/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ clap = "2.33.3"
1313
console = "0.14.0"
1414
serde = "1.0.129"
1515
serde_derive = "1.0.103"
16-
serde_json = "1.0.66"
16+
serde_json = "1.0.67"
1717
solana-account-decoder = "=1.7.7"
1818
solana-clap-utils = "=1.7.7"
1919
solana-cli-config = "=1.7.7"

0 commit comments

Comments
 (0)