Skip to content

Commit

Permalink
Merge pull request #1185 from lycheeverse/dependabot/cargo/serde-1.0.176
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 27, 2023
2 parents 0e586af + 43bc36f commit 0dffdab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 @@ -46,7 +46,7 @@ reqwest_cookie_store = "0.6.0"
# https://github.com/Homebrew/homebrew-core/pull/70216
ring = "0.16.20"
secrecy = { version = "0.8.0", features = ["serde"] }
serde = { version = "1.0.175", features = ["derive"] }
serde = { version = "1.0.176", features = ["derive"] }
serde_json = "1.0.104"
strum = {version = "0.25.0" , features = ["derive"] }
supports-color = "2.0.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 @@ -49,7 +49,7 @@ reqwest_cookie_store = "0.6.0"
# https://github.com/Homebrew/homebrew-core/pull/70216
ring = "0.16.20"
secrecy = "0.8.0"
serde = { version = "1.0.175", features = ["derive"] }
serde = { version = "1.0.176", features = ["derive"] }
serde_with = "3.1.0"
shellexpand = "3.1.0"
thiserror = "1.0.44"
Expand Down

0 comments on commit 0dffdab

Please sign in to comment.