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

Commit 210404d

Browse files
build(deps): bump serde_json from 1.0.119 to 1.0.120 (#6966)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.119 to 1.0.120. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.119...v1.0.120) --- 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 5a58839 commit 210404d

File tree

8 files changed

+9
-9
lines changed

8 files changed

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

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.0"
2222
spl-program-error = { version = "0.5.0", path = "../program-error" }
2323

2424
[dev-dependencies]
25-
serde_json = "1.0.119"
25+
serde_json = "1.0.120"
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.203"
1717
serde_derive = "1.0.103"
18-
serde_json = "1.0.119"
18+
serde_json = "1.0.120"
1919
serde_with = "3.8.2"
2020
solana-account-decoder = "2.0.0"
2121
solana-clap-v3-utils = "2.0.0"

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.203"
1515
serde_derive = "1.0.130"
16-
serde_json = "1.0.119"
16+
serde_json = "1.0.120"
1717
solana-account-decoder = "2.0.0"
1818
solana-clap-utils = "2.0.0"
1919
solana-cli-config = "2.0.0"

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.119"
25+
serde_json = "1.0.120"
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.203"
2020
serde_derive = "1.0.103"
21-
serde_json = "1.0.119"
21+
serde_json = "1.0.120"
2222
solana-account-decoder = "2.0.0"
2323
solana-clap-utils = "2.0.0"
2424
solana-cli-config = "2.0.0"

token/program-2022/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ serial_test = "3.1.1"
4848
solana-program-test = "2.0.0"
4949
solana-sdk = "2.0.0"
5050
spl-tlv-account-resolution = { version = "0.7.0", path = "../../libraries/tlv-account-resolution" }
51-
serde_json = "1.0.119"
51+
serde_json = "1.0.120"
5252

5353
[lib]
5454
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.203", features = ["derive"] }
26-
serde_json = "1.0.119"
26+
serde_json = "1.0.120"
2727
serde_yaml = "0.9.34"
2828

2929
[dev-dependencies]

0 commit comments

Comments
 (0)