Skip to content

Commit

Permalink
build(deps): bump serde_json from 1.0.99 to 1.0.100 (#4695)
Browse files Browse the repository at this point in the history
* build(deps): bump serde_json from 1.0.99 to 1.0.100

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.99 to 1.0.100.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.99...v1.0.100)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update Cargo.lock

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jon Cinque <[email protected]>
  • Loading branch information
dependabot[bot] and joncinque authored Jul 5, 2023
1 parent 8459af9 commit 0a36868
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 stake-pool/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ borsh = "0.10"
clap = "2.33.3"
serde = "1.0.166"
serde_derive = "1.0.130"
serde_json = "1.0.99"
serde_json = "1.0.100"
solana-account-decoder = "=1.16.1"
solana-clap-utils = "=1.16.1"
solana-cli-config = "=1.16.1"
Expand Down
2 changes: 1 addition & 1 deletion token/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ clap = "2.33.3"
console = "0.15.7"
serde = "1.0.166"
serde_derive = "1.0.103"
serde_json = "1.0.99"
serde_json = "1.0.100"
solana-account-decoder = "=1.16.1"
solana-clap-utils = "=1.16.1"
solana-cli-config = "=1.16.1"
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 @@ -38,7 +38,7 @@ proptest = "1.2"
serial_test = "2.0.0"
solana-program-test = "1.16.1"
solana-sdk = "1.16.1"
serde_json = "1.0.99"
serde_json = "1.0.100"

[lib]
crate-type = ["cdylib", "lib"]
Expand Down

0 comments on commit 0a36868

Please sign in to comment.