Skip to content

Commit

Permalink
Merge pull request #1156 from lycheeverse/dependabot/cargo/serde_json…
Browse files Browse the repository at this point in the history
…-1.0.102
  • Loading branch information
dependabot[bot] authored Jul 13, 2023
2 parents 5cba46a + b8ddaad commit 255e9c6
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.5.0"
ring = "0.16.20"
secrecy = { version = "0.8.0", features = ["serde"] }
serde = { version = "1.0.168", features = ["derive"] }
serde_json = "1.0.100"
serde_json = "1.0.102"
strum = {version = "0.25.0" , features = ["derive"] }
supports-color = "2.0.0"
tabled = "0.12.2"
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.100"
serde_json = "1.0.102"

[features]

Expand Down

0 comments on commit 255e9c6

Please sign in to comment.