Skip to content

Commit 4f49364

Browse files
build(deps): bump serde_json from 1.0.139 to 1.0.140 (#1639)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.139 to 1.0.140. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.139...v1.0.140) --- 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 714b08c commit 4f49364

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

program-tests/system-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ light-sdk = { workspace = true, features = ["anchor"] }
3535
light-verifier = { workspace = true }
3636
light-registry = { workspace = true }
3737
solana-cli-output = { workspace = true }
38-
serde_json = "1.0.137"
38+
serde_json = "1.0.140"
3939
solana-sdk = { workspace = true }
4040
quote.workspace = true
4141
serial_test = { workspace = true }

xtask/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ solana-sdk = { workspace = true }
2828
light-program-test = { workspace = true }
2929
light-client = { workspace = true }
3030
dirs = "6.0"
31-
serde_json = "1.0.139"
31+
serde_json = "1.0.140"
3232
solana-client = { workspace = true }
3333
solana-transaction-status = { workspace = true }
3434
light-batched-merkle-tree = { workspace = true }

0 commit comments

Comments
 (0)