Skip to content

Commit

Permalink
Bump serde_json from 1.0.82 to 1.0.83
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.82 to 1.0.83.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.82...v1.0.83)

---
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 Aug 8, 2022
1 parent 7551737 commit 12b68f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 crates/fj/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ version = "0.10.0"
path = "../../crates/fj-proc"

[dev-dependencies]
serde_json = "1.0.82"
serde_json = "1.0.83"
2 changes: 1 addition & 1 deletion tools/release-operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ log = "0.4.17"
regex = "1.6.0"
secstr = "0.5.0"
semver = "1.0.12"
serde_json = "1.0.82"
serde_json = "1.0.83"
thiserror = "1.0.31"

[dependencies.reqwest]
Expand Down

0 comments on commit 12b68f2

Please sign in to comment.