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

Commit 9ee9f76

Browse files
build(deps): bump serde_json from 1.0.115 to 1.0.116 (#6584)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.115 to 1.0.116. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.115...v1.0.116) --- 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 a4fbc0b commit 9ee9f76

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

2323
[dev-dependencies]
24-
serde_json = "1.0.115"
24+
serde_json = "1.0.116"
2525

2626
[lib]
2727
crate-type = ["cdylib", "lib"]

single-pool/cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ borsh = "1.4.0"
1515
bincode = "1.3.1"
1616
serde = "1.0.197"
1717
serde_derive = "1.0.103"
18-
serde_json = "1.0.115"
18+
serde_json = "1.0.116"
1919
serde_with = "3.7.0"
2020
solana-account-decoder = ">=1.18.2,<=2"
2121
solana-clap-v3-utils = ">=1.18.2,<=2"

stake-pool/cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ borsh = "1.4.0"
1313
clap = "2.33.3"
1414
serde = "1.0.197"
1515
serde_derive = "1.0.130"
16-
serde_json = "1.0.115"
16+
serde_json = "1.0.116"
1717
solana-account-decoder = ">=1.18.2,<=2"
1818
solana-clap-utils = ">=1.18.2,<=2"
1919
solana-cli-config = ">=1.18.2,<=2"

token-metadata/interface/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spl-pod = { version = "0.2.2", path = "../../libraries/pod", features = [
2222
] }
2323

2424
[dev-dependencies]
25-
serde_json = "1.0.115"
25+
serde_json = "1.0.116"
2626

2727
[lib]
2828
crate-type = ["cdylib", "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.197"
2020
serde_derive = "1.0.103"
21-
serde_json = "1.0.115"
21+
serde_json = "1.0.116"
2222
solana-account-decoder = ">=1.18.2,<=2"
2323
solana-clap-utils = ">=1.18.2,<=2"
2424
solana-cli-config = ">=1.18.2,<=2"

token/program-2022/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ serial_test = "3.0.0"
4848
solana-program-test = ">=1.18.2,<=2"
4949
solana-sdk = ">=1.18.2,<=2"
5050
spl-tlv-account-resolution = { version = "0.6.3", path = "../../libraries/tlv-account-resolution" }
51-
serde_json = "1.0.115"
51+
serde_json = "1.0.116"
5252

5353
[lib]
5454
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.197", features = ["derive"] }
26-
serde_json = "1.0.115"
26+
serde_json = "1.0.116"
2727
serde_yaml = "0.9.34"
2828

2929
[dev-dependencies]

0 commit comments

Comments
 (0)