Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 31, 2023
1 parent 8dfb4ff commit a7e904c
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 tools/automator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ map-macro = "0.2.6"
octocrab = "0.28.0"
semver = "1.0.18"
serde = "1.0.175"
serde_json = "1.0.103"
serde_json = "1.0.104"
url = "2.4.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.19"
secstr = "0.5.0"
semver = "1.0.18"
serde_json = "1.0.103"
serde_json = "1.0.104"
thiserror = "1.0.44"

[dependencies.autolib]
Expand Down

0 comments on commit a7e904c

Please sign in to comment.