Skip to content

Commit 13dda8f

Browse files
build(deps): bump serde_json from 1.0.125 to 1.0.127 (solana-labs#7188)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.125 to 1.0.127. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@1.0.125...1.0.127) --- 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 49a9d73 commit 13dda8f

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

2323
[dev-dependencies]
24-
serde_json = "1.0.125"
24+
serde_json = "1.0.127"
2525
base64 = { version = "0.22.1" }
2626

2727
[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.209"
1717
serde_derive = "1.0.103"
18-
serde_json = "1.0.125"
18+
serde_json = "1.0.127"
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.209"
1515
serde_derive = "1.0.130"
16-
serde_json = "1.0.125"
16+
serde_json = "1.0.127"
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.125"
25+
serde_json = "1.0.127"
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.209"
2020
serde_derive = "1.0.103"
21-
serde_json = "1.0.125"
21+
serde_json = "1.0.127"
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
@@ -49,7 +49,7 @@ serial_test = "3.1.1"
4949
solana-program-test = "2.0.3"
5050
solana-sdk = "2.0.3"
5151
spl-tlv-account-resolution = { version = "0.7.0", path = "../../libraries/tlv-account-resolution" }
52-
serde_json = "1.0.125"
52+
serde_json = "1.0.127"
5353

5454
[lib]
5555
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.209", features = ["derive"] }
26-
serde_json = "1.0.125"
26+
serde_json = "1.0.127"
2727
serde_yaml = "0.9.34"
2828

2929
[dev-dependencies]

0 commit comments

Comments
 (0)