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

Commit 2626de3

Browse files
build(deps): bump serde_json from 1.0.132 to 1.0.133 (#7497)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.132 to 1.0.133. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.132...v1.0.133) --- 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 1253bf0 commit 2626de3

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libraries/pod/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ solana-zk-sdk = "2.1.0"
2727
thiserror = "2.0"
2828

2929
[dev-dependencies]
30-
serde_json = "1.0.132"
30+
serde_json = "1.0.133"
3131
base64 = { version = "0.22.1" }
3232

3333
[lib]

single-pool/cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ borsh = "1.5.3"
1515
bincode = "1.3.1"
1616
serde = "1.0.215"
1717
serde_derive = "1.0.103"
18-
serde_json = "1.0.132"
18+
serde_json = "1.0.133"
1919
serde_with = "3.11.0"
2020
solana-account-decoder = "2.1.0"
2121
solana-clap-v3-utils = "2.1.0"

stake-pool/cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ borsh = "1.5.3"
1313
clap = "2.33.3"
1414
serde = "1.0.215"
1515
serde_derive = "1.0.130"
16-
serde_json = "1.0.132"
16+
serde_json = "1.0.133"
1717
solana-account-decoder = "2.1.0"
1818
solana-clap-utils = "2.1.0"
1919
solana-cli-config = "2.1.0"

token-metadata/interface/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spl-pod = { version = "0.5.0", path = "../../libraries/pod", features = [
2929
thiserror = "2.0"
3030

3131
[dev-dependencies]
32-
serde_json = "1.0.132"
32+
serde_json = "1.0.133"
3333
solana-sha256-hasher = "2.1.0"
3434

3535
[lib]

token/cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ console = "0.15.8"
1818
futures = "0.3"
1919
serde = "1.0.215"
2020
serde_derive = "1.0.103"
21-
serde_json = "1.0.132"
21+
serde_json = "1.0.133"
2222
solana-account-decoder = "2.1.0"
2323
solana-clap-v3-utils = "2.1.0"
2424
solana-cli-config = "2.1.0"

token/program-2022/Cargo.toml

+1-1
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.132"
53+
serde_json = "1.0.133"
5454

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

token/transfer-hook/cli/Cargo.toml

+1-1
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.215", features = ["derive"] }
26-
serde_json = "1.0.132"
26+
serde_json = "1.0.133"
2727
serde_yaml = "0.9.34"
2828

2929
[dev-dependencies]

0 commit comments

Comments
 (0)