Skip to content

Commit

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

---
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 Oct 10, 2022
1 parent 7a057b1 commit 5e013d7
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 crates/fj/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ features = ["derive"]
optional = true

[dev-dependencies]
serde_json = "1.0.85"
serde_json = "1.0.86"
2 changes: 1 addition & 1 deletion tools/automator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ map-macro = "0.2.4"
octocrab = "0.17.0"
semver = "1.0.14"
serde = "1.0.144"
serde_json = "1.0.85"
serde_json = "1.0.86"
url = "2.3.0"

[dependencies.autolib]
Expand Down
2 changes: 1 addition & 1 deletion tools/release-operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env_logger = "0.9.1"
log = "0.4.17"
secstr = "0.5.0"
semver = "1.0.14"
serde_json = "1.0.85"
serde_json = "1.0.86"
thiserror = "1.0.35"

[dependencies.autolib]
Expand Down

0 comments on commit 5e013d7

Please sign in to comment.