Skip to content

Commit 9a07267

Browse files
dependabot[bot]joncinque
authored andcommitted
build(deps): bump serde_json from 1.0.134 to 1.0.135 (#7632)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.134 to 1.0.135. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.134...v1.0.135) --- 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 c04a581 commit 9a07267

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clients/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ console = "0.15.10"
1818
futures = "0.3"
1919
serde = "1.0.217"
2020
serde_derive = "1.0.103"
21-
serde_json = "1.0.134"
21+
serde_json = "1.0.135"
2222
solana-account-decoder = "2.1.0"
2323
solana-clap-v3-utils = "2.1.0"
2424
solana-cli-config = "2.1.0"

program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ serial_test = "3.2.0"
5050
solana-program-test = "2.1.0"
5151
solana-sdk = "2.1.0"
5252
spl-tlv-account-resolution = { version = "0.9.0", path = "../../libraries/tlv-account-resolution" }
53-
serde_json = "1.0.134"
53+
serde_json = "1.0.135"
5454

5555
[lib]
5656
crate-type = ["cdylib", "lib"]

0 commit comments

Comments
 (0)