Skip to content

Commit

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

---
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 Feb 6, 2023
1 parent cee5e30 commit 3195a2d
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 @@ -24,4 +24,4 @@ features = ["derive"]
optional = true

[dev-dependencies]
serde_json = "1.0.89"
serde_json = "1.0.92"
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.5"
octocrab = "0.18.1"
semver = "1.0.16"
serde = "1.0.152"
serde_json = "1.0.89"
serde_json = "1.0.92"
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.10.0"
log = "0.4.17"
secstr = "0.5.0"
semver = "1.0.16"
serde_json = "1.0.89"
serde_json = "1.0.92"
thiserror = "1.0.35"

[dependencies.autolib]
Expand Down

0 comments on commit 3195a2d

Please sign in to comment.