Skip to content

Commit

Permalink
Merge pull request #1183 from lycheeverse/dependabot/cargo/serde_json…
Browse files Browse the repository at this point in the history
…-1.0.104
  • Loading branch information
dependabot[bot] authored Jul 27, 2023
2 parents 434baa8 + 92b0a00 commit 0e586af
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 0e586af

Please sign in to comment.