Skip to content

Commit

Permalink
Merge pull request #1192 from lycheeverse/dependabot/cargo/serde-1.0.180
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 3, 2023
2 parents 0a5ed58 + 92d252e commit 23e5dae
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
48 changes: 24 additions & 24 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.179", features = ["derive"] }
serde = { version = "1.0.180", 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.179", features = ["derive"] }
serde = { version = "1.0.180", features = ["derive"] }
serde_with = "3.1.0"
shellexpand = "3.1.0"
thiserror = "1.0.44"
Expand Down

0 comments on commit 23e5dae

Please sign in to comment.