Skip to content

Commit

Permalink
fix(deps): update rust crate scraper to 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 31, 2024
1 parent a2ad5c1 commit f2144de
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 41 deletions.
61 changes: 21 additions & 40 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 recipe-scraper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
scraper = "0.20.0"
scraper = "0.21.0"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
thiserror = "1.0"
Expand Down

0 comments on commit f2144de

Please sign in to comment.