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

Commit 2f58323

Browse files
build(deps): bump serde_json from 1.0.108 to 1.0.109 (#6039)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.108 to 1.0.109. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.108...v1.0.109) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5ee5487 commit 2f58323

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
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
@@ -21,7 +21,7 @@ solana-zk-token-sdk = "1.17.6"
2121
spl-program-error = { version = "0.3", path = "../program-error" }
2222

2323
[dev-dependencies]
24-
serde_json = "1.0.108"
24+
serde_json = "1.0.109"
2525

2626
[lib]
2727
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 = "0.10"
1515
bincode = "1.3.1"
1616
serde = "1.0.193"
1717
serde_derive = "1.0.103"
18-
serde_json = "1.0.108"
18+
serde_json = "1.0.109"
1919
serde_with = "3.4.0"
2020
solana-account-decoder = "=1.17.6"
2121
solana-clap-v3-utils = "=1.17.6"

stake-pool/cli/Cargo.toml

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

token-metadata/interface/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spl-type-length-value = { version = "0.3", path = "../../libraries/type-length-v
2020
spl-pod = { version = "0.1", path = "../../libraries/pod", features = ["borsh"] }
2121

2222
[dev-dependencies]
23-
serde_json = "1.0.108"
23+
serde_json = "1.0.109"
2424

2525
[lib]
2626
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.7"
1818
futures = "0.3"
1919
serde = "1.0.193"
2020
serde_derive = "1.0.103"
21-
serde_json = "1.0.108"
21+
serde_json = "1.0.109"
2222
solana-account-decoder = "=1.17.6"
2323
solana-clap-utils = "=1.17.6"
2424
solana-cli-config = "=1.17.6"

token/program-2022/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ proptest = "1.4"
4545
serial_test = "2.0.0"
4646
solana-program-test = "1.17.6"
4747
solana-sdk = "1.17.6"
48-
serde_json = "1.0.108"
48+
serde_json = "1.0.109"
4949

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

0 commit comments

Comments
 (0)