Skip to content

Commit

Permalink
build(deps): bump serde_json from 1.0.132 to 1.0.133
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 1253bf0 commit ba5bbb5
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libraries/pod/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ solana-zk-sdk = "2.1.0"
thiserror = "2.0"

[dev-dependencies]
serde_json = "1.0.132"
serde_json = "1.0.133"
base64 = { version = "0.22.1" }

[lib]
Expand Down
2 changes: 1 addition & 1 deletion single-pool/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ borsh = "1.5.3"
bincode = "1.3.1"
serde = "1.0.215"
serde_derive = "1.0.103"
serde_json = "1.0.132"
serde_json = "1.0.133"
serde_with = "3.11.0"
solana-account-decoder = "2.1.0"
solana-clap-v3-utils = "2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion stake-pool/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ borsh = "1.5.3"
clap = "2.33.3"
serde = "1.0.215"
serde_derive = "1.0.130"
serde_json = "1.0.132"
serde_json = "1.0.133"
solana-account-decoder = "2.1.0"
solana-clap-utils = "2.1.0"
solana-cli-config = "2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion token-metadata/interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spl-pod = { version = "0.5.0", path = "../../libraries/pod", features = [
thiserror = "2.0"

[dev-dependencies]
serde_json = "1.0.132"
serde_json = "1.0.133"
solana-sha256-hasher = "2.1.0"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion token/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ console = "0.15.8"
futures = "0.3"
serde = "1.0.215"
serde_derive = "1.0.103"
serde_json = "1.0.132"
serde_json = "1.0.133"
solana-account-decoder = "2.1.0"
solana-clap-v3-utils = "2.1.0"
solana-cli-config = "2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion token/program-2022/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ serial_test = "3.2.0"
solana-program-test = "2.1.0"
solana-sdk = "2.1.0"
spl-tlv-account-resolution = { version = "0.9.0", path = "../../libraries/tlv-account-resolution" }
serde_json = "1.0.132"
serde_json = "1.0.133"

[lib]
crate-type = ["cdylib", "lib"]
Expand Down
2 changes: 1 addition & 1 deletion token/transfer-hook/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ strum = "0.26"
strum_macros = "0.26"
tokio = { version = "1", features = ["full"] }
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.132"
serde_json = "1.0.133"
serde_yaml = "0.9.34"

[dev-dependencies]
Expand Down

0 comments on commit ba5bbb5

Please sign in to comment.