Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent 0441714 commit 587a3c8
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 lib/shift-orcz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
once_cell = "1.19.0"
regex = "1.10.5"
reqwest = { version = "0.12.5", default-features = false }
scraper = { version = "0.19.1", default-features = false }
scraper = { version = "0.20.0", default-features = false }
thiserror = "1.0.63"
time = { version = "0.3.36", features = [ "parsing", "macros" ] }
tokio = { version = "1.39.2", features = [ "rt" ] }
Expand Down
2 changes: 1 addition & 1 deletion shift-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
[dependencies]
once_cell = "1.19.0"
reqwest = { version = "0.12.5", default-features = false, features = [ "cookies", "json" ] }
scraper = { version = "0.19.1", default-features = false }
scraper = { version = "0.20.0", default-features = false }
serde = { version = "1.0.209", features = [ "derive" ] }
serde_json = "1.0.121"
thiserror = "1.0.63"
Expand Down

0 comments on commit 587a3c8

Please sign in to comment.