Skip to content

Commit

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

---
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 22, 2022
1 parent 4c1b0cc commit 91df970
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.12.0"
path = "../../crates/fj-proc"

[dev-dependencies]
serde_json = "1.0.83"
serde_json = "1.0.85"
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.13"
serde_json = "1.0.83"
serde_json = "1.0.85"
thiserror = "1.0.32"

[dependencies.reqwest]
Expand Down

0 comments on commit 91df970

Please sign in to comment.