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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 27, 2023
1 parent 566fca4 commit 02c553c
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 lychee-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ reqwest_cookie_store = "0.6.0"
ring = "0.16.20"
secrecy = { version = "0.8.0", features = ["serde"] }
serde = { version = "1.0.175", features = ["derive"] }
serde_json = "1.0.103"
serde_json = "1.0.104"
strum = {version = "0.25.0" , features = ["derive"] }
supports-color = "2.0.0"
tabled = "0.13.0"
Expand Down
2 changes: 1 addition & 1 deletion lychee-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ features = ["runtime-tokio"]
doc-comment = "0.3.3"
tempfile = "3.6.0"
wiremock = "0.5.19"
serde_json = "1.0.103"
serde_json = "1.0.104"

[features]

Expand Down

0 comments on commit 02c553c

Please sign in to comment.