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

Commit 656b658

Browse files
build(deps): bump serde_json from 1.0.120 to 1.0.121 (#7062)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.120 to 1.0.121. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.120...v1.0.121) --- 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 60226cd commit 656b658

File tree

8 files changed

+10
-9
lines changed

8 files changed

+10
-9
lines changed

Cargo.lock

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

libraries/pod/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ solana-zk-token-sdk = "2.0.3"
2222
spl-program-error = { version = "0.5.0", path = "../program-error" }
2323

2424
[dev-dependencies]
25-
serde_json = "1.0.120"
25+
serde_json = "1.0.121"
2626

2727
[lib]
2828
crate-type = ["cdylib", "lib"]

single-pool/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ borsh = "1.5.1"
1515
bincode = "1.3.1"
1616
serde = "1.0.204"
1717
serde_derive = "1.0.103"
18-
serde_json = "1.0.120"
18+
serde_json = "1.0.121"
1919
serde_with = "3.9.0"
2020
solana-account-decoder = "2.0.3"
2121
solana-clap-v3-utils = "2.0.3"

stake-pool/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ borsh = "1.5.1"
1313
clap = "2.33.3"
1414
serde = "1.0.204"
1515
serde_derive = "1.0.130"
16-
serde_json = "1.0.120"
16+
serde_json = "1.0.121"
1717
solana-account-decoder = "2.0.3"
1818
solana-clap-utils = "2.0.3"
1919
solana-cli-config = "2.0.3"

token-metadata/interface/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spl-pod = { version = "0.3.0", path = "../../libraries/pod", features = [
2222
] }
2323

2424
[dev-dependencies]
25-
serde_json = "1.0.120"
25+
serde_json = "1.0.121"
2626

2727
[lib]
2828
crate-type = ["cdylib", "lib"]

token/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ console = "0.15.8"
1818
futures = "0.3"
1919
serde = "1.0.204"
2020
serde_derive = "1.0.103"
21-
serde_json = "1.0.120"
21+
serde_json = "1.0.121"
2222
solana-account-decoder = "2.0.3"
2323
solana-clap-utils = "2.0.3"
2424
solana-cli-config = "2.0.3"

token/program-2022/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ serial_test = "3.1.1"
4444
solana-program-test = "2.0.3"
4545
solana-sdk = "2.0.3"
4646
spl-tlv-account-resolution = { version = "0.7.0", path = "../../libraries/tlv-account-resolution" }
47-
serde_json = "1.0.120"
47+
serde_json = "1.0.121"
4848

4949
[lib]
5050
crate-type = ["cdylib", "lib"]

token/transfer-hook/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ strum = "0.26"
2323
strum_macros = "0.26"
2424
tokio = { version = "1", features = ["full"] }
2525
serde = { version = "1.0.204", features = ["derive"] }
26-
serde_json = "1.0.120"
26+
serde_json = "1.0.121"
2727
serde_yaml = "0.9.34"
2828

2929
[dev-dependencies]

0 commit comments

Comments
 (0)