Skip to content

Commit

Permalink
build(deps): bump serde_json from 1.0.127 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.127 to 1.0.133.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.127...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 17, 2024
1 parent 62b3a25 commit d9f8f55
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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 circuit-lib/light-prover-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ env_logger = "0.11.2"
# 1.3.0 required by package `aes-gcm-siv v0.10.3`
zeroize = "=1.3.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.60"
serde_json = "1.0.133"
num-traits = "0.2.19"
tokio = { workspace = true, optional = true }
reqwest = { version = "0.11.24", features = ["json", "rustls-tls"], optional = true }
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ solana-sdk = { workspace = true }
solana-banks-interface = { workspace = true }
solana-cli-output = { workspace = true }
solana-program-test = { workspace = true }
serde_json = "1.0.114"
serde_json = "1.0.133"
reqwest = "0.12"
tokio = { workspace = true }
light-prover-client = { version = "1.2.0", path = "../circuit-lib/light-prover-client" }
Expand Down
2 changes: 1 addition & 1 deletion test-programs/account-compression-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ light-utils = {path = "../../utils"}
light-verifier = {path = "../../circuit-lib/verifier"}
rand = "0.8"
solana-cli-output = { workspace = true }
serde_json = "1.0.114"
serde_json = "1.0.133"
solana-sdk = { workspace = true }
thiserror = "1.0"
memoffset = "0.9.1"
2 changes: 1 addition & 1 deletion test-programs/registry-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ light-indexed-merkle-tree = {path = "../../merkle-tree/indexed"}
light-utils = {path = "../../utils"}
light-verifier = {path = "../../circuit-lib/verifier"}
solana-cli-output = { workspace = true }
serde_json = "1.0.114"
serde_json = "1.0.133"
solana-sdk = { workspace = true }
2 changes: 1 addition & 1 deletion test-programs/system-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ light-utils = {path = "../../utils"}
light-verifier = {path = "../../circuit-lib/verifier"}
light-registry = { workspace = true}
solana-cli-output = { workspace = true }
serde_json = "1.0.114"
serde_json = "1.0.133"
solana-sdk = { workspace = true }
quote.workspace = true

0 comments on commit d9f8f55

Please sign in to comment.