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

Commit a036953

Browse files
build(deps): bump serde_json from 1.0.67 to 1.0.68 (#2416)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.67 to 1.0.68. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.67...v1.0.68) --- 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 e08e486 commit a036953

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.5.1"
1111
[dependencies]
1212
borsh = "0.9"
1313
clap = "2.33.3"
14-
serde_json = "1.0.67"
14+
serde_json = "1.0.68"
1515
solana-account-decoder = "=1.7.11"
1616
solana-clap-utils = "=1.7.11"
1717
solana-cli-config = "=1.7.11"

token/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ console = "0.14.0"
1414
indicatif = "0.16.2"
1515
serde = "1.0.130"
1616
serde_derive = "1.0.103"
17-
serde_json = "1.0.67"
17+
serde_json = "1.0.68"
1818
solana-account-decoder = "=1.7.11"
1919
solana-clap-utils = "=1.7.11"
2020
solana-cli-config = "=1.7.11"

0 commit comments

Comments
 (0)