Skip to content

Commit

Permalink
Bump scraper from 0.18.1 to 0.20.0
Browse files Browse the repository at this point in the history
Bumps [scraper](https://github.com/causal-agent/scraper) from 0.18.1 to 0.20.0.
- [Release notes](https://github.com/causal-agent/scraper/releases)
- [Commits](rust-scraper/scraper@v0.18.1...v0.20.0)

---
updated-dependencies:
- dependency-name: scraper
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent b5930a8 commit d436323
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 24 deletions.
84 changes: 61 additions & 23 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dirs = "5.0.1"
futures-util = "0.3"
indicatif = "0.17"
reqwest = { version = "0.12", features = ["json", "blocking", "rustls-tls", "stream"], default-features = false }
scraper = "0.18.1"
scraper = "0.20.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_with = "3.11"
Expand Down

0 comments on commit d436323

Please sign in to comment.